Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/os/
DRegistrant.java32 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
DAsyncResult.java28 public Object userObj; field in AsyncResult
64 userObj = uo; in AsyncResult()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DSIMRecords.java831 if (ar.userObj != null) { in handleMessage()
832 AsyncResult.forMessage(((Message) ar.userObj)).exception in handleMessage()
834 ((Message) ar.userObj).sendToTarget(); in handleMessage()
1113 Message onCphsCompleted = (Message) ar.userObj; in handleMessage()
1122 if (ar.exception == null && ar.userObj != null) { in handleMessage()
1123 AsyncResult.forMessage(((Message) ar.userObj)).exception in handleMessage()
1125 ((Message) ar.userObj).sendToTarget(); in handleMessage()
1137 if (ar.userObj != null) { in handleMessage()
1143 AsyncResult.forMessage(((Message) ar.userObj)).exception in handleMessage()
1147 AsyncResult.forMessage(((Message) ar.userObj)).exception in handleMessage()
[all …]
DIccFileHandler.java440 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage()
467 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage()
508 response = (Message) ar.userObj; in handleMessage()
540 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage()
576 response = (Message) ar.userObj; in handleMessage()
DUiccController.java254 if (ar.userObj != null && ar.userObj instanceof Integer) { in getCiIndex()
255 index = (Integer)ar.userObj; in getCiIndex()
DAdnRecordLoader.java153 adn = (AdnRecord)(ar.userObj); in handleMessage()
228 adn = (AdnRecord)(ar.userObj); in handleMessage()
DUiccCardApplication.java262 Message response = (Message)ar.userObj; in onChangeFdnDone()
342 Message response = (Message)ar.userObj; in onChangeFacilityLock()
390 Message response = (Message)ar.userObj;
DAdnRecordCache.java352 AdnRecord adn = (AdnRecord) (ar.userObj); in handleMessage()
DUiccCard.java395 AsyncResult.forMessage((Message)ar.userObj, ar.result, ar.exception);
396 ((Message)ar.userObj).sendToTarget();
DIccRecords.java477 IccRecordLoaded recordLoaded = (IccRecordLoaded) ar.userObj; in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccPhoneBookInterfaceManager.java105 if (ar.userObj != null) {
106 AtomicBoolean status = (AtomicBoolean) ar.userObj;
DSubscriptionInfoUpdater.java280 QueryIccIdUserObj uObj = (QueryIccIdUserObj) ar.userObj; in handleMessage()
309 Integer slotId = (Integer)ar.userObj; in handleMessage()
DPhone.java1103 Message response = (Message)ar.userObj; in onCheckForNetworkSelectionModeAutomatic()
1131 ar.userObj = nsm; in onCheckForNetworkSelectionModeAutomatic()
1221 if (!(ar.userObj instanceof NetworkSelectMessage)) { in handleSetSelectNetwork()
1226 NetworkSelectMessage nsm = (NetworkSelectMessage) ar.userObj; in handleSetSelectNetwork()
DServiceStateTracker.java866 CellInfoResult result = (CellInfoResult) ar.userObj; in handleMessage()
1098 message = obtainMessage(EVENT_RESET_PREFERRED_NETWORK_TYPE, ar.userObj); in handleMessage()
1104 if (ar.userObj != null) { in handleMessage()
1105 AsyncResult.forMessage(((Message) ar.userObj)).exception in handleMessage()
1107 ((Message) ar.userObj).sendToTarget(); in handleMessage()
1120 message = obtainMessage(EVENT_SET_PREFERRED_NETWORK_TYPE, ar.userObj); in handleMessage()
1459 if (ar.userObj != mPollingContext) return; in handlePollStateResult()
DGsmCdmaPhone.java2218 Cfu cfu = (Cfu) ar.userObj; in handleMessage()
2235 onComplete = (Message) ar.userObj; in handleMessage()
2248 onComplete = (Message) ar.userObj; in handleMessage()
2277 onComplete = (Message) ar.userObj; in handleMessage()
DGsmCdmaConnection.java857 ar.userObj = state; in processNextPostDialChar()
/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/dataconnection/
DDataConnection.java688 ConnectionParams cp = (ConnectionParams) ar.userObj; in onSetupConnectionCompleted()
1355 cp = (ConnectionParams) ar.userObj; in processMessage()
1431 cp = (ConnectionParams) ar.userObj; in processMessage()
1692 DisconnectParams dp = (DisconnectParams) ar.userObj; in processMessage()
1702 mInactiveState.setEnterNotificationParams((DisconnectParams) ar.userObj); in processMessage()
1735 ConnectionParams cp = (ConnectionParams) ar.userObj; in processMessage()
DDcTracker.java879 if (ar.userObj instanceof String) { in onResetDone()
880 reason = (String) ar.userObj; in onResetDone()
3043 if (ar != null && ar.userObj instanceof Pair) { in getValidApnContext()
3044 Pair<ApnContext, Integer>pair = (Pair<ApnContext, Integer>)ar.userObj; in getValidApnContext()
3839 String url = (String) ar.userObj; in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1172 Cf cf = (Cf) ar.userObj; in handleMessage()
1184 sendResponse((Message) ar.userObj, cfInfos, ar.exception); in handleMessage()
1197 sendResponse((Message) ar.userObj, ssInfos, ar.exception); in handleMessage()
1206 sendResponse((Message) ar.userObj, clirInfo, ar.exception); in handleMessage()
1216 sendResponse((Message) ar.userObj, null, ar.exception); in handleMessage()
DImsPhoneConnection.java520 ar.userObj = state; in processNextPostDialChar()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DUsimDataDownloadHandler.java299 int[] dcsPid = (int[]) ar.userObj; in handleMessage()
/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()
DPhoneSwitcherTest.java110 if (objectEquals(ar.userObj, mActivePhoneSwitchObject.get()) == false) { in handleMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java366 assertEquals(null, ((AsyncResult) message.obj).userObj); in testSuppServiceNotification()

12