/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CallWaitingController.java | 29 import static com.android.internal.telephony.CommandsInterface.SERVICE_CLASS_NONE; 178 mPhone.mCi.queryCallWaiting(SERVICE_CLASS_NONE, resp); in getCallWaiting() 194 mPhone.mCi.queryCallWaiting(SERVICE_CLASS_NONE, resp); in getCallWaiting() 413 int serviceClass = SERVICE_CLASS_NONE; in sendGetCallWaitingResponse() 426 mPhone.mCi.queryCallWaiting(SERVICE_CLASS_NONE, in onRegisteredToNetwork()
|
D | CommandsInterface.java | 103 static final int SERVICE_CLASS_NONE = 0; // no user input field
|
D | GsmCdmaPhone.java | 2846 mCi.queryCallWaiting(CommandsInterface.SERVICE_CLASS_NONE, onComplete); in getCallWaiting() 2856 {CommandsInterface.SS_STATUS_UNKNOWN, CommandsInterface.SERVICE_CLASS_NONE}; in getCallWaiting()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CallWaitingControllerTest.java | 36 import static com.android.internal.telephony.CommandsInterface.SERVICE_CLASS_NONE; 215 assertEquals(SERVICE_CLASS_NONE, mHandler.resp[1]); in testGetCallWaitingSyncNone() 244 assertFalse(mCWC.setCallWaiting(true, SERVICE_CLASS_NONE, null)); in testSetCallWaitingSyncNone() 275 assertEquals(SERVICE_CLASS_NONE, mHandler.resp[1]); in testSyncUserChange() 412 assertEquals(SERVICE_CLASS_NONE, mHandler.resp[1]); in testSyncImsOnly()
|
D | SimulatedCommands.java | 1361 if (response != null && serviceClass == SERVICE_CLASS_NONE) { in queryCallWaiting() 1364 r[1] = (mCallWaitActivated ? SERVICE_CLASS_VOICE : SERVICE_CLASS_NONE); in queryCallWaiting()
|
D | GsmCdmaPhoneTest.java | 2318 verify(mMockCi).queryCallWaiting(eq(CommandsInterface.SERVICE_CLASS_NONE), any()); in testGetCallWaiting_FdnCheck()
|
/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 | 81 private static final int SERVICE_CLASS_NONE = 0; field in ImsUt 160 queryCallBarring(cbType, result, SERVICE_CLASS_NONE); in queryCallBarring() 364 updateCallBarring(cbType, action, result, barrList, SERVICE_CLASS_NONE); in updateCallBarring()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 590 CommandsInterface.SERVICE_CLASS_NONE); in testCellBarring() 594 messageArgumentCaptor.capture(), eq(CommandsInterface.SERVICE_CLASS_NONE)); in testCellBarring() 600 CommandsInterface.SERVICE_CLASS_NONE); in testCellBarring() 603 (String[]) eq(null), eq(CommandsInterface.SERVICE_CLASS_NONE), eq("abc")); in testCellBarring() 609 CommandsInterface.SERVICE_CLASS_NONE); in testCellBarring() 613 (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; 487 (serviceClass == CommandsInterface.SERVICE_CLASS_NONE)); in isServiceClassVoiceorNone() 571 return SERVICE_CLASS_NONE; in siToServiceClass() 1059 || (serviceClass == CommandsInterface.SERVICE_CLASS_NONE))); in isVoiceUnconditionalForwarding() 1196 if (serviceClass == SERVICE_CLASS_NONE in processCode()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneMmiCode.java | 30 import static com.android.internal.telephony.CommandsInterface.SERVICE_CLASS_NONE; 440 return SERVICE_CLASS_NONE; in siToServiceClass() 843 if (serviceClass != SERVICE_CLASS_NONE in isSupportedOverImsPhone() 1106 if (serviceClass == SERVICE_CLASS_NONE in processCode() 2089 return ((serviceClass == SERVICE_CLASS_NONE) || (serviceClass == SERVICE_CLASS_VOICE) in isServiceClassVoiceVideoOrNone()
|
D | ImsPhone.java | 51 import static com.android.internal.telephony.CommandsInterface.SERVICE_CLASS_NONE; 1767 cbInfos[0] = SERVICE_CLASS_NONE; in handleCbQueryResult()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CarrierConfigManager.java | 102 public static final int SERVICE_CLASS_NONE = ImsSsData.SERVICE_CLASS_NONE; field in CarrierConfigManager
|
/frameworks/base/core/api/ |
D | system-current.txt | 16665 field public static final int SERVICE_CLASS_NONE = 0; // 0x0
|
D | current.txt | 43970 field public static final int SERVICE_CLASS_NONE = 0; // 0x0
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 53451 Landroid/telephony/ims/ImsSsData;->SERVICE_CLASS_NONE:I
|