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.java147 private void handleNewRingingConnection(AsyncResult asyncResult) { in handleNewRingingConnection() argument
149 Connection connection = (Connection) asyncResult.result; in handleNewRingingConnection()
177 private void handleCdmaCallWaiting(AsyncResult asyncResult) { in handleCdmaCallWaiting() argument
179 CdmaCallWaitingNotification ccwi = (CdmaCallWaitingNotification) asyncResult.result; in handleCdmaCallWaiting()
208 private void handleNewUnknownConnection(AsyncResult asyncResult) { in handleNewUnknownConnection() argument
210 if (!(asyncResult.result instanceof Connection)) { in handleNewUnknownConnection()
214 Connection connection = (Connection) asyncResult.result; in handleNewUnknownConnection()
DTelephonyConnection.java254 AsyncResult asyncResult = (AsyncResult) msg.obj;
257 asyncResult.result;