Searched refs:AsyncResult (Results 51 - 75 of 80) sorted by relevance

1234

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccCardApplicationTest.java17 import android.os.AsyncResult;
80 mException = (CommandException) ((AsyncResult) msg.obj).exception;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java21 import android.os.AsyncResult;
461 * retMsg.obj = AsyncResult ar
491 * retMsg.obj = AsyncResult ar
503 * retMsg.obj = AsyncResult ar
522 * retMsg.obj = AsyncResult ar
545 * retMsg.obj = AsyncResult ar
561 * retMsg.obj = AsyncResult ar
578 * retMsg.obj = AsyncResult ar
592 * retMsg.obj = AsyncResult ar
860 * ((AsyncResult)respons
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java24 import android.os.AsyncResult;
806 AsyncResult ar = (AsyncResult) msg.obj;
834 AsyncResult ar = (AsyncResult) msg.obj;
848 AsyncResult ar = (AsyncResult) msg.obj;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java24 import android.os.AsyncResult;
95 handleStatusReport((AsyncResult) msg.obj);
116 * @param ar AsyncResult passed into the message handler. ar.result should
119 private void handleStatusReport(AsyncResult ar) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneConnectionTest.java18 import android.os.AsyncResult;
198 AsyncResult.forMessage(msg);
221 AsyncResult.forMessage(msg);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java40 import android.os.AsyncResult;
720 * AsyncResult in msg.obj where AsyncResult#result contains the
852 * an AsyncResult, and onComplete.obj.exception will be non-null
1028 AsyncResult ar;
1054 ar = (AsyncResult) msg.obj;
1076 ar = (AsyncResult) msg.obj;
1096 ar = (AsyncResult) msg.obj;
1140 ar = (AsyncResult) msg.obj;
1147 ar = (AsyncResult) ms
[all...]
H A DBaseCommands.java21 import android.os.AsyncResult;
153 r.notifyRegistrant(new AsyncResult(null, null, null));
173 r.notifyRegistrant(new AsyncResult(null, null, null));
193 r.notifyRegistrant(new AsyncResult(null, null, null));
213 r.notifyRegistrant(new AsyncResult(null, null, null));
740 r.notifyRegistrant(new AsyncResult(null, new Integer(mRilVersion), null));
H A DIccSmsInterfaceManager.java33 import android.os.AsyncResult;
91 AsyncResult ar;
95 ar = (AsyncResult) msg.obj;
102 ar = (AsyncResult)msg.obj;
119 ar = (AsyncResult) msg.obj;
H A DSubscriptionInfoUpdater.java29 import android.os.AsyncResult;
271 AsyncResult ar = (AsyncResult)msg.obj;
300 AsyncResult ar = (AsyncResult)msg.obj;
H A DInboundSmsHandler.java43 import android.os.AsyncResult;
137 /** New SMS received as an AsyncResult. */
158 /** New SMS received as an AsyncResult. */
428 handleNewSms((AsyncResult) msg.obj);
434 handleInjectSms((AsyncResult) msg.obj);
511 private void handleNewSms(AsyncResult ar) {
536 * @param ar is the AsyncResult that has the SMS PDU to be injected.
538 private void handleInjectSms(AsyncResult ar) {
H A DRIL.java57 import android.os.AsyncResult;
256 AsyncResult.forMessage(mResult, ret, ex);
416 AsyncResult.forMessage( rr.mResult, timeoutResponse, null);
499 AsyncResult.forMessage(result, null,
526 AsyncResult.forMessage(result, null,
545 AsyncResult.forMessage(result, null,
573 AsyncResult.forMessage(result, null,
649 new AsyncResult (null, mLastNITZTimeInfo, null));
4229 new AsyncResult(null, new Integer(rilVer), null));
4240 new AsyncResult(nul
[all...]
H A DGsmCdmaConnection.java19 import android.os.AsyncResult;
867 // The AsyncResult.result is the Connection object
869 AsyncResult ar = AsyncResult.forMessage(notifyMessage);
H A DSMSDispatcher.java45 import android.os.AsyncResult;
276 handleSendComplete((AsyncResult) msg.obj);
488 new AsyncResult(tracker,
495 new AsyncResult(tracker, smsResponse,
619 * @param ar AsyncResult passed into the message handler. ar.result should
623 protected void handleSendComplete(AsyncResult ar) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCarrierPrivilegeRules.java25 import android.os.AsyncResult;
412 AsyncResult ar;
418 ar = (AsyncResult) msg.obj;
445 ar = (AsyncResult) msg.obj;
H A DUiccCard.java32 import android.os.AsyncResult;
388 AsyncResult ar = (AsyncResult)msg.obj;
393 AsyncResult.forMessage((Message)ar.userObj, ar.result, ar.exception);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken20 import android.os.AsyncResult;
115 AsyncResult.forMessage(response);
131 AsyncResult.forMessage(response);
154 AsyncResult.forMessage(response, result, null);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionMonitorTest.java26 import android.os.AsyncResult;
105 AsyncResult ar = (AsyncResult)(msg.obj);
115 AsyncResult ar = (AsyncResult)(msg.obj);
H A DPhoneSwitcherTest.java24 import android.os.AsyncResult;
106 AsyncResult ar = (AsyncResult)(msg.obj);
H A DGsmCdmaPhoneTest.java42 import android.os.AsyncResult;
100 new AsyncResult(null, new int[]{ServiceState.RIL_RADIO_TECHNOLOGY_GSM}, null)));
109 new AsyncResult(null, new int[]{ServiceState.RIL_RADIO_TECHNOLOGY_IS95A}, null)));
398 AsyncResult.forMessage(msg).exception =
H A DServiceStateTrackerTest.java41 import android.os.AsyncResult;
386 new AsyncResult(null, result, null)));
414 msg.obj = new AsyncResult(null, null, null);
428 msg.obj = new AsyncResult(null, null, null);
763 ((AsyncResult)messageArgumentCaptor.getValue().obj).result);
H A DSubscriptionInfoUpdaterTest.java36 import android.os.AsyncResult;
321 AsyncResult.forMessage(msg).result = IccUtils
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java20 import android.os.AsyncResult;
209 AsyncResult ar = new AsyncResult(null, this, null);
224 AsyncResult ar = new AsyncResult(null, cn, null);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java28 import android.os.AsyncResult;
319 AsyncResult.forMessage(onComplete, null, null);
327 AsyncResult.forMessage(onComplete, null, null);
334 AsyncResult.forMessage(onComplete, null, null);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java44 import android.os.AsyncResult;
879 private void onResetDone(AsyncResult ar) {
2461 private void onSetCarrierDataEnabled(AsyncResult ar) {
2961 private void onDataSetupComplete(AsyncResult ar) {
3155 private ApnContext getValidApnContext(AsyncResult ar, String logString) {
3182 private void onDataSetupCompleteError(AsyncResult ar) {
3222 private void onDisconnectDone(AsyncResult ar) {
3303 private void onDisconnectDcRetrying(AsyncResult ar) {
3920 onDataSetupComplete((AsyncResult) msg.obj);
3924 onDataSetupCompleteError((AsyncResult) ms
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java21 import android.os.AsyncResult;
528 // The AsyncResult.result is the Connection object
530 AsyncResult ar = AsyncResult.forMessage(notifyMessage);

Completed in 5983 milliseconds

1234