Home
last modified time | relevance | path

Searched refs:SERVICE_CLASS_NONE (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallWaitingController.java29 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()
DCommandsInterface.java103 static final int SERVICE_CLASS_NONE = 0; // no user input field
DGsmCdmaPhone.java2846 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/
DCallWaitingControllerTest.java36 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()
DSimulatedCommands.java1361 if (response != null && serviceClass == SERVICE_CLASS_NONE) { in queryCallWaiting()
1364 r[1] = (mCallWaitActivated ? SERVICE_CLASS_VOICE : SERVICE_CLASS_NONE); in queryCallWaiting()
DGsmCdmaPhoneTest.java2318 verify(mMockCi).queryCallWaiting(eq(CommandsInterface.SERVICE_CLASS_NONE), any()); in testGetCallWaiting_FdnCheck()
/frameworks/base/telephony/java/android/telephony/ims/
DImsSsData.java115 public static final int SERVICE_CLASS_NONE = 0; field in ImsSsData
175 SERVICE_CLASS_NONE,
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsUt.java81 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/
DImsPhoneTest.java590 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/
DGsmMmiCode.java26 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/
DImsPhoneMmiCode.java30 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()
DImsPhone.java51 import static com.android.internal.telephony.CommandsInterface.SERVICE_CLASS_NONE;
1767 cbInfos[0] = SERVICE_CLASS_NONE; in handleCbQueryResult()
/frameworks/base/telephony/java/android/telephony/
DCarrierConfigManager.java102 public static final int SERVICE_CLASS_NONE = ImsSsData.SERVICE_CLASS_NONE; field in CarrierConfigManager
/frameworks/base/core/api/
Dsystem-current.txt16665 field public static final int SERVICE_CLASS_NONE = 0; // 0x0
Dcurrent.txt43970 field public static final int SERVICE_CLASS_NONE = 0; // 0x0
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt53451 Landroid/telephony/ims/ImsSsData;->SERVICE_CLASS_NONE:I