Searched refs:mPollingContext (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ServiceStateTrackerTest.java | 2060 sst.mPollingContext[0] = 2; in changeRegState() 2064 new AsyncResult(sst.mPollingContext, dataResult, null))); in changeRegState() 2072 new AsyncResult(sst.mPollingContext, voiceResult, null))); in changeRegState() 2081 sst.mPollingContext[0] = 3; in changeRegStateWithIwlan() 2090 new AsyncResult(sst.mPollingContext, dataResult, null))); in changeRegStateWithIwlan() 2099 new AsyncResult(sst.mPollingContext, voiceResult, null))); in changeRegStateWithIwlan() 2109 new AsyncResult(sst.mPollingContext, dataIwlanResult, null))); in changeRegStateWithIwlan() 2117 sst.mPollingContext[0] = 1; in testPollStateOperatorWhileNotRegistered() 2120 new AsyncResult(sst.mPollingContext, oldOpNamesResult, null))); in testPollStateOperatorWhileNotRegistered() 2125 sst.mPollingContext[0] = 1; in testPollStateOperatorWhileNotRegistered() [all …]
|
D | DisplayInfoControllerTest.java | 162 mSst.mPollingContext[0] = 3; in changeRegState() 167 new AsyncResult(mSst.mPollingContext, oldOpNamesResult, null))); in changeRegState() 173 new AsyncResult(mSst.mPollingContext, dataResult, null))); in changeRegState() 181 new AsyncResult(mSst.mPollingContext, voiceResult, null))); in changeRegState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 200 public int[] mPollingContext; field in ServiceStateTracker 1939 if (ar.userObj != mPollingContext) return; in handlePollStateResult() 1974 mPollingContext[0]--; in handlePollStateResult() 1976 if (mPollingContext[0] == 0) { in handlePollStateResult() 3318 mPollingContext = new int[1]; in pollStateInternal() 3342 mPollingContext[0]++; in pollStateInternal() 3343 mCi.getOperator(obtainMessage(EVENT_POLL_STATE_OPERATOR, mPollingContext)); in pollStateInternal() 3345 mPollingContext[0]++; in pollStateInternal() 3349 mPollingContext)); in pollStateInternal() 3351 mPollingContext[0]++; in pollStateInternal() [all …]
|