Home
last modified time | relevance | path

Searched refs:userObj (Results 1 – 25 of 28) 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/
DIccFileHandler.java442 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage()
469 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage()
510 response = (Message) ar.userObj; in handleMessage()
547 lc = (LoadLinearFixedContext) ar.userObj; in handleMessage()
583 response = (Message) ar.userObj; in handleMessage()
DSIMRecords.java861 if (ar.userObj != null) { in handleMessage()
862 AsyncResult.forMessage(((Message) ar.userObj)).exception = ar.exception; in handleMessage()
863 ((Message) ar.userObj).sendToTarget(); in handleMessage()
1143 Message onCphsCompleted = (Message) ar.userObj; in handleMessage()
1152 if (ar.exception == null && ar.userObj != null) { in handleMessage()
1153 AsyncResult.forMessage(((Message) ar.userObj)).exception = null; in handleMessage()
1154 ((Message) ar.userObj).sendToTarget(); in handleMessage()
1166 if (ar.userObj != null) { in handleMessage()
1174 AsyncResult.forMessage(((Message) ar.userObj)).exception = in handleMessage()
1178 AsyncResult.forMessage(((Message) ar.userObj)) in handleMessage()
[all …]
DUiccController.java264 if (ar.userObj != null && ar.userObj instanceof Integer) { in getCiIndex()
265 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.java393 AsyncResult.forMessage((Message)ar.userObj, ar.result, ar.exception);
394 ((Message)ar.userObj).sendToTarget();
DIccRecords.java504 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.java272 QueryIccIdUserObj uObj = (QueryIccIdUserObj) ar.userObj; in handleMessage()
301 Integer slotId = (Integer)ar.userObj; in handleMessage()
DPhone.java1145 Message response = (Message)ar.userObj; in onCheckForNetworkSelectionModeAutomatic()
1173 ar.userObj = nsm; in onCheckForNetworkSelectionModeAutomatic()
1267 if (!(ar.userObj instanceof NetworkSelectMessage)) { in handleSetSelectNetwork()
1272 NetworkSelectMessage nsm = (NetworkSelectMessage) ar.userObj; in handleSetSelectNetwork()
DServiceStateTracker.java1055 CellInfoResult result = (CellInfoResult) ar.userObj; in handleMessage()
1229 message = obtainMessage(EVENT_RESET_PREFERRED_NETWORK_TYPE, ar.userObj); in handleMessage()
1235 if (ar.userObj != null) { in handleMessage()
1236 AsyncResult.forMessage(((Message) ar.userObj)).exception in handleMessage()
1238 ((Message) ar.userObj).sendToTarget(); in handleMessage()
1251 message = obtainMessage(EVENT_SET_PREFERRED_NETWORK_TYPE, ar.userObj); in handleMessage()
1599 if (ar.userObj != mPollingContext) return; in handlePollStateResult()
DGsmCdmaPhone.java2322 Cfu cfu = (Cfu) ar.userObj; in handleMessage()
2339 onComplete = (Message) ar.userObj; in handleMessage()
2352 onComplete = (Message) ar.userObj; in handleMessage()
2381 onComplete = (Message) ar.userObj; in handleMessage()
DGsmCdmaConnection.java871 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.java670 ConnectionParams cp = (ConnectionParams) ar.userObj; in onSetupConnectionCompleted()
1413 cp = (ConnectionParams) ar.userObj; in processMessage()
1485 cp = (ConnectionParams) ar.userObj; in processMessage()
1771 DisconnectParams dp = (DisconnectParams) ar.userObj; in processMessage()
1781 mInactiveState.setEnterNotificationParams((DisconnectParams) ar.userObj); in processMessage()
1814 ConnectionParams cp = (ConnectionParams) ar.userObj; in processMessage()
DDcTracker.java882 if (ar.userObj instanceof String) { in onResetDone()
883 reason = (String) ar.userObj; in onResetDone()
3156 if (ar != null && ar.userObj instanceof Pair) { in getValidApnContext()
3157 Pair<ApnContext, Integer>pair = (Pair<ApnContext, Integer>)ar.userObj; in getValidApnContext()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1271 Cf cf = (Cf) ar.userObj; in handleMessage()
1283 sendResponse((Message) ar.userObj, cfInfos, ar.exception); in handleMessage()
1296 sendResponse((Message) ar.userObj, ssInfos, ar.exception); in handleMessage()
1305 sendResponse((Message) ar.userObj, clirInfo, ar.exception); in handleMessage()
1315 sendResponse((Message) ar.userObj, null, ar.exception); in handleMessage()
DImsPhoneConnection.java532 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.java107 if (objectEquals(ar.userObj, mActivePhoneSwitchObject.get()) == false) { in handleMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java373 assertEquals(null, ((AsyncResult) message.obj).userObj); in testSuppServiceNotification()

12