HomeSort by relevance Sort by last modified time
    Searched defs:AsyncResult (Results 1 - 17 of 17) sorted by null

  /frameworks/base/core/java/android/os/
AsyncResult.java 22 public class AsyncResult
35 public static AsyncResult
38 AsyncResult ret;
40 ret = new AsyncResult (m.obj, r, ex);
48 public static AsyncResult
51 AsyncResult ret;
53 ret = new AsyncResult (m.obj, null, null);
62 AsyncResult (Object uo, Object r, Throwable ex)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecordCache.java 19 import android.os.AsyncResult;
81 AsyncResult ar = new AsyncResult(null, null, new RuntimeException("AdnCache reset"));
125 AsyncResult.forMessage(response).exception = e;
259 AsyncResult.forMessage(response).result = result;
290 AsyncResult.forMessage(response).exception
305 notifyWaiters(ArrayList<Message> waiters, AsyncResult ar) {
314 AsyncResult.forMessage(waiter, ar.result, ar.exception);
324 AsyncResult ar;
330 ar = (AsyncResult) msg.obj
    [all...]
IccFileHandler.java 166 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
186 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
199 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
252 * ((AsyncResult)(onLoaded.obj)).result is an ArrayList<byte[]>
270 * ((AsyncResult)(onLoaded.obj)).result is an ArrayList<byte[]>
283 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
302 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
320 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
349 * @param onComplete onComplete.obj will be an AsyncResult
366 * @param onComplete onComplete.obj will be an AsyncResult
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 568 AsyncResult = ApplyResult # create alias -- see #17805
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 568 AsyncResult = ApplyResult # create alias -- see #17805
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUt.java 22 import android.os.AsyncResult;
118 * The return value of ((AsyncResult)result.obj) is an array of {@link ImsSsInfo}.
146 * The return value of ((AsyncResult)result.obj) is an array of {@link ImsCallForwardInfo}.
175 * The return value of ((AsyncResult)result.obj) is an array of {@link ImsSsInfo}.
547 AsyncResult.forMessage(result, null, new ImsException(errorString, error.mCode));
556 AsyncResult.forMessage(result, null, null);
565 AsyncResult.forMessage(result, ssInfo, null);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 21 import android.os.AsyncResult;
86 AsyncResult result = new AsyncResult(null, Boolean.TRUE, null);
91 AsyncResult result = new AsyncResult(null, Boolean.FALSE, null);
106 AsyncResult result = new AsyncResult(null, Boolean.TRUE, null);
111 AsyncResult result = new AsyncResult(null, Boolean.FALSE, null);
126 AsyncResult result = new AsyncResult(null, Integer.valueOf(mode), null)
    [all...]
ImsPhoneCallTracker.java 30 import android.os.AsyncResult;
645 new AsyncResult(null, null, null));
648 new AsyncResult(null, null, null));
866 AsyncResult.forMessage(response, null, null);
    [all...]
ImsPhone.java 27 import android.os.AsyncResult;
576 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
620 AsyncResult ar = new AsyncResult(null, null, null);
869 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
887 AsyncResult.forMessage(onComplete, null,
897 AsyncResult.forMessage(onComplete, null, getCommandException(e));
906 AsyncResult.forMessage(onComplete, null, getCommandException(reasonInfo.getCode()));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 21 import android.os.AsyncResult;
96 AsyncResult result = new AsyncResult(null, Boolean.TRUE, null);
101 AsyncResult result = new AsyncResult(null, Boolean.FALSE, null);
337 AsyncResult.forMessage(onComplete, null, null);
354 AsyncResult.forMessage(onComplete, null, null);
362 AsyncResult.forMessage(onComplete, null, null);
368 AsyncResult.forMessage(onComplete, null, null);
SipPhone.java 28 import android.os.AsyncResult;
309 AsyncResult.forMessage(onComplete, null, null);
317 AsyncResult.forMessage(onComplete, null, null);
324 AsyncResult.forMessage(onComplete, null, null);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 19 import android.os.AsyncResult;
120 AsyncResult.forMessage(result, null, ex);
132 AsyncResult.forMessage(result, null, null);
151 AsyncResult.forMessage(result, null, ex);
163 AsyncResult.forMessage(result, null, ex);
175 AsyncResult.forMessage(result, null, null);
194 AsyncResult.forMessage(result, null, ex);
206 AsyncResult.forMessage(result, null, ex);
217 AsyncResult.forMessage(result, null, null);
236 AsyncResult.forMessage(result, null, ex)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 43 import android.os.AsyncResult;
539 AsyncResult.forMessage(msg, response, null);
553 // msg.obj will be returned in AsyncResult.userObj;
580 * msg.what == EVENT_DEACTIVATE_DONE and msg.obj == AsyncResult with AsyncResult.obj
583 * @param o is the object returned in the AsyncResult.obj.
609 AsyncResult ar = new AsyncResult(o, null, null);
621 AsyncResult.forMessage(msg);
661 AsyncResult.forMessage(connectionCompletedMsg)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 26 import android.os.AsyncResult;
689 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
709 mMmiCompleteRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
788 AsyncResult.forMessage(response).exception = ce;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 24 import android.os.AsyncResult;
884 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
898 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
910 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java 27 import android.os.AsyncResult;
558 AsyncResult ar;
569 handleSetSelectNetwork((AsyncResult) msg.obj);
581 ar = (AsyncResult)msg.obj;
608 ar = (AsyncResult) msg.obj;
621 ar = (AsyncResult)msg.obj;
630 ar = (AsyncResult)msg.obj;
642 ar = (AsyncResult) msg.obj;
655 ar = (AsyncResult) msg.obj;
767 AsyncResult ar = new AsyncResult(null, this, null)
    [all...]
RIL.java 36 import android.os.AsyncResult;
214 AsyncResult.forMessage(mResult, ret, ex);
713 new AsyncResult (null, mLastNITZTimeInfo, null));
    [all...]

Completed in 893 milliseconds