Home
last modified time | relevance | path

Searched refs:updateRegistrationState (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsRegistrationCallbackHelper.java70 updateRegistrationState(RegistrationManager.REGISTRATION_STATE_REGISTERED);
76 updateRegistrationState(RegistrationManager.REGISTRATION_STATE_REGISTERING);
82 updateRegistrationState(RegistrationManager.REGISTRATION_STATE_NOT_REGISTERED);
103 updateRegistrationState(RegistrationManager.REGISTRATION_STATE_NOT_REGISTERED); in reset()
109 public synchronized void updateRegistrationState( in updateRegistrationState() method in ImsRegistrationCallbackHelper
DImsPhone.java2074 mImsMmTelRegistrationHelper.updateRegistrationState( in setImsRegistered()
2081 mImsMmTelRegistrationHelper.updateRegistrationState(value); in setImsRegistrationState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsRegistrationCallbackHelperTest.java77 mRegistrationCallbackHelper.updateRegistrationState(state); in testRegistrationStateUpdate()
84 mRegistrationCallbackHelper.updateRegistrationState(state); in testRegistrationStateUpdate()
91 mRegistrationCallbackHelper.updateRegistrationState(state); in testRegistrationStateUpdate()
101 mRegistrationCallbackHelper.updateRegistrationState( in testIsImsRegistered()
108 mRegistrationCallbackHelper.updateRegistrationState( in testIsImsRegistered()