Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java138 private int[] mPollingContext; field in ServiceStateTracker
1459 if (ar.userObj != mPollingContext) return; in handlePollStateResult()
1484 mPollingContext[0]--; in handlePollStateResult()
1486 if (mPollingContext[0] == 0) { in handlePollStateResult()
2430 mPollingContext = new int[1]; in pollState()
2431 mPollingContext[0] = 0; in pollState()
2461 mPollingContext[0]++; in pollState()
2462 mCi.getOperator(obtainMessage(EVENT_POLL_STATE_OPERATOR, mPollingContext)); in pollState()
2464 mPollingContext[0]++; in pollState()
2465 mCi.getDataRegistrationState(obtainMessage(EVENT_POLL_STATE_GPRS, mPollingContext)); in pollState()
[all …]