Searched refs:SERVICE_CLASS_NONE (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsSsData.java | 117 public static final int SERVICE_CLASS_NONE = 0; field in ImsSsData 177 SERVICE_CLASS_NONE,
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 543 CommandsInterface.SERVICE_CLASS_NONE); in testCellBarring() 547 messageArgumentCaptor.capture(), eq(CommandsInterface.SERVICE_CLASS_NONE)); in testCellBarring() 551 CommandsInterface.SERVICE_CLASS_NONE); in testCellBarring() 554 (String[]) eq(null), eq(CommandsInterface.SERVICE_CLASS_NONE), eq("abc")); in testCellBarring() 558 CommandsInterface.SERVICE_CLASS_NONE); in testCellBarring() 562 (String[]) eq(null), eq(CommandsInterface.SERVICE_CLASS_NONE), eq("abc")); in testCellBarring()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsUt.java | 79 private static final int SERVICE_CLASS_NONE = 0; field in ImsUt 154 queryCallBarring(cbType, result, SERVICE_CLASS_NONE); in queryCallBarring() 358 updateCallBarring(cbType, action, result, barrList, SERVICE_CLASS_NONE); in updateCallBarring()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmMmiCode.java | 24 import static com.android.internal.telephony.CommandsInterface.SERVICE_CLASS_NONE; 468 (serviceClass == CommandsInterface.SERVICE_CLASS_NONE)); in isServiceClassVoiceorNone() 518 return SERVICE_CLASS_NONE; in siToServiceClass() 924 || (serviceClass == CommandsInterface.SERVICE_CLASS_NONE))); in isVoiceUnconditionalForwarding()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneMmiCode.java | 26 import static com.android.internal.telephony.CommandsInterface.SERVICE_CLASS_NONE; 425 return SERVICE_CLASS_NONE; in siToServiceClass() 796 if (serviceClass != SERVICE_CLASS_NONE in isSupportedOverImsPhone() 1954 return ((serviceClass == SERVICE_CLASS_NONE) || (serviceClass == SERVICE_CLASS_VOICE) in isServiceClassVoiceVideoOrNone()
|
D | ImsPhone.java | 41 import static com.android.internal.telephony.CommandsInterface.SERVICE_CLASS_NONE; 1508 cbInfos[0] = SERVICE_CLASS_NONE; in handleCbQueryResult()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 86 static final int SERVICE_CLASS_NONE = 0; // no user input field
|
D | GsmCdmaPhone.java | 2298 mCi.queryCallWaiting(CommandsInterface.SERVICE_CLASS_NONE, onComplete); in getCallWaiting()
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 1505 field public static final int SERVICE_CLASS_NONE = 0; // 0x0
|
/frameworks/base/api/ |
D | test-current.txt | 4413 field public static final int SERVICE_CLASS_NONE = 0; // 0x0
|
D | system-current.txt | 12008 field public static final int SERVICE_CLASS_NONE = 0; // 0x0
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 10890 field public static final int SERVICE_CLASS_NONE = 0; // 0x0
|