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.java559 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForDataConnAttach()
560 mSimulatedCommands.setDataRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForDataConnAttach()
580 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForDataConnAttach()
581 mSimulatedCommands.setDataRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForDataConnAttach()
612 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForDataConnDetach()
613 mSimulatedCommands.setDataRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForDataConnDetach()
634 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForDataConnDetach()
635 mSimulatedCommands.setDataRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForDataConnDetach()
668 mSimulatedCommands.setVoiceRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForNetworkAttached()
669 mSimulatedCommands.setDataRegState(ServiceState.RIL_REG_STATE_UNKNOWN); in testRegAndUnregForNetworkAttached()
[all …]
/frameworks/base/telephony/java/android/telephony/
DServiceState.java95 public static final int RIL_REG_STATE_UNKNOWN = 4; field in ServiceState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java1590 int regState = ServiceState.RIL_REG_STATE_UNKNOWN; in handlePollStateResultMessage()
1750 int regState = ServiceState.RIL_REG_STATE_UNKNOWN; in handlePollStateResultMessage()
1788 int regState = ServiceState.RIL_REG_STATE_UNKNOWN; in handlePollStateResultMessage()