package com.android.internal.telephony.cdma; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ @com.francetelecom.rd.stubs.annotation.ClassDone(0) public class SignalToneUtil { // Fields public static final int CDMA_INVALID_TONE = -1; public static final int IS95_CONST_IR_SIGNAL_TONE = 0; public static final int IS95_CONST_IR_SIGNAL_ISDN = 1; public static final int IS95_CONST_IR_SIGNAL_IS54B = 2; public static final int IS95_CONST_IR_SIGNAL_USR_DEFD_ALERT = 4; public static final int IS95_CONST_IR_ALERT_MED = 0; public static final int IS95_CONST_IR_ALERT_HIGH = 1; public static final int IS95_CONST_IR_ALERT_LOW = 2; public static final int TAPIAMSSCDMA_SIGNAL_PITCH_UNKNOWN = 0; public static final int IS95_CONST_IR_SIG_ISDN_NORMAL = 0; public static final int IS95_CONST_IR_SIG_ISDN_INTGRP = 1; public static final int IS95_CONST_IR_SIG_ISDN_SP_PRI = 2; public static final int IS95_CONST_IR_SIG_ISDN_PAT_3 = 3; public static final int IS95_CONST_IR_SIG_ISDN_PING = 4; public static final int IS95_CONST_IR_SIG_ISDN_PAT_5 = 5; public static final int IS95_CONST_IR_SIG_ISDN_PAT_6 = 6; public static final int IS95_CONST_IR_SIG_ISDN_PAT_7 = 7; public static final int IS95_CONST_IR_SIG_ISDN_OFF = 15; public static final int IS95_CONST_IR_SIG_TONE_DIAL = 0; public static final int IS95_CONST_IR_SIG_TONE_RING = 1; public static final int IS95_CONST_IR_SIG_TONE_INT = 2; public static final int IS95_CONST_IR_SIG_TONE_ABB_INT = 3; public static final int IS95_CONST_IR_SIG_TONE_REORDER = 4; public static final int IS95_CONST_IR_SIG_TONE_ABB_RE = 5; public static final int IS95_CONST_IR_SIG_TONE_BUSY = 6; public static final int IS95_CONST_IR_SIG_TONE_CONFIRM = 7; public static final int IS95_CONST_IR_SIG_TONE_ANSWER = 8; public static final int IS95_CONST_IR_SIG_TONE_CALL_W = 9; public static final int IS95_CONST_IR_SIG_TONE_PIP = 10; public static final int IS95_CONST_IR_SIG_TONE_NO_TONE = 63; public static final int IS95_CONST_IR_SIG_IS54B_NO_TONE = 0; public static final int IS95_CONST_IR_SIG_IS54B_L = 1; public static final int IS95_CONST_IR_SIG_IS54B_SS = 2; public static final int IS95_CONST_IR_SIG_IS54B_SSL = 3; public static final int IS95_CONST_IR_SIG_IS54B_SS_2 = 4; public static final int IS95_CONST_IR_SIG_IS54B_SLS = 5; public static final int IS95_CONST_IR_SIG_IS54B_S_X4 = 6; public static final int IS95_CONST_IR_SIG_IS54B_PBX_L = 7; public static final int IS95_CONST_IR_SIG_IS54B_PBX_SS = 8; public static final int IS95_CONST_IR_SIG_IS54B_PBX_SSL = 9; public static final int IS95_CONST_IR_SIG_IS54B_PBX_SLS = 10; public static final int IS95_CONST_IR_SIG_IS54B_PBX_S_X4 = 11; public static final int IS95_CONST_IR_SIG_TONE_ABBR_ALRT = 0; // Constructors private SignalToneUtil(){ } // Methods public static int getAudioToneFromSignalInfo(int arg1, int arg2, int arg3){ return 0; } }