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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 70 case EVENT_POLL_STATE_GPRS:
71 if (DBG) log("handleMessage EVENT_POLL_STATE_GPRS");
100 if (what == EVENT_POLL_STATE_GPRS) {
103 log("handlePollStateResultMessage: EVENT_POLL_STATE_GPRS states.length=" +
244 mCi.getDataRegistrationState(obtainMessage(EVENT_POLL_STATE_GPRS,
CdmaServiceStateTracker.java 382 case EVENT_POLL_STATE_GPRS:
560 case EVENT_POLL_STATE_GPRS: {
563 log("handlePollStateResultMessage: EVENT_POLL_STATE_GPRS states.length=" +
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 119 protected static final int EVENT_POLL_STATE_GPRS = 5;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 352 case EVENT_POLL_STATE_GPRS:
663 case EVENT_POLL_STATE_GPRS: {
791 EVENT_POLL_STATE_GPRS, mPollingContext));
    [all...]

Completed in 44 milliseconds