/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
H A D | DelegateStateTrackerTest.java | 91 DelegateRegistrationState regState = new DelegateRegistrationState.Builder() in testDelegateCreated() local 149 DelegateRegistrationState regState = new DelegateRegistrationState.Builder() in testDelegateChangingRegisteredTagsOverride() local 207 DelegateRegistrationState regState = new DelegateRegistrationState.Builder() in testDelegateChangingDeniedTagsChanged() local 265 DelegateRegistrationState regState = new DelegateRegistrationState.Builder() in testDelegateChangingDeniedTagsChangingToDestroy() local
|
H A D | SipDelegateBinderConnectionTest.java | 208 DelegateRegistrationState regState = new DelegateRegistrationState.Builder() in testStateCallback() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CellularNetworkService.java | 170 private List<Integer> getAvailableServices(int regState, int domain, in getAvailableServices() 238 int regState = getRegStateFromHalRegState(voiceRegState.regState); in createRegistrationStateFromVoiceRegState() local 258 int regState = getRegStateFromHalRegState(voiceRegState.regState); in createRegistrationStateFromVoiceRegState() local 284 int regState = NetworkRegistrationInfo.REGISTRATION_STATE_UNKNOWN; in createRegistrationStateFromDataRegState() local 377 final int regState = getRegStateFromHalRegState(regResult.regState); in getNetworkRegistrationInfo() local 457 final int regState = getRegStateFromHalRegState(regResult.regState); in getNetworkRegistrationInfo1_6() local
|
H A D | ServiceStateTracker.java | 2280 int regState = wwanPsRegState.getRegistrationState(); in combinePsRegistrationStates() local 6036 int regState = ss.getState(); in getCombinedRegState() local
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | CellularNetworkServiceTest.java | 183 int regState = NetworkRegistrationInfo.REGISTRATION_STATE_HOME; in testGetNetworkRegistrationInfoV1_5() local 276 int regState = NetworkRegistrationInfo.REGISTRATION_STATE_HOME; in testGetNetworkRegistrationInfoV1_6WithLte() local 370 int regState = NetworkRegistrationInfo.REGISTRATION_STATE_HOME; in testGetNetworkRegistrationInfoV1_6WithNr() local
|
H A D | SimulatedCommands.java | 2067 public void setImsRegistrationState(int[] regState) { in setImsRegistrationState()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneTest.java | 979 private ServiceState getServiceStateDataAndVoice(int rat, int regState, boolean isRoaming) { in getServiceStateDataAndVoice() 991 private ServiceState getServiceStateDataOnly(int rat, int regState, boolean isRoaming) { in getServiceStateDataOnly() 1000 private ServiceState modifyServiceStateData(ServiceState ss, int rat, int regState, in modifyServiceStateData()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | ServiceState.java | 657 final NetworkRegistrationInfo regState = getNetworkRegistrationInfo( in getVoiceRoamingType() local 707 final NetworkRegistrationInfo regState = getNetworkRegistrationInfo( in getDataRoamingType() local 1742 final NetworkRegistrationInfo regState = getNetworkRegistrationInfo( in getVoiceNetworkType() local
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/rcs/ |
H A D | TransportSipMessageValidator.java | 203 DelegateRegistrationState regState) { in onRegistrationStateChanged()
|
/aosp12/hardware/ril/include/telephony/ |
H A D | ril.h | 1549 RIL_RegState regState; // Valid reg states are RIL_NOT_REG_AND_NOT_SEARCHING, member 1610 RIL_RegState regState; // Valid reg states are RIL_NOT_REG_AND_NOT_SEARCHING, member
|
/aosp12/hardware/ril/reference-ril/ |
H A D | ril.h | 1549 RIL_RegState regState; // Valid reg states are RIL_NOT_REG_AND_NOT_SEARCHING, member 1610 RIL_RegState regState; // Valid reg states are RIL_NOT_REG_AND_NOT_SEARCHING, member
|