/frameworks/base/core/java/android/os/ |
D | Registrant.java | 32 userObj = obj; in Registrant() 40 userObj = null; in clear() 85 msg.obj = new AsyncResult(userObj, result, exception); in internalNotifyRegistrant() 109 msg.obj = userObj; in messageForRegistrant() 127 Object userObj; field in Registrant
|
D | AsyncResult.java | 29 public Object userObj; field in AsyncResult 70 userObj = uo; in AsyncResult()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | SIMRecords.java | 762 if (ar.userObj != null) { in handleMessage() 763 AsyncResult.forMessage(((Message) ar.userObj)).exception = ar.exception; in handleMessage() 764 ((Message) ar.userObj).sendToTarget(); in handleMessage() 1004 Message onCphsCompleted = (Message) ar.userObj; in handleMessage() 1013 if (ar.exception == null && ar.userObj != null) { in handleMessage() 1014 AsyncResult.forMessage(((Message) ar.userObj)).exception = null; in handleMessage() 1015 ((Message) ar.userObj).sendToTarget(); in handleMessage() 1027 if (ar.userObj != null) { in handleMessage() 1038 AsyncResult.forMessage(((Message) ar.userObj)).exception = in handleMessage() 1042 AsyncResult.forMessage(((Message) ar.userObj)) in handleMessage() [all …]
|
D | IccFileHandler.java | 493 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage() 519 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage() 560 response = (Message) ar.userObj; in handleMessage() 596 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage() 632 response = (Message) ar.userObj; in handleMessage() 644 response = (Message) ar.userObj; in handleMessage()
|
D | AdnRecordLoader.java | 158 adn = (AdnRecord)(ar.userObj); in handleMessage() 233 adn = (AdnRecord)(ar.userObj); in handleMessage()
|
D | UiccCardApplication.java | 282 Message response = (Message)ar.userObj; in onChangeFdnDone() 358 Message response = (Message)ar.userObj; in onChangeFacilityLock() 403 Message response = (Message)ar.userObj;
|
D | UiccController.java | 590 if (ar.userObj != null && ar.userObj instanceof Integer) { in getCiIndex() 591 index = (Integer)ar.userObj; in getCiIndex()
|
D | AdnRecordCache.java | 362 AdnRecord adn = (AdnRecord) (ar.userObj); in handleMessage()
|
D | IccRecords.java | 853 IccRecordLoaded recordLoaded = (IccRecordLoaded) ar.userObj; in handleMessage() 882 AuthAsyncResponse rsp = (AuthAsyncResponse) ar.userObj; in handleMessage()
|
D | UiccProfile.java | 244 AsyncResult.forMessage((Message) ar.userObj, ar.result, ar.exception); 245 ((Message) ar.userObj).sendToTarget();
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneConfigurationManager.java | 147 if (ar.userObj != null && ar.userObj instanceof Phone) { in handleMessage() 148 phone = (Phone) ar.userObj; in handleMessage()
|
D | NetworkScanRequestTracker.java | 108 (NetworkScanRequestInfo) ar.userObj, 409 NetworkScanRequestInfo nsri = (NetworkScanRequestInfo) ar.userObj; in startScanDone() 435 NetworkScanRequestInfo nsri = (NetworkScanRequestInfo) ar.userObj; in receiveResult() 502 NetworkScanRequestInfo nsri = (NetworkScanRequestInfo) ar.userObj; in stopScanDone() 533 NetworkScanRequestInfo nsri = (NetworkScanRequestInfo) ar.userObj; in interruptScanDone()
|
D | IccPhoneBookInterfaceManager.java | 65 Request request = (Request) ar.userObj;
|
D | GsmCdmaPhone.java | 2926 Cfu cfu = (Cfu) ar.userObj; in handleMessage() 2945 onComplete = (Message) ar.userObj; in handleMessage() 2958 onComplete = (Message) ar.userObj; in handleMessage() 2987 onComplete = (Message) ar.userObj; in handleMessage() 3056 onComplete = (Message) ar.userObj; in handleMessage() 3080 Pair<Boolean, Integer> userObject = (Pair) ar.userObj; in handleMessage()
|
D | ServiceStateTracker.java | 1385 message = obtainMessage(EVENT_RESET_PREFERRED_NETWORK_TYPE, ar.userObj); in handleMessage() 1391 if (ar.userObj != null) { in handleMessage() 1392 AsyncResult.forMessage(((Message) ar.userObj)).exception in handleMessage() 1394 ((Message) ar.userObj).sendToTarget(); in handleMessage() 1407 message = obtainMessage(EVENT_SET_PREFERRED_NETWORK_TYPE, ar.userObj); in handleMessage() 1653 Message rspRspMsg = (Message) ar.userObj; in handleMessage() 1853 if (ar.userObj != mPollingContext) return; in handlePollStateResult()
|
D | Phone.java | 1349 Message response = (Message)ar.userObj; in onCheckForNetworkSelectionModeAutomatic() 1382 ar.userObj = nsm; in onCheckForNetworkSelectionModeAutomatic() 1487 if (!(ar.userObj instanceof NetworkSelectMessage)) { in handleSetSelectNetwork() 1492 NetworkSelectMessage nsm = (NetworkSelectMessage) ar.userObj; in handleSetSelectNetwork()
|
D | GsmCdmaConnection.java | 958 ar.userObj = state; in processNextPostDialChar()
|
D | PhoneSwitcher.java | 559 int phoneId = (int) ar.userObj; in handleMessage()
|
D | SubscriptionInfoUpdater.java | 245 Integer slotId = (Integer)ar.userObj; in handleMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/async/ |
D | AsyncMessageInvocation.java | 55 (AsyncResultCallback<Response>) result.userObj; in handleMessage()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GSMPhoneTest.java.broken | 1380 assertEquals(Connection.PostDialState.STARTED, ar.userObj); 1387 assertEquals(Connection.PostDialState.STARTED, ar.userObj); 1394 assertEquals(Connection.PostDialState.STARTED, ar.userObj); 1401 assertEquals(Connection.PostDialState.STARTED, ar.userObj); 1410 assertEquals(Connection.PostDialState.WAIT, ar.userObj); 1418 assertEquals(Connection.PostDialState.STARTED, ar.userObj); 1426 assertEquals(Connection.PostDialState.WILD, ar.userObj); 1441 assertEquals(Connection.PostDialState.STARTED, ar.userObj); 1449 assertEquals(Connection.PostDialState.WAIT, ar.userObj); 1456 assertEquals(Connection.PostDialState.STARTED, ar.userObj); [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadHandler.java | 316 int[] dcsPid = (int[]) ar.userObj; in handleMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhone.java | 1564 Cf cf = (Cf) ar.userObj; in handleMessage() 1576 sendResponse((Message) ar.userObj, cfInfos, ar.exception); in handleMessage() 1589 sendResponse((Message) ar.userObj, ssInfos, ar.exception); in handleMessage() 1600 sendResponse((Message) ar.userObj, clirInfo, ar.exception); in handleMessage() 1610 sendResponse((Message) ar.userObj, null, ar.exception); in handleMessage()
|
D | ImsPhoneConnection.java | 682 ar.userObj = state; in processNextPostDialChar()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 405 assertEquals(null, ((AsyncResult) message.obj).userObj); in testSuppServiceNotification()
|