OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsPoll
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
CallTracker.java
39
protected boolean
needsPoll
;
64
needsPoll
= true;
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java
86
// boolean
needsPoll
;
415
needsPoll
= true;
418
pendingOperations + ",
needsPoll
=" +
needsPoll
);
428
pendingOperations + ",
needsPoll
=" +
needsPoll
);
430
if (pendingOperations == 0 &&
needsPoll
) {
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java
357
needsPoll
= true;
360
pendingOperations + ",
needsPoll
=" +
needsPoll
);
370
pendingOperations + ",
needsPoll
=" +
needsPoll
);
372
if (pendingOperations == 0 &&
needsPoll
) {
840
"handle EVENT_POLL_CALL_RESULT: set
needsPoll
=F");
841
needsPoll
= false;
Completed in 140 milliseconds