OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPollingContext
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java
214
mPollingContext
= new int[1];
215
mPollingContext
[0] = 0;
241
mPollingContext
[0]++;
243
mCi.getOperator(obtainMessage(EVENT_POLL_STATE_OPERATOR_CDMA,
mPollingContext
));
245
mPollingContext
[0]++;
248
mPollingContext
));
250
mPollingContext
[0]++;
253
mPollingContext
));
CdmaServiceStateTracker.java
750
if (ar.userObj !=
mPollingContext
) return;
782
mPollingContext
[0]--;
784
if (
mPollingContext
[0] == 0) {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java
591
if (ar.userObj !=
mPollingContext
) return;
732
mPollingContext
[0]--;
734
if (
mPollingContext
[0] == 0) {
773
mPollingContext
= new int[1];
774
mPollingContext
[0] = 0;
800
mPollingContext
[0]++;
803
EVENT_POLL_STATE_OPERATOR,
mPollingContext
));
805
mPollingContext
[0]++;
808
EVENT_POLL_STATE_GPRS,
mPollingContext
));
810
mPollingContext
[0]++
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java
89
protected int[]
mPollingContext
;
650
mPollingContext
= new int[1];
769
pw.println("
mPollingContext
=" +
mPollingContext
);
Completed in 493 milliseconds