Searched refs:REGISTRATION_STATE_REGISTERED (Results 1 – 9 of 9) sorted by relevance
90 state = RegistrationManager.REGISTRATION_STATE_REGISTERED; in testRegistrationStateUpdate()93 assertEquals(RegistrationManager.REGISTRATION_STATE_REGISTERED, in testRegistrationStateUpdate()109 RegistrationManager.REGISTRATION_STATE_REGISTERED); in testIsImsRegistered()126 assertEquals(RegistrationManager.REGISTRATION_STATE_REGISTERED, in testImsOnRegistered()
677 mImsPhoneUT.setImsRegistrationState(RegistrationManager.REGISTRATION_STATE_REGISTERED); in testImsRegistered()684 assertEquals(RegistrationManager.REGISTRATION_STATE_REGISTERED, regResult.intValue()); in testImsRegistered()
70 updateRegistrationState(RegistrationManager.REGISTRATION_STATE_REGISTERED);125 return getImsRegistrationState() == RegistrationManager.REGISTRATION_STATE_REGISTERED; in isImsRegistered()
2075 isRegistered ? RegistrationManager.REGISTRATION_STATE_REGISTERED : in setImsRegistered()
53 REGISTRATION_STATE_REGISTERED71 int REGISTRATION_STATE_REGISTERED = 2; field
137 updateToState(imsRadioTech, RegistrationManager.REGISTRATION_STATE_REGISTERED); in onRegistered()302 case RegistrationManager.REGISTRATION_STATE_REGISTERED: { in updateNewCallbackWithState()
46717 field public static final int REGISTRATION_STATE_REGISTERED = 2; // 0x2
46861 field public static final int REGISTRATION_STATE_REGISTERED = 2; // 0x2
68231 Landroid/telephony/ims/stub/ImsRegistrationImplBase;->REGISTRATION_STATE_REGISTERED:I