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 91 case EVENT_POLL_STATE_GPRS:
92 if (DBG) log("handleMessage EVENT_POLL_STATE_GPRS");
140 if (what == EVENT_POLL_STATE_GPRS) {
143 log("handlePollStateResultMessage: EVENT_POLL_STATE_GPRS states.length=" +
284 mCi.getDataRegistrationState(obtainMessage(EVENT_POLL_STATE_GPRS,
CdmaServiceStateTracker.java 409 case EVENT_POLL_STATE_GPRS:
598 case EVENT_POLL_STATE_GPRS: {
601 log("handlePollStateResultMessage: EVENT_POLL_STATE_GPRS states.length=" +
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 373 case EVENT_POLL_STATE_GPRS:
748 case EVENT_POLL_STATE_GPRS: {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 126 protected static final int EVENT_POLL_STATE_GPRS = 5;
    [all...]

Completed in 59 milliseconds