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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallTracker.java94 protected abstract void handlePollCalls(AsyncResult ar); method in class:CallTracker
120 // Individual connections will be removed from the list in handlePollCalls()
H A DGsmCdmaCallTracker.java307 // handlePollCalls() will notice this call not present
418 // handlePollCalls() will notice this call not present
719 protected synchronized void handlePollCalls(AsyncResult ar) { method in class:GsmCdmaCallTracker
722 if (VDBG) log("handlePollCalls");
1022 log("handlePollCalls - disconnect hoConn= " + hoConnection +
1051 if (VDBG) log("handlePollCalls calling updatePhoneState()");
1073 // handlePollCalls will clear out its
1318 handlePollCalls((AsyncResult)msg.obj);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java765 // handlePollCalls will clear out its
2036 protected void handlePollCalls(AsyncResult ar) { method in class:ImsPhoneCallTracker

Completed in 73 milliseconds