Searched refs:mPollingContext (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ServiceStateTrackerTest.java | 1931 sst.mPollingContext[0] = 2; in changeRegState() 1935 new AsyncResult(sst.mPollingContext, dataResult, null))); in changeRegState() 1943 new AsyncResult(sst.mPollingContext, voiceResult, null))); in changeRegState() 1952 sst.mPollingContext[0] = 3; in changeRegStateWithIwlan() 1961 new AsyncResult(sst.mPollingContext, dataResult, null))); in changeRegStateWithIwlan() 1970 new AsyncResult(sst.mPollingContext, voiceResult, null))); in changeRegStateWithIwlan() 1980 new AsyncResult(sst.mPollingContext, dataIwlanResult, null))); in changeRegStateWithIwlan() 1988 sst.mPollingContext[0] = 1; in testPollStateOperatorWhileNotRegistered() 1991 new AsyncResult(sst.mPollingContext, oldOpNamesResult, null))); in testPollStateOperatorWhileNotRegistered() 1996 sst.mPollingContext[0] = 1; in testPollStateOperatorWhileNotRegistered() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 196 public int[] mPollingContext; field in ServiceStateTracker 1853 if (ar.userObj != mPollingContext) return; in handlePollStateResult() 1882 mPollingContext[0]--; in handlePollStateResult() 1884 if (mPollingContext[0] == 0) { in handlePollStateResult() 3076 mPollingContext = new int[1]; in pollStateInternal() 3077 mPollingContext[0] = 0; in pollStateInternal() 3107 mPollingContext[0]++; in pollStateInternal() 3108 mCi.getOperator(obtainMessage(EVENT_POLL_STATE_OPERATOR, mPollingContext)); in pollStateInternal() 3110 mPollingContext[0]++; in pollStateInternal() 3114 mPollingContext)); in pollStateInternal() [all …]
|