Home
last modified time | relevance | path

Searched refs:pollingContext (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DCdmaLteServiceStateTracker.java155 pollingContext = new int[1]; in pollState()
156 pollingContext[0] = 0; in pollState()
182 pollingContext[0]++; in pollState()
184 cm.getOperator(obtainMessage(EVENT_POLL_STATE_OPERATOR_CDMA, pollingContext)); in pollState()
186 pollingContext[0]++; in pollState()
189 pollingContext)); in pollState()
198 pollingContext[0]++; in pollState()
201 pollingContext)); in pollState()
DCdmaServiceStateTracker.java674 if (ar.userObj != pollingContext) return; in handlePollStateResult()
706 pollingContext[0]--; in handlePollStateResult()
708 if (pollingContext[0] == 0) { in handlePollStateResult()
785 pollingContext = new int[1]; in pollState()
786 pollingContext[0] = 0; in pollState()
824 pollingContext[0]++; in pollState()
827 obtainMessage(EVENT_POLL_STATE_OPERATOR_CDMA, pollingContext)); in pollState()
829 pollingContext[0]++; in pollState()
832 obtainMessage(EVENT_POLL_STATE_REGISTRATION_CDMA, pollingContext)); in pollState()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java529 if (ar.userObj != pollingContext) return; in handlePollStateResult()
648 pollingContext[0]--; in handlePollStateResult()
650 if (pollingContext[0] == 0) { in handlePollStateResult()
683 pollingContext = new int[1]; in pollState()
684 pollingContext[0] = 0; in pollState()
722 pollingContext[0]++; in pollState()
725 EVENT_POLL_STATE_OPERATOR, pollingContext)); in pollState()
727 pollingContext[0]++; in pollState()
730 EVENT_POLL_STATE_GPRS, pollingContext)); in pollState()
732 pollingContext[0]++; in pollState()
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/
DServiceStateTracker.java53 protected int[] pollingContext; field in ServiceStateTracker
456 pollingContext = new int[1]; in cancelPollState()