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
43
protected boolean
mNeedsPoll
;
72
mNeedsPoll
= true;
294
pw.println("
mNeedsPoll
=" +
mNeedsPoll
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java
438
mNeedsPoll
= true;
441
mPendingOperations + ", needsPoll=" +
mNeedsPoll
);
451
mPendingOperations + ", needsPoll=" +
mNeedsPoll
);
453
if (mPendingOperations == 0 &&
mNeedsPoll
) {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java
380
mNeedsPoll
= true;
383
mPendingOperations + ", needsPoll=" +
mNeedsPoll
);
393
mPendingOperations + ", needsPoll=" +
mNeedsPoll
);
395
if (mPendingOperations == 0 &&
mNeedsPoll
) {
897
mNeedsPoll
= false;
[
all
...]
Completed in 177 milliseconds