Home
last modified time | relevance | path

Searched refs:getImsRegistrationState (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsRegistrationCallbackHelperTest.java69 mRegistrationCallbackHelper.getImsRegistrationState()); in testRegistrationStateReset()
80 mRegistrationCallbackHelper.getImsRegistrationState()); in testRegistrationStateUpdate()
87 mRegistrationCallbackHelper.getImsRegistrationState()); in testRegistrationStateUpdate()
94 mRegistrationCallbackHelper.getImsRegistrationState()); in testRegistrationStateUpdate()
127 mRegistrationCallbackHelper.getImsRegistrationState()); in testImsOnRegistered()
143 mRegistrationCallbackHelper.getImsRegistrationState()); in testImsOnRegistering()
160 mRegistrationCallbackHelper.getImsRegistrationState()); in testImsUnRegistered()
DImsPhoneTest.java653 mImsPhoneUT.getImsRegistrationState(result::offer); in testImsRegistered()
667 mImsPhoneUT.getImsRegistrationState(result::offer); in testImsRegistering()
681 mImsPhoneUT.getImsRegistrationState(result::offer); in testImsDeregistered()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsRegistrationCallbackHelper.java118 public int getImsRegistrationState() { in getImsRegistrationState() method in ImsRegistrationCallbackHelper
125 return getImsRegistrationState() == RegistrationManager.REGISTRATION_STATE_REGISTERED; in isImsRegistered()
DImsPhoneCommandInterface.java264 public void getImsRegistrationState (Message result) { in getImsRegistrationState() method in ImsPhoneCommandInterface
DImsPhone.java1842 public void getImsRegistrationState(Consumer<Integer> callback) { in getImsRegistrationState() method in ImsPhone
1843 callback.accept(mImsMmTelRegistrationHelper.getImsRegistrationState()); in getImsRegistrationState()
2245 + mImsMmTelRegistrationHelper.getImsRegistrationState()); in dump()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java265 public void getImsRegistrationState (Message result) { in getImsRegistrationState() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsDispatchersController.java188 mCi.getImsRegistrationState(this.obtainMessage(EVENT_IMS_STATE_DONE)); in handleMessage()
DCommandsInterface.java135 void getImsRegistrationState(Message result); in getImsRegistrationState() method
DPhone.java3919 public void getImsRegistrationState(Consumer<Integer> callback) { in getImsRegistrationState() method in Phone
3922 imsPhone.getImsRegistrationState(callback); in getImsRegistrationState()
DRIL.java4042 public void getImsRegistrationState(Message result) { in getImsRegistrationState() method in RIL
4053 radioProxy.getImsRegistrationState(rr.mSerial); in getImsRegistrationState()
DServiceStateTracker.java1227 mCi.getImsRegistrationState(this.obtainMessage(EVENT_IMS_STATE_DONE)); in handleMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java59 public void getImsRegistrationState(Message result) { in getImsRegistrationState() method in SimulatedCommandsVerifier
DRILTest.java915 mRILUnderTest.getImsRegistrationState(obtainMessage()); in testGetImsRegistrationState()
916 verify(mRadioProxy).getImsRegistrationState(mSerialNumberCaptor.capture()); in testGetImsRegistrationState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken559 public void getImsRegistrationState (Message result) {