Searched refs:EVENT_POLL_STATE_GPRS (Results 1 – 4 of 4) sorted by relevance
103 case EVENT_POLL_STATE_GPRS: in handleMessage()155 if (what == EVENT_POLL_STATE_GPRS) { in handlePollStateResultMessage()303 mCi.getDataRegistrationState(obtainMessage(EVENT_POLL_STATE_GPRS, in pollState()
408 case EVENT_POLL_STATE_GPRS: in handleMessage()625 case EVENT_POLL_STATE_GPRS: { in handlePollStateResultMessage()1052 mCi.getDataRegistrationState(obtainMessage(EVENT_POLL_STATE_GPRS, in pollState()
362 case EVENT_POLL_STATE_GPRS: in handleMessage()777 case EVENT_POLL_STATE_GPRS: { in handlePollStateResult()1011 EVENT_POLL_STATE_GPRS, mPollingContext)); in pollState()
144 protected static final int EVENT_POLL_STATE_GPRS = 5; field in ServiceStateTracker