Home
last modified time | relevance | path

Searched defs:regState (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DDelegateStateTrackerTest.java95 DelegateRegistrationState regState = new DelegateRegistrationState.Builder() in testDelegateCreated() local
156 DelegateRegistrationState regState = new DelegateRegistrationState.Builder() in testDelegateChangingRegisteredTagsOverride() local
252 DelegateRegistrationState regState = new DelegateRegistrationState.Builder() in testDelegateChangingRegisteredTagsRegisteringDisable() local
305 DelegateRegistrationState regState = new DelegateRegistrationState.Builder() in testDelegateChangingRegisteredTagsRegisteringEnable() local
341 DelegateRegistrationState regState = new DelegateRegistrationState.Builder() in testDelegateChangingDeniedTagsChanged() local
399 DelegateRegistrationState regState = new DelegateRegistrationState.Builder() in testDelegateChangingDeniedTagsChangingToDestroy() local
DSipDelegateBinderConnectionTest.java208 DelegateRegistrationState regState = new DelegateRegistrationState.Builder() in testStateCallback() local
/packages/services/Telephony/src/com/android/services/telephony/domainselection/
DEmergencyCallDomainSelector.java313 int regState = result.getRegState(); in getAccessNetworkType() local
913 int regState = regResult.getRegState(); in isCsInService() local
958 int regState = regResult.getRegState(); in isPsInService() local
1380 int regState = regResult.getRegState(); in startCrossStackTimer() local
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DTransportSipMessageValidator.java203 DelegateRegistrationState regState) { in onRegistrationStateChanged()