Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java2048 sst.mPollingContext[0] = 2; in changeRegState()
2052 new AsyncResult(sst.mPollingContext, dataResult, null))); in changeRegState()
2060 new AsyncResult(sst.mPollingContext, voiceResult, null))); in changeRegState()
2069 sst.mPollingContext[0] = 3; in changeRegStateWithIwlan()
2078 new AsyncResult(sst.mPollingContext, dataResult, null))); in changeRegStateWithIwlan()
2087 new AsyncResult(sst.mPollingContext, voiceResult, null))); in changeRegStateWithIwlan()
2097 new AsyncResult(sst.mPollingContext, dataIwlanResult, null))); in changeRegStateWithIwlan()
2105 sst.mPollingContext[0] = 1; in testPollStateOperatorWhileNotRegistered()
2108 new AsyncResult(sst.mPollingContext, oldOpNamesResult, null))); in testPollStateOperatorWhileNotRegistered()
2113 sst.mPollingContext[0] = 1; in testPollStateOperatorWhileNotRegistered()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java210 public int[] mPollingContext; field in ServiceStateTracker
2027 if (ar.userObj != mPollingContext) return; in handlePollStateResult()
2056 mPollingContext[0]--; in handlePollStateResult()
2058 if (mPollingContext[0] == 0) { in handlePollStateResult()
3389 mPollingContext = new int[1]; in pollStateInternal()
3390 mPollingContext[0] = 0; in pollStateInternal()
3420 mPollingContext[0]++; in pollStateInternal()
3421 mCi.getOperator(obtainMessage(EVENT_POLL_STATE_OPERATOR, mPollingContext)); in pollStateInternal()
3423 mPollingContext[0]++; in pollStateInternal()
3427 mPollingContext)); in pollStateInternal()
[all …]