Searched refs:mPollingContext (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ServiceStateTrackerTest.java | 1743 sst.mPollingContext[0] = 2; in changeRegState() 1747 new AsyncResult(sst.mPollingContext, dataResult, null))); in changeRegState() 1755 new AsyncResult(sst.mPollingContext, voiceResult, null))); in changeRegState() 1847 sst.mPollingContext[0] = 2; in sendRegStateUpdateForLteCellId() 1851 new AsyncResult(sst.mPollingContext, dataResult, null))); in sendRegStateUpdateForLteCellId() 1855 new AsyncResult(sst.mPollingContext, voiceResult, null))); in sendRegStateUpdateForLteCellId() 1919 sst.mPollingContext[0] = 2; in testPhyChanBandwidthResetsOnOos() 1922 new AsyncResult(sst.mPollingContext, dataResult, null))); in testPhyChanBandwidthResetsOnOos() 1926 new AsyncResult(sst.mPollingContext, voiceResult, null))); in testPhyChanBandwidthResetsOnOos() 2064 sst.mPollingContext[0] = 2; in testOnVopsInfoChanged() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 185 public int[] mPollingContext; field in ServiceStateTracker 1755 if (ar.userObj != mPollingContext) return; in handlePollStateResult() 1784 mPollingContext[0]--; in handlePollStateResult() 1786 if (mPollingContext[0] == 0) { in handlePollStateResult() 2942 mPollingContext = new int[1]; in pollState() 2943 mPollingContext[0] = 0; in pollState() 2973 mPollingContext[0]++; in pollState() 2974 mCi.getOperator(obtainMessage(EVENT_POLL_STATE_OPERATOR, mPollingContext)); in pollState() 2976 mPollingContext[0]++; in pollState() 2980 mPollingContext)); in pollState() [all …]
|