Home
last modified time | relevance | path

Searched refs:userObj (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/core/java/android/os/
DRegistrant.java34 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
DAsyncResult.java30 public Object userObj; field in AsyncResult
71 userObj = uo; in AsyncResult()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSIMRecords.java774 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 …]
DIccFileHandler.java459 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()
DAdnRecordLoader.java159 adn = (AdnRecord)(ar.userObj); in handleMessage()
234 adn = (AdnRecord)(ar.userObj); in handleMessage()
DUiccCardApplication.java276 Message response = (Message)ar.userObj; in onChangeFdnDone()
352 Message response = (Message)ar.userObj; in onChangeFacilityLock()
397 Message response = (Message)ar.userObj;
DUiccController.java529 if (ar.userObj != null && ar.userObj instanceof Integer) { in getCiIndex()
530 index = (Integer)ar.userObj; in getCiIndex()
DAdnRecordCache.java362 AdnRecord adn = (AdnRecord) (ar.userObj); in handleMessage()
DUiccProfile.java221 AsyncResult.forMessage((Message) ar.userObj, ar.result, ar.exception);
222 ((Message) ar.userObj).sendToTarget();
DIccRecords.java780 IccRecordLoaded recordLoaded = (IccRecordLoaded) ar.userObj; in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneConfigurationManager.java135 if (ar.userObj != null && ar.userObj instanceof Phone) { in handleMessage()
136 phone = (Phone) ar.userObj; in handleMessage()
DNetworkScanRequestTracker.java391 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()
DIccPhoneBookInterfaceManager.java65 Request request = (Request) ar.userObj;
DPhone.java1318 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()
DServiceStateTracker.java1305 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()
DGsmCdmaPhone.java2658 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()
DGsmCdmaConnection.java947 ar.userObj = state; in processNextPostDialChar()
DPhoneSwitcher.java543 int phoneId = (int) ar.userObj; in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/async/
DAsyncMessageInvocation.java55 (AsyncResultCallback<Response>) result.userObj; in handleMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken1380 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/
DUsimDataDownloadHandler.java316 int[] dcsPid = (int[]) ar.userObj; in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1467 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()
DImsPhoneConnection.java600 ar.userObj = state; in processNextPostDialChar()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionMonitorTest.java106 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/
DImsPhoneTest.java379 assertEquals(null, ((AsyncResult) message.obj).userObj); in testSuppServiceNotification()

12