/frameworks/base/core/java/android/os/ |
D | Registrant.java | 34 userObj = obj; in Registrant() 42 userObj = null; in clear() 87 msg.obj = new AsyncResult(userObj, result, exception); in internalNotifyRegistrant() 111 msg.obj = userObj; in messageForRegistrant() 128 Object userObj; field in Registrant
|
D | AsyncResult.java | 30 public Object userObj; field in AsyncResult 71 userObj = uo; in AsyncResult()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | SIMRecords.java | 774 if (ar.userObj != null) { in handleMessage() 775 AsyncResult.forMessage(((Message) ar.userObj)).exception = ar.exception; in handleMessage() 776 ((Message) ar.userObj).sendToTarget(); in handleMessage() 1016 Message onCphsCompleted = (Message) ar.userObj; in handleMessage() 1025 if (ar.exception == null && ar.userObj != null) { in handleMessage() 1026 AsyncResult.forMessage(((Message) ar.userObj)).exception = null; in handleMessage() 1027 ((Message) ar.userObj).sendToTarget(); in handleMessage() 1039 if (ar.userObj != null) { in handleMessage() 1050 AsyncResult.forMessage(((Message) ar.userObj)).exception = in handleMessage() 1054 AsyncResult.forMessage(((Message) ar.userObj)) in handleMessage() [all …]
|
D | IccFileHandler.java | 459 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage() 486 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage() 528 response = (Message) ar.userObj; in handleMessage() 565 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage() 601 response = (Message) ar.userObj; in handleMessage()
|
D | AdnRecordLoader.java | 159 adn = (AdnRecord)(ar.userObj); in handleMessage() 234 adn = (AdnRecord)(ar.userObj); in handleMessage()
|
D | UiccCardApplication.java | 276 Message response = (Message)ar.userObj; in onChangeFdnDone() 352 Message response = (Message)ar.userObj; in onChangeFacilityLock() 397 Message response = (Message)ar.userObj;
|
D | UiccController.java | 529 if (ar.userObj != null && ar.userObj instanceof Integer) { in getCiIndex() 530 index = (Integer)ar.userObj; in getCiIndex()
|
D | AdnRecordCache.java | 362 AdnRecord adn = (AdnRecord) (ar.userObj); in handleMessage()
|
D | UiccProfile.java | 221 AsyncResult.forMessage((Message) ar.userObj, ar.result, ar.exception); 222 ((Message) ar.userObj).sendToTarget();
|
D | IccRecords.java | 780 IccRecordLoaded recordLoaded = (IccRecordLoaded) ar.userObj; in handleMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneConfigurationManager.java | 135 if (ar.userObj != null && ar.userObj instanceof Phone) { in handleMessage() 136 phone = (Phone) ar.userObj; in handleMessage()
|
D | NetworkScanRequestTracker.java | 391 NetworkScanRequestInfo nsri = (NetworkScanRequestInfo) ar.userObj; in startScanDone() 417 NetworkScanRequestInfo nsri = (NetworkScanRequestInfo) ar.userObj; in receiveResult() 484 NetworkScanRequestInfo nsri = (NetworkScanRequestInfo) ar.userObj; in stopScanDone() 515 NetworkScanRequestInfo nsri = (NetworkScanRequestInfo) ar.userObj; in interruptScanDone()
|
D | IccPhoneBookInterfaceManager.java | 65 Request request = (Request) ar.userObj;
|
D | Phone.java | 1318 Message response = (Message)ar.userObj; in onCheckForNetworkSelectionModeAutomatic() 1351 ar.userObj = nsm; in onCheckForNetworkSelectionModeAutomatic() 1446 if (!(ar.userObj instanceof NetworkSelectMessage)) { in handleSetSelectNetwork() 1451 NetworkSelectMessage nsm = (NetworkSelectMessage) ar.userObj; in handleSetSelectNetwork()
|
D | ServiceStateTracker.java | 1305 message = obtainMessage(EVENT_RESET_PREFERRED_NETWORK_TYPE, ar.userObj); in handleMessage() 1311 if (ar.userObj != null) { in handleMessage() 1312 AsyncResult.forMessage(((Message) ar.userObj)).exception in handleMessage() 1314 ((Message) ar.userObj).sendToTarget(); in handleMessage() 1327 message = obtainMessage(EVENT_SET_PREFERRED_NETWORK_TYPE, ar.userObj); in handleMessage() 1564 Message rspRspMsg = (Message) ar.userObj; in handleMessage() 1755 if (ar.userObj != mPollingContext) return; in handlePollStateResult()
|
D | GsmCdmaPhone.java | 2658 Cfu cfu = (Cfu) ar.userObj; in handleMessage() 2675 onComplete = (Message) ar.userObj; in handleMessage() 2688 onComplete = (Message) ar.userObj; in handleMessage() 2717 onComplete = (Message) ar.userObj; in handleMessage() 2786 onComplete = (Message) ar.userObj; in handleMessage()
|
D | GsmCdmaConnection.java | 947 ar.userObj = state; in processNextPostDialChar()
|
D | PhoneSwitcher.java | 543 int phoneId = (int) 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 | 1467 Cf cf = (Cf) ar.userObj; in handleMessage() 1479 sendResponse((Message) ar.userObj, cfInfos, ar.exception); in handleMessage() 1492 sendResponse((Message) ar.userObj, ssInfos, ar.exception); in handleMessage() 1501 sendResponse((Message) ar.userObj, clirInfo, ar.exception); in handleMessage() 1511 sendResponse((Message) ar.userObj, null, ar.exception); in handleMessage()
|
D | ImsPhoneConnection.java | 600 ar.userObj = state; in processNextPostDialChar()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionMonitorTest.java | 106 if (objectEquals(ar.userObj, mSubscriptionChangedObject.get()) == false) { in handleMessage() 116 if (objectEquals(ar.userObj, in handleMessage()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 379 assertEquals(null, ((AsyncResult) message.obj).userObj); in testSuppServiceNotification()
|