/frameworks/base/core/java/android/os/ |
D | Registrant.java | 32 userObj = obj; in Registrant() 39 userObj = null; in clear() 81 msg.obj = new AsyncResult(userObj, result, exception); in internalNotifyRegistrant() 104 msg.obj = userObj; in messageForRegistrant() 121 Object userObj; field in Registrant
|
D | AsyncResult.java | 28 public Object userObj; field in AsyncResult 64 userObj = uo; in AsyncResult()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccFileHandler.java | 442 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage() 469 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage() 511 response = (Message) ar.userObj; in handleMessage() 548 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage() 584 response = (Message) ar.userObj; in handleMessage()
|
D | SIMRecords.java | 843 if (ar.userObj != null) { in handleMessage() 844 AsyncResult.forMessage(((Message) ar.userObj)).exception = ar.exception; in handleMessage() 845 ((Message) ar.userObj).sendToTarget(); in handleMessage() 1142 Message onCphsCompleted = (Message) ar.userObj; in handleMessage() 1151 if (ar.exception == null && ar.userObj != null) { in handleMessage() 1152 AsyncResult.forMessage(((Message) ar.userObj)).exception = null; in handleMessage() 1153 ((Message) ar.userObj).sendToTarget(); in handleMessage() 1165 if (ar.userObj != null) { in handleMessage() 1173 AsyncResult.forMessage(((Message) ar.userObj)).exception = in handleMessage() 1177 AsyncResult.forMessage(((Message) ar.userObj)) in handleMessage() [all …]
|
D | AdnRecordLoader.java | 153 adn = (AdnRecord)(ar.userObj); in handleMessage() 228 adn = (AdnRecord)(ar.userObj); in handleMessage()
|
D | UiccController.java | 447 if (ar.userObj != null && ar.userObj instanceof Integer) { in getCiIndex() 448 index = (Integer)ar.userObj; in getCiIndex()
|
D | UiccCardApplication.java | 265 Message response = (Message)ar.userObj; in onChangeFdnDone() 345 Message response = (Message)ar.userObj; in onChangeFacilityLock() 390 Message response = (Message)ar.userObj;
|
D | AdnRecordCache.java | 352 AdnRecord adn = (AdnRecord) (ar.userObj); in handleMessage()
|
D | UiccProfile.java | 219 AsyncResult.forMessage((Message) ar.userObj, ar.result, ar.exception); 220 ((Message) ar.userObj).sendToTarget();
|
D | IccRecords.java | 649 IccRecordLoaded recordLoaded = (IccRecordLoaded) 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/src/java/com/android/internal/telephony/ |
D | NetworkScanRequestTracker.java | 344 NetworkScanRequestInfo nsri = (NetworkScanRequestInfo) ar.userObj; in startScanDone() 370 NetworkScanRequestInfo nsri = (NetworkScanRequestInfo) ar.userObj; in receiveResult() 419 NetworkScanRequestInfo nsri = (NetworkScanRequestInfo) ar.userObj; in stopScanDone() 450 NetworkScanRequestInfo nsri = (NetworkScanRequestInfo) ar.userObj; in interruptScanDone()
|
D | IccPhoneBookInterfaceManager.java | 105 if (ar.userObj != null) { 106 AtomicBoolean status = (AtomicBoolean) ar.userObj;
|
D | ServiceStateTracker.java | 1028 CellInfoResult result = (CellInfoResult) ar.userObj; in handleMessage() 1219 message = obtainMessage(EVENT_RESET_PREFERRED_NETWORK_TYPE, ar.userObj); in handleMessage() 1225 if (ar.userObj != null) { in handleMessage() 1226 AsyncResult.forMessage(((Message) ar.userObj)).exception in handleMessage() 1228 ((Message) ar.userObj).sendToTarget(); in handleMessage() 1241 message = obtainMessage(EVENT_SET_PREFERRED_NETWORK_TYPE, ar.userObj); in handleMessage() 1631 if (ar.userObj != mPollingContext) return; in handlePollStateResult()
|
D | Phone.java | 1190 Message response = (Message)ar.userObj; in onCheckForNetworkSelectionModeAutomatic() 1223 ar.userObj = nsm; in onCheckForNetworkSelectionModeAutomatic() 1317 if (!(ar.userObj instanceof NetworkSelectMessage)) { in handleSetSelectNetwork() 1322 NetworkSelectMessage nsm = (NetworkSelectMessage) ar.userObj; in handleSetSelectNetwork()
|
D | GsmCdmaPhone.java | 2482 Cfu cfu = (Cfu) ar.userObj; in handleMessage() 2499 onComplete = (Message) ar.userObj; in handleMessage() 2512 onComplete = (Message) ar.userObj; in handleMessage() 2541 onComplete = (Message) ar.userObj; in handleMessage()
|
D | GsmCdmaConnection.java | 906 ar.userObj = state; in processNextPostDialChar()
|
D | SubscriptionInfoUpdater.java | 214 Integer slotId = (Integer)ar.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/imsphone/ |
D | ImsPhone.java | 1378 Cf cf = (Cf) ar.userObj; in handleMessage() 1390 sendResponse((Message) ar.userObj, cfInfos, ar.exception); in handleMessage() 1403 sendResponse((Message) ar.userObj, ssInfos, ar.exception); in handleMessage() 1412 sendResponse((Message) ar.userObj, clirInfo, ar.exception); in handleMessage() 1422 sendResponse((Message) ar.userObj, null, ar.exception); in handleMessage()
|
D | ImsPhoneConnection.java | 581 ar.userObj = state; in processNextPostDialChar()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadHandler.java | 299 int[] dcsPid = (int[]) ar.userObj; in handleMessage()
|
/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()
|
D | PhoneSwitcherTest.java | 107 if (objectEquals(ar.userObj, mActivePhoneSwitchObject.get()) == false) { in handleMessage()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 376 assertEquals(null, ((AsyncResult) message.obj).userObj); in testSuppServiceNotification()
|