Home
last modified time | relevance | path

Searched refs:getImsRegistrationState (Results 1 – 16 of 16) 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.java681 mImsPhoneUT.getImsRegistrationState(result::offer); in testImsRegistered()
695 mImsPhoneUT.getImsRegistrationState(result::offer); in testImsRegistering()
709 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.java2057 public void getImsRegistrationState(Consumer<Integer> callback) { in getImsRegistrationState() method in ImsPhone
2058 callback.accept(mImsMmTelRegistrationHelper.getImsRegistrationState()); in getImsRegistrationState()
2455 + 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.java206 mCi.getImsRegistrationState(this.obtainMessage(EVENT_IMS_STATE_DONE)); in handleMessage()
DCommandsInterface.java137 void getImsRegistrationState(Message result); in getImsRegistrationState() method
DPhone.java3908 public void getImsRegistrationState(Consumer<Integer> callback) { in getImsRegistrationState() method in Phone
3911 imsPhone.getImsRegistrationState(callback); in getImsRegistrationState()
DRIL.java4043 public void getImsRegistrationState(Message result) { in getImsRegistrationState() method in RIL
4054 radioProxy.getImsRegistrationState(rr.mSerial); in getImsRegistrationState()
DServiceStateTracker.java1240 mCi.getImsRegistrationState(this.obtainMessage(EVENT_IMS_STATE_DONE)); in handleMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken559 public void getImsRegistrationState (Message result) {
/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()
DSimulatedCommands.java2035 public void getImsRegistrationState(Message response) { in getImsRegistrationState() method in SimulatedCommands
/frameworks/base/config/
Dboot-image-profile.txt7487 HSPLandroid/hardware/radio/V1_3/IRadio$Proxy;->getImsRegistrationState(I)V
22590 HSPLcom/android/internal/telephony/RIL;->getImsRegistrationState(Landroid/os/Message;)V