Home
last modified time | relevance | path

Searched refs:RIL_REG_STATE_UNKNOWN (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java669 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForDataConnAttach()
670 mSimulatedCommands.setDataRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForDataConnAttach()
690 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForDataConnAttach()
691 mSimulatedCommands.setDataRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForDataConnAttach()
722 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForDataConnDetach()
723 mSimulatedCommands.setDataRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForDataConnDetach()
744 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForDataConnDetach()
745 mSimulatedCommands.setDataRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForDataConnDetach()
778 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForNetworkAttached()
779 mSimulatedCommands.setDataRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForNetworkAttached()
[all …]
/frameworks/base/telephony/java/android/telephony/
DServiceState.java96 public static final int RIL_REG_STATE_UNKNOWN = 4; field in ServiceState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java1792 return ServiceState.RIL_REG_STATE_UNKNOWN; in getRegStateFromHalRegState()