Searched refs:handlePollCalls (Results 1 - 4 of 4) 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
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java226 // handlePollCalls() will notice this call not present
491 handlePollCalls(AsyncResult ar) { method in class:CdmaCallTracker
923 // handlePollCalls will clear out its
975 handlePollCalls((AsyncResult)msg.obj);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java213 // handlePollCalls() will notice this call not present
420 handlePollCalls(AsyncResult ar) { method in class:GsmCallTracker
650 // handlePollCalls will clear out its
874 handlePollCalls((AsyncResult)msg.obj);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java608 // handlePollCalls will clear out its
1297 protected void handlePollCalls(AsyncResult ar) { method in class:ImsPhoneCallTracker

Completed in 47 milliseconds