Searched refs:mPollingContext (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ServiceStateTrackerTest.java | 1915 sst.mPollingContext[0] = 2; in changeRegState() 1919 new AsyncResult(sst.mPollingContext, dataResult, null))); in changeRegState() 1927 new AsyncResult(sst.mPollingContext, voiceResult, null))); in changeRegState() 1936 sst.mPollingContext[0] = 3; in changeRegStateWithIwlan() 1945 new AsyncResult(sst.mPollingContext, dataResult, null))); in changeRegStateWithIwlan() 1954 new AsyncResult(sst.mPollingContext, voiceResult, null))); in changeRegStateWithIwlan() 1964 new AsyncResult(sst.mPollingContext, dataIwlanResult, null))); in changeRegStateWithIwlan() 1972 sst.mPollingContext[0] = 1; in testPollStateOperatorWhileNotRegistered() 1975 new AsyncResult(sst.mPollingContext, oldOpNamesResult, null))); in testPollStateOperatorWhileNotRegistered() 1980 sst.mPollingContext[0] = 1; in testPollStateOperatorWhileNotRegistered() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 195 public int[] mPollingContext; field in ServiceStateTracker 1864 if (ar.userObj != mPollingContext) return; in handlePollStateResult() 1893 mPollingContext[0]--; in handlePollStateResult() 1895 if (mPollingContext[0] == 0) { in handlePollStateResult() 3087 mPollingContext = new int[1]; in pollStateInternal() 3088 mPollingContext[0] = 0; in pollStateInternal() 3118 mPollingContext[0]++; in pollStateInternal() 3119 mCi.getOperator(obtainMessage(EVENT_POLL_STATE_OPERATOR, mPollingContext)); in pollStateInternal() 3121 mPollingContext[0]++; in pollStateInternal() 3125 mPollingContext)); in pollStateInternal() [all …]
|