Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDisplayInfoControllerTest.java166 ServiceStateTracker.EVENT_POLL_STATE_OPERATOR, in changeRegState()
DServiceStateTrackerTest.java2119 ServiceStateTracker.EVENT_POLL_STATE_OPERATOR, in testPollStateOperatorWhileNotRegistered()
2127 ServiceStateTracker.EVENT_POLL_STATE_OPERATOR, in testPollStateOperatorWhileNotRegistered()
2142 ServiceStateTracker.EVENT_POLL_STATE_OPERATOR, in testPollStateExceptionRadioPowerOn()
2168 ServiceStateTracker.EVENT_POLL_STATE_OPERATOR, in testPollStateExceptionRadioPowerOff()
2195 ServiceStateTracker.EVENT_POLL_STATE_OPERATOR, in testPollStateExceptionRadioPowerOffOnIwlan()
2591 ServiceStateTracker.EVENT_POLL_STATE_OPERATOR, in changeRegStateWithIwlanOperatorNumeric()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java247 protected static final int EVENT_POLL_STATE_OPERATOR = 7; field in ServiceStateTracker
1373 case EVENT_POLL_STATE_OPERATOR: in handleMessage()
2362 case EVENT_POLL_STATE_OPERATOR: { in handlePollStateResultMessage()
3343 mCi.getOperator(obtainMessage(EVENT_POLL_STATE_OPERATOR, mPollingContext)); in pollStateInternal()