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
206
mPollingContext
= new int[1];
207
mPollingContext
[0] = 0;
233
mPollingContext
[0]++;
235
mCi.getOperator(obtainMessage(EVENT_POLL_STATE_OPERATOR_CDMA,
mPollingContext
));
237
mPollingContext
[0]++;
240
mPollingContext
));
242
mPollingContext
[0]++;
245
mPollingContext
));
CdmaServiceStateTracker.java
744
if (ar.userObj !=
mPollingContext
) return;
776
mPollingContext
[0]--;
778
if (
mPollingContext
[0] == 0) {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java
580
if (ar.userObj !=
mPollingContext
) return;
721
mPollingContext
[0]--;
723
if (
mPollingContext
[0] == 0) {
756
mPollingContext
= new int[1];
757
mPollingContext
[0] = 0;
783
mPollingContext
[0]++;
786
EVENT_POLL_STATE_OPERATOR,
mPollingContext
));
788
mPollingContext
[0]++;
791
EVENT_POLL_STATE_GPRS,
mPollingContext
));
793
mPollingContext
[0]++
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java
86
protected int[]
mPollingContext
;
608
mPollingContext
= new int[1];
727
pw.println("
mPollingContext
=" +
mPollingContext
);
Completed in 32 milliseconds