OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNeedsPoll
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallTracker.java
42
protected boolean
mNeedsPoll
;
67
mNeedsPoll
= true;
178
pw.println("
mNeedsPoll
=" +
mNeedsPoll
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java
418
mNeedsPoll
= true;
421
mPendingOperations + ", needsPoll=" +
mNeedsPoll
);
431
mPendingOperations + ", needsPoll=" +
mNeedsPoll
);
433
if (mPendingOperations == 0 &&
mNeedsPoll
) {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java
378
mNeedsPoll
= true;
381
mPendingOperations + ", needsPoll=" +
mNeedsPoll
);
391
mPendingOperations + ", needsPoll=" +
mNeedsPoll
);
393
if (mPendingOperations == 0 &&
mNeedsPoll
) {
870
mNeedsPoll
= false;
[
all
...]
Completed in 26 milliseconds