Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaLteServiceStateTracker.java263 mPollingContext = new int[1]; in pollState()
264 mPollingContext[0] = 0; in pollState()
292 mPollingContext[0]++; in pollState()
294 mCi.getOperator(obtainMessage(EVENT_POLL_STATE_OPERATOR_CDMA, mPollingContext)); in pollState()
296 mPollingContext[0]++; in pollState()
299 mPollingContext)); in pollState()
301 mPollingContext[0]++; in pollState()
304 mPollingContext)); in pollState()
DCdmaServiceStateTracker.java814 if (ar.userObj != mPollingContext) return; in handlePollStateResult()
840 mPollingContext[0]--; in handlePollStateResult()
842 if (mPollingContext[0] == 0) { in handlePollStateResult()
1011 mPollingContext = new int[1]; in pollState()
1012 mPollingContext[0] = 0; in pollState()
1040 mPollingContext[0]++; in pollState()
1043 obtainMessage(EVENT_POLL_STATE_OPERATOR_CDMA, mPollingContext)); in pollState()
1045 mPollingContext[0]++; in pollState()
1048 obtainMessage(EVENT_POLL_STATE_REGISTRATION_CDMA, mPollingContext)); in pollState()
1050 mPollingContext[0]++; in pollState()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java700 if (ar.userObj != mPollingContext) return; in handlePollStateResult()
852 mPollingContext[0]--; in handlePollStateResult()
854 if (mPollingContext[0] == 0) { in handlePollStateResult()
974 mPollingContext = new int[1]; in pollState()
975 mPollingContext[0] = 0; in pollState()
1003 mPollingContext[0]++; in pollState()
1006 EVENT_POLL_STATE_OPERATOR, mPollingContext)); in pollState()
1008 mPollingContext[0]++; in pollState()
1011 EVENT_POLL_STATE_GPRS, mPollingContext)); in pollState()
1013 mPollingContext[0]++; in pollState()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java108 protected int[] mPollingContext; field in ServiceStateTracker
865 mPollingContext = new int[1]; in cancelPollState()
989 pw.println(" mPollingContext=" + mPollingContext); in dump()