Searched defs:handlePollCalls (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallTracker.java95 protected abstract void handlePollCalls(AsyncResult ar); method in class:CallTracker
121 // Individual connections will be removed from the list in handlePollCalls()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java215 // handlePollCalls() will notice this call not present
425 handlePollCalls(AsyncResult ar) { method in class:GsmCallTracker
625 log("handlePollCalls - disconnect hoConn= " + hoConnection.toString());
664 // handlePollCalls will clear out its
888 handlePollCalls((AsyncResult)msg.obj);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java231 // handlePollCalls() will notice this call not present
500 handlePollCalls(AsyncResult ar) { method in class:CdmaCallTracker
726 log("handlePollCalls - disconnect hoConn= " + hoConnection.toString());
940 // handlePollCalls will clear out its
992 handlePollCalls((AsyncResult)msg.obj);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java632 // handlePollCalls will clear out its
1451 protected void handlePollCalls(AsyncResult ar) { method in class:ImsPhoneCallTracker

Completed in 97 milliseconds