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
;
71
mNeedsPoll
= true;
260
pw.println("
mNeedsPoll
=" +
mNeedsPoll
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java
432
mNeedsPoll
= true;
435
mPendingOperations + ", needsPoll=" +
mNeedsPoll
);
445
mPendingOperations + ", needsPoll=" +
mNeedsPoll
);
447
if (mPendingOperations == 0 &&
mNeedsPoll
) {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java
367
mNeedsPoll
= true;
370
mPendingOperations + ", needsPoll=" +
mNeedsPoll
);
380
mPendingOperations + ", needsPoll=" +
mNeedsPoll
);
382
if (mPendingOperations == 0 &&
mNeedsPoll
) {
872
mNeedsPoll
= false;
[
all
...]
Completed in 436 milliseconds