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.java1516 sst.mPollingContext[0] = 2; in testRatRatchet()
1519 new AsyncResult(sst.mPollingContext, dataResult, null))); in testRatRatchet()
1526 new AsyncResult(sst.mPollingContext, voiceResult, null))); in testRatRatchet()
1534 sst.mPollingContext[0] = 2; in testRatRatchet()
1536 new AsyncResult(sst.mPollingContext, dataResult, null))); in testRatRatchet()
1541 new AsyncResult(sst.mPollingContext, voiceResult, null))); in testRatRatchet()
1553 sst.mPollingContext[0] = 2; in testRatRatchetWithCellChange()
1556 new AsyncResult(sst.mPollingContext, dataResult, null))); in testRatRatchetWithCellChange()
1563 new AsyncResult(sst.mPollingContext, voiceResult, null))); in testRatRatchetWithCellChange()
1571 sst.mPollingContext[0] = 2; in testRatRatchetWithCellChange()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java147 public int[] mPollingContext; field in ServiceStateTracker
1631 if (ar.userObj != mPollingContext) return; in handlePollStateResult()
1660 mPollingContext[0]--; in handlePollStateResult()
1662 if (mPollingContext[0] == 0) { in handlePollStateResult()
2656 mPollingContext = new int[1]; in pollState()
2657 mPollingContext[0] = 0; in pollState()
2688 mPollingContext[0]++; in pollState()
2689 mCi.getOperator(obtainMessage(EVENT_POLL_STATE_OPERATOR, mPollingContext)); in pollState()
2691 mPollingContext[0]++; in pollState()
2694 obtainMessage(EVENT_POLL_STATE_GPRS, mPollingContext)); in pollState()
[all …]