/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 | SIMRecords.java | 831 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 …]
|
D | IccFileHandler.java | 440 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()
|
D | UiccController.java | 254 if (ar.userObj != null && ar.userObj instanceof Integer) { in getCiIndex() 255 index = (Integer)ar.userObj; in getCiIndex()
|
D | AdnRecordLoader.java | 153 adn = (AdnRecord)(ar.userObj); in handleMessage() 228 adn = (AdnRecord)(ar.userObj); in handleMessage()
|
D | UiccCardApplication.java | 262 Message response = (Message)ar.userObj; in onChangeFdnDone() 342 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 | UiccCard.java | 395 AsyncResult.forMessage((Message)ar.userObj, ar.result, ar.exception); 396 ((Message)ar.userObj).sendToTarget();
|
D | IccRecords.java | 477 IccRecordLoaded recordLoaded = (IccRecordLoaded) ar.userObj; in handleMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IccPhoneBookInterfaceManager.java | 105 if (ar.userObj != null) { 106 AtomicBoolean status = (AtomicBoolean) ar.userObj;
|
D | SubscriptionInfoUpdater.java | 280 QueryIccIdUserObj uObj = (QueryIccIdUserObj) ar.userObj; in handleMessage() 309 Integer slotId = (Integer)ar.userObj; in handleMessage()
|
D | Phone.java | 1103 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()
|
D | ServiceStateTracker.java | 866 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()
|
D | GsmCdmaPhone.java | 2218 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()
|
D | GsmCdmaConnection.java | 857 ar.userObj = state; in processNextPostDialChar()
|
/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/dataconnection/ |
D | DataConnection.java | 688 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()
|
D | DcTracker.java | 879 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/ |
D | ImsPhone.java | 1172 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()
|
D | ImsPhoneConnection.java | 520 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 | 110 if (objectEquals(ar.userObj, mActivePhoneSwitchObject.get()) == false) { in handleMessage()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneTest.java | 366 assertEquals(null, ((AsyncResult) message.obj).userObj); in testSuppServiceNotification()
|