Searched refs:EVENT_POLL_STATE_GPRS (Results 1 – 4 of 4) sorted by relevance
100 case EVENT_POLL_STATE_GPRS: in handleMessage()152 if (what == EVENT_POLL_STATE_GPRS) { in handlePollStateResultMessage()298 mCi.getDataRegistrationState(obtainMessage(EVENT_POLL_STATE_GPRS, in pollState()
404 case EVENT_POLL_STATE_GPRS: in handleMessage()614 case EVENT_POLL_STATE_GPRS: { in handlePollStateResultMessage()1045 mCi.getDataRegistrationState(obtainMessage(EVENT_POLL_STATE_GPRS, in pollState()
377 case EVENT_POLL_STATE_GPRS: in handleMessage()767 case EVENT_POLL_STATE_GPRS: { in handlePollStateResult()969 EVENT_POLL_STATE_GPRS, mPollingContext)); in pollState()
138 protected static final int EVENT_POLL_STATE_GPRS = 5; field in ServiceStateTracker