Home
last modified time | relevance | path

Searched refs:asyncResult (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java138 private void handleNewRingingConnection(AsyncResult asyncResult) { in handleNewRingingConnection() argument
140 Connection connection = (Connection) asyncResult.result; in handleNewRingingConnection()
168 private void handleCdmaCallWaiting(AsyncResult asyncResult) { in handleCdmaCallWaiting() argument
170 CdmaCallWaitingNotification ccwi = (CdmaCallWaitingNotification) asyncResult.result; in handleCdmaCallWaiting()
199 private void handleNewUnknownConnection(AsyncResult asyncResult) { in handleNewUnknownConnection() argument
201 if (!(asyncResult.result instanceof Connection)) { in handleNewUnknownConnection()
205 Connection connection = (Connection) asyncResult.result; in handleNewUnknownConnection()
DTelephonyConnection.java243 AsyncResult asyncResult = (AsyncResult) msg.obj;
246 asyncResult.result;