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.java137 private int[] mPollingContext; field in ServiceStateTracker
1599 if (ar.userObj != mPollingContext) return; in handlePollStateResult()
1624 mPollingContext[0]--; in handlePollStateResult()
1626 if (mPollingContext[0] == 0) { in handlePollStateResult()
2519 mPollingContext = new int[1]; in pollState()
2520 mPollingContext[0] = 0; in pollState()
2552 mPollingContext[0]++; in pollState()
2553 mCi.getOperator(obtainMessage(EVENT_POLL_STATE_OPERATOR, mPollingContext)); in pollState()
2555 mPollingContext[0]++; in pollState()
2556 mCi.getDataRegistrationState(obtainMessage(EVENT_POLL_STATE_GPRS, mPollingContext)); in pollState()
[all …]