Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java223 private List<Integer> getAvailableServices(int regState, int domain, in getAvailableServices()
292 int regState = getRegStateFromHalRegState(voiceRegState.regState); in createRegistrationStateFromVoiceRegState() local
345 int regState = getRegStateFromHalRegState(dataRegState.base.regState); in createRegistrationStateFromDataRegState() local
375 final int regState = getRegStateFromHalRegState(regResult.regState); in getNetworkRegistrationInfo() local
450 final int regState = getRegStateFromHalRegState(regResult.regState); in getNetworkRegistrationInfoAidl() local
556 final int regState = getRegStateFromHalRegState(regResult.regState); in getNetworkRegistrationInfo1_6() local
DNetworkResponse.java428 android.hardware.radio.network.EmergencyRegResult regState) { in setEmergencyModeResponse()
DServiceStateTracker.java2204 int regState = wwanPsRegState.getNetworkRegistrationState(); in combinePsRegistrationStates() local
5628 int regState = ss.getState(); in getCombinedRegState() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java195 int regState = NetworkRegistrationInfo.REGISTRATION_STATE_HOME; in testGetNetworkRegistrationInfoV1_5() local
293 int regState = NetworkRegistrationInfo.REGISTRATION_STATE_HOME; in testGetNetworkRegistrationInfoV1_6WithLte() local
392 int regState = NetworkRegistrationInfo.REGISTRATION_STATE_HOME; in testGetNetworkRegistrationInfoV1_6WithNr() local
DSimulatedCommands.java2036 public void setImsRegistrationState(int[] regState) { in setImsRegistrationState()
2480 public void updateImsRegistrationInfo(int regState, in updateImsRegistrationInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java1626 private ServiceState getServiceStateDataAndVoice(int rat, int regState, boolean isRoaming) { in getServiceStateDataAndVoice()
1638 private ServiceState getServiceStateDataOnly(int rat, int regState, boolean isRoaming) { in getServiceStateDataOnly()
1647 private ServiceState modifyServiceStateData(ServiceState ss, int rat, int regState, in modifyServiceStateData()
/frameworks/base/telephony/java/android/telephony/
DEmergencyRegistrationResult.java106 @NetworkRegistrationInfo.RegistrationState int regState, in EmergencyRegistrationResult()
DServiceState.java669 final NetworkRegistrationInfo regState = getNetworkRegistrationInfo( in getVoiceRoamingType() local
719 final NetworkRegistrationInfo regState = getNetworkRegistrationInfo( in getDataRoamingType() local
1802 final NetworkRegistrationInfo regState = getNetworkRegistrationInfo( in getVoiceNetworkType() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataConfigManager.java750 public boolean shouldKeepNetworkUpInNonVops(@NetworkRegistrationInfo.RegistrationState in shouldKeepNetworkUpInNonVops()
759 public boolean allowBringUpNetworkInNonVops(@NetworkRegistrationInfo.RegistrationState in allowBringUpNetworkInNonVops()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataNetworkTest.java330 @NetworkRegistrationInfo.RegistrationState int regState, boolean isNtn) { in serviceStateChanged()
335 @NetworkRegistrationInfo.RegistrationState int regState, in serviceStateChanged()
DDataNetworkControllerTest.java619 @RegistrationState int regState) { in serviceStateChanged()
633 @RegistrationState int regState, DataSpecificRegistrationInfo dsri) { in serviceStateChanged()
4536 @NetworkRegistrationInfo.RegistrationState int regState, DataNetwork dataNetwork) { in updateServiceStateForDatatNetwork()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DServiceStateStatsTest.java1385 @NetworkRegistrationInfo.RegistrationState int regState) { in mockWwanRat()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java2797 private void updateImsRegistrationInfo( in updateImsRegistrationInfo()