Searched refs:mPollingContext (Results 1 – 1 of 1) sorted by relevance
138 private int[] mPollingContext; field in ServiceStateTracker1459 if (ar.userObj != mPollingContext) return; in handlePollStateResult()1484 mPollingContext[0]--; in handlePollStateResult()1486 if (mPollingContext[0] == 0) { in handlePollStateResult()2430 mPollingContext = new int[1]; in pollState()2431 mPollingContext[0] = 0; in pollState()2461 mPollingContext[0]++; in pollState()2462 mCi.getOperator(obtainMessage(EVENT_POLL_STATE_OPERATOR, mPollingContext)); in pollState()2464 mPollingContext[0]++; in pollState()2465 mCi.getDataRegistrationState(obtainMessage(EVENT_POLL_STATE_GPRS, mPollingContext)); in pollState()[all …]