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.java78 mRegistrationCallbackHelper.getImsRegistrationState()); in testRegistrationStateReset()
89 mRegistrationCallbackHelper.getImsRegistrationState()); in testRegistrationStateUpdate()
96 mRegistrationCallbackHelper.getImsRegistrationState()); in testRegistrationStateUpdate()
103 mRegistrationCallbackHelper.getImsRegistrationState()); in testRegistrationStateUpdate()
138 mRegistrationCallbackHelper.getImsRegistrationState()); in testImsOnRegistered()
154 mRegistrationCallbackHelper.getImsRegistrationState()); in testImsOnRegistering()
171 mRegistrationCallbackHelper.getImsRegistrationState()); in testImsUnRegistered()
188 mRegistrationCallbackHelper.getImsRegistrationState()); in testImsUnRegisteredWithSuggestedAction()
DImsPhoneTest.java721 mImsPhoneUT.getImsRegistrationState(result::offer); in testImsRegistered()
735 mImsPhoneUT.getImsRegistrationState(result::offer); in testImsDeregistered()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsRegistrationCallbackHelper.java132 public int getImsRegistrationState() { in getImsRegistrationState() method in ImsRegistrationCallbackHelper
139 return getImsRegistrationState() == RegistrationManager.REGISTRATION_STATE_REGISTERED; in isImsRegistered()
DImsPhoneCommandInterface.java240 public void getImsRegistrationState (Message result) { in getImsRegistrationState() method in ImsPhoneCommandInterface
DImsPhone.java2226 public void getImsRegistrationState(Consumer<Integer> callback) { in getImsRegistrationState() method in ImsPhone
2227 callback.accept(mImsMmTelRegistrationHelper.getImsRegistrationState()); in getImsRegistrationState()
2923 + mImsMmTelRegistrationHelper.getImsRegistrationState()); in dump()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioNetworkProxy.java228 public void getImsRegistrationState(int serial) throws RemoteException { in getImsRegistrationState() method in RadioNetworkProxy
231 mNetworkProxy.getImsRegistrationState(serial); in getImsRegistrationState()
233 mRadioProxy.getImsRegistrationState(serial); in getImsRegistrationState()
DCommandsInterface.java161 void getImsRegistrationState(Message result); in getImsRegistrationState() method
DSmsDispatchersController.java448 mCi.getImsRegistrationState(this.obtainMessage(EVENT_IMS_STATE_DONE)); in handleMessage()
DPhone.java4294 public void getImsRegistrationState(Consumer<Integer> callback) { in getImsRegistrationState() method in Phone
4297 imsPhone.getImsRegistrationState(callback); in getImsRegistrationState()
DRIL.java3896 public void getImsRegistrationState(Message result) { in getImsRegistrationState() method in RIL
3911 networkProxy.getImsRegistrationState(rr.mSerial); in getImsRegistrationState()
DServiceStateTracker.java1304 mCi.getImsRegistrationState(this.obtainMessage(EVENT_IMS_STATE_DONE)); in handleMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java64 public void getImsRegistrationState(Message result) { in getImsRegistrationState() method in SimulatedCommandsVerifier
DRILTest.java1160 mRILUnderTest.getImsRegistrationState(obtainMessage()); in testGetImsRegistrationState()
1161 verify(mRadioProxy).getImsRegistrationState(mSerialNumberCaptor.capture()); in testGetImsRegistrationState()
DSimulatedCommands.java2041 public void getImsRegistrationState(Message response) { in getImsRegistrationState() method in SimulatedCommands