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

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaLteServiceStateTracker.java138 pollingContext = new int[1];
139 pollingContext[0] = 0;
165 pollingContext[0]++;
167 cm.getOperator(obtainMessage(EVENT_POLL_STATE_OPERATOR_CDMA, pollingContext));
169 pollingContext[0]++;
172 pollingContext));
181 pollingContext[0]++;
184 pollingContext));
H A DCdmaServiceStateTracker.java719 if (ar.userObj != pollingContext) return;
751 pollingContext[0]--;
753 if (pollingContext[0] == 0) {
830 pollingContext = new int[1];
831 pollingContext[0] = 0;
857 pollingContext[0]++;
860 obtainMessage(EVENT_POLL_STATE_OPERATOR_CDMA, pollingContext));
862 pollingContext[0]++;
865 obtainMessage(EVENT_POLL_STATE_REGISTRATION_CDMA, pollingContext));
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java545 if (ar.userObj != pollingContext) return;
663 pollingContext[0]--;
665 if (pollingContext[0] == 0) {
700 pollingContext = new int[1];
701 pollingContext[0] = 0;
727 pollingContext[0]++;
730 EVENT_POLL_STATE_OPERATOR, pollingContext));
732 pollingContext[0]++;
735 EVENT_POLL_STATE_GPRS, pollingContext));
737 pollingContext[
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DServiceStateTracker.java55 * expected responses in this pollingContext.
57 protected int[] pollingContext; field in class:ServiceStateTracker
464 pollingContext = new int[1];
530 pw.println(" pollingContext=" + pollingContext);

Completed in 270 milliseconds