HomeSort by relevance Sort by last modified time
    Searched refs:pollingContext (Results 1 - 4 of 4) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 138 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));
CdmaServiceStateTracker.java 719 if (ar.userObj != pollingContext) return;
751 pollingContext[0]--;
753 if (pollingContext[0] == 0) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 545 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[0]++
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ServiceStateTracker.java 55 * expected responses in this pollingContext.
57 protected int[] pollingContext;
464 pollingContext = new int[1];
530 pw.println(" pollingContext=" + pollingContext);

Completed in 55 milliseconds