HomeSort by relevance Sort by last modified time
    Searched refs:userObj (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/base/core/java/android/os/
Registrant.java 32 userObj = obj;
39 userObj = null;
81 msg.obj = new AsyncResult(userObj, result, exception);
104 msg.obj = userObj;
121 Object userObj;
AsyncResult.java 28 public Object userObj;
64 userObj = uo;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccFileHandler.java 350 * onComplete.obj.userObj will be a IccIoResult on success
367 * onComplete.obj.userObj will be a IccIoResult on success
440 lc = (LoadLinearFixedContext) ar.userObj;
467 lc = (LoadLinearFixedContext) ar.userObj;
508 response = (Message) ar.userObj;
540 lc = (LoadLinearFixedContext) ar.userObj;
576 response = (Message) ar.userObj;
SIMRecords.java 812 if (ar.userObj != null) {
813 AsyncResult.forMessage(((Message) ar.userObj)).exception
815 ((Message) ar.userObj).sendToTarget();
    [all...]
UiccController.java 247 * the CommandsInterface, in this case the user object is msg.obj.userObj
254 if (ar.userObj != null && ar.userObj instanceof Integer) {
255 index = (Integer)ar.userObj;
AdnRecordLoader.java 153 adn = (AdnRecord)(ar.userObj);
228 adn = (AdnRecord)(ar.userObj);
UiccCardApplication.java 262 Message response = (Message)ar.userObj;
342 Message response = (Message)ar.userObj;
384 // request has completed. ar.userObj is the response Message
390 Message response = (Message)ar.userObj;
    [all...]
AdnRecordCache.java 346 AdnRecord adn = (AdnRecord) (ar.userObj);
UiccCard.java 374 AsyncResult.forMessage((Message)ar.userObj, ar.result, ar.exception);
375 ((Message)ar.userObj).sendToTarget();
IccRecords.java 458 IccRecordLoaded recordLoaded = (IccRecordLoaded) ar.userObj;
  /packages/services/Telephony/src/com/android/phone/
CdmaSubscriptionListPreference.java 123 int cdmaSubscriptionMode = Integer.valueOf((String) ar.userObj).intValue();
CLIRListPreference.java 140 } else if (ar.userObj instanceof Throwable) {
CallWaitingCheckBoxPreference.java 99 } else if (ar.userObj instanceof Throwable || ar.exception != null) {
PhoneInterfaceManager.java 257 request = (MainThreadRequest) ar.userObj;
325 request = (MainThreadRequest) ar.userObj;
364 request = (MainThreadRequest) ar.userObj;
403 request = (MainThreadRequest) ar.userObj;
430 request = (MainThreadRequest) ar.userObj;
465 request = (MainThreadRequest) ar.userObj;
532 request = (MainThreadRequest) ar.userObj;
590 request = (MainThreadRequest) ar.userObj;
628 request = (MainThreadRequest)ar.userObj;
666 request = (MainThreadRequest) ar.userObj;
    [all...]
CallForwardEditPreference.java 211 if (ar.userObj instanceof Throwable) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java 106 if (ar.userObj != null) {
107 AtomicBoolean status = (AtomicBoolean) ar.userObj;
SubscriptionInfoUpdater.java 253 QueryIccIdUserObj uObj = (QueryIccIdUserObj) ar.userObj;
282 Integer slotId = (Integer)ar.userObj;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimDataDownloadHandler.java 299 int[] dcsPid = (int[]) ar.userObj;
GsmServiceStateTracker.java 418 message = obtainMessage(EVENT_RESET_PREFERRED_NETWORK_TYPE, ar.userObj);
424 if (ar.userObj != null) {
425 AsyncResult.forMessage(((Message) ar.userObj)).exception
427 ((Message) ar.userObj).sendToTarget();
440 message = obtainMessage(EVENT_SET_PREFERRED_NETWORK_TYPE, ar.userObj);
700 if (ar.userObj != mPollingContext) return;
    [all...]
GSMPhone.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java     [all...]
DataConnection.java 511 * EVENT_SETUP_DATA_CONNECTION_DONE AsyncResul.userObj.
553 // msg.obj will be returned in AsyncResult.userObj;
685 * Send ar.userObj if its a message, which is should be back to originator.
771 ConnectionParams cp = (ConnectionParams) ar.userObj;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java     [all...]
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailSettingsActivity.java 733 if (ar.userObj instanceof Throwable) {
734 error = (Throwable) ar.userObj;
735 if (DBG) Log.d(LOG_TAG, "FwdRead: userObj=" + error.getMessage());
    [all...]

Completed in 4640 milliseconds

1 2