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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallTracker.java87 protected abstract void handlePollCalls(AsyncResult ar); method in class:CallTracker
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java221 // handlePollCalls() will notice this call not present
473 handlePollCalls(AsyncResult ar) { method in class:CdmaCallTracker
909 // handlePollCalls will clear out its
956 handlePollCalls((AsyncResult)msg.obj);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java210 // handlePollCalls() will notice this call not present
409 handlePollCalls(AsyncResult ar) { method in class:GsmCallTracker
629 // handlePollCalls will clear out its
843 handlePollCalls((AsyncResult)msg.obj);

Completed in 60 milliseconds