Searched refs:mNeedsPoll (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallTracker.java42 protected boolean mNeedsPoll; field in class:CallTracker
71 mNeedsPoll = true;
260 pw.println(" mNeedsPoll=" + mNeedsPoll);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java432 mNeedsPoll = true;
435 mPendingOperations + ", needsPoll=" + mNeedsPoll);
445 mPendingOperations + ", needsPoll=" + mNeedsPoll);
447 if (mPendingOperations == 0 && mNeedsPoll) {
973 mNeedsPoll = false;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java367 mNeedsPoll = true;
370 mPendingOperations + ", needsPoll=" + mNeedsPoll);
380 mPendingOperations + ", needsPoll=" + mNeedsPoll);
382 if (mPendingOperations == 0 && mNeedsPoll) {
872 mNeedsPoll = false;

Completed in 27 milliseconds