Searched refs:SERVICE_CLASS_NONE (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsSsData.java | 115 public static final int SERVICE_CLASS_NONE = 0; field in ImsSsData 175 SERVICE_CLASS_NONE,
|
/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/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 559 CommandsInterface.SERVICE_CLASS_NONE); in testCellBarring() 563 messageArgumentCaptor.capture(), eq(CommandsInterface.SERVICE_CLASS_NONE)); in testCellBarring() 569 CommandsInterface.SERVICE_CLASS_NONE); in testCellBarring() 572 (String[]) eq(null), eq(CommandsInterface.SERVICE_CLASS_NONE), eq("abc")); in testCellBarring() 578 CommandsInterface.SERVICE_CLASS_NONE); in testCellBarring() 582 (String[]) eq(null), eq(CommandsInterface.SERVICE_CLASS_NONE), eq("abc")); in testCellBarring()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmMmiCode.java | 26 import static com.android.internal.telephony.CommandsInterface.SERVICE_CLASS_NONE; 477 (serviceClass == CommandsInterface.SERVICE_CLASS_NONE)); in isServiceClassVoiceorNone() 527 return SERVICE_CLASS_NONE; in siToServiceClass() 965 || (serviceClass == CommandsInterface.SERVICE_CLASS_NONE))); in isVoiceUnconditionalForwarding()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneMmiCode.java | 30 import static com.android.internal.telephony.CommandsInterface.SERVICE_CLASS_NONE; 439 return SERVICE_CLASS_NONE; in siToServiceClass() 842 if (serviceClass != SERVICE_CLASS_NONE in isSupportedOverImsPhone() 2062 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; 1689 cbInfos[0] = SERVICE_CLASS_NONE; in handleCbQueryResult()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CarrierConfigManager.java | 87 public static final int SERVICE_CLASS_NONE = ImsSsData.SERVICE_CLASS_NONE; field in CarrierConfigManager
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 94 static final int SERVICE_CLASS_NONE = 0; // no user input field
|
D | GsmCdmaPhone.java | 2451 mCi.queryCallWaiting(CommandsInterface.SERVICE_CLASS_NONE, onComplete); in getCallWaiting() 2461 {CommandsInterface.SS_STATUS_UNKNOWN, CommandsInterface.SERVICE_CLASS_NONE}; in getCallWaiting()
|
/frameworks/base/core/api/ |
D | system-current.txt | 13176 field public static final int SERVICE_CLASS_NONE = 0; // 0x0
|
D | current.txt | 40973 field public static final int SERVICE_CLASS_NONE = 0; // 0x0
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 57417 Landroid/telephony/ims/ImsSsData;->SERVICE_CLASS_NONE:I
|