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.java2299 int regState = wwanPsRegState.getNetworkRegistrationState(); in combinePsRegistrationStates() local
5791 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.java1650 private ServiceState getServiceStateDataAndVoice(int rat, int regState, boolean isRoaming) { in getServiceStateDataAndVoice()
1662 private ServiceState getServiceStateDataOnly(int rat, int regState, boolean isRoaming) { in getServiceStateDataOnly()
1671 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.java667 final NetworkRegistrationInfo regState = getNetworkRegistrationInfo( in getVoiceRoamingType() local
717 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.java751 public boolean shouldKeepNetworkUpInNonVops(@NetworkRegistrationInfo.RegistrationState in shouldKeepNetworkUpInNonVops()
760 public boolean allowBringUpNetworkInNonVops(@NetworkRegistrationInfo.RegistrationState in allowBringUpNetworkInNonVops()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataNetworkTest.java333 @NetworkRegistrationInfo.RegistrationState int regState, boolean isNtn) { in serviceStateChanged()
338 @NetworkRegistrationInfo.RegistrationState int regState, in serviceStateChanged()
DDataNetworkControllerTest.java621 @RegistrationState int regState) { in serviceStateChanged()
635 @RegistrationState int regState, DataSpecificRegistrationInfo dsri) { in serviceStateChanged()
5026 @NetworkRegistrationInfo.RegistrationState int regState, DataNetwork dataNetwork) { in updateServiceStateForDatatNetwork()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DServiceStateStatsTest.java1414 @NetworkRegistrationInfo.RegistrationState int regState) { in mockWwanRat()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java2813 private void updateImsRegistrationInfo( in updateImsRegistrationInfo()