HomeSort by relevance Sort by last modified time
    Searched defs:AsyncResult (Results 1 - 20 of 20) 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)
  /external/chromium_org/remoting/host/setup/
daemon_controller.h 57 enum AsyncResult {
83 typedef base::Callback<void (AsyncResult result)> CompletionCallback;
242 AsyncResult result);
  /external/chromium_org/remoting/webapp/
host_controller.js 41 remoting.HostController.AsyncResult = {
50 * @return {remoting.HostController.AsyncResult} The result enum value.
52 remoting.HostController.AsyncResult.fromString = function(result) {
53 if (!remoting.HostController.AsyncResult.hasOwnProperty(result)) {
54 throw "Invalid HostController.AsyncResult: " + result;
56 return remoting.HostController.AsyncResult[result];
155 * @param {remoting.HostController.AsyncResult} result
158 if (result == remoting.HostController.AsyncResult.OK) {
161 } else if (result == remoting.HostController.AsyncResult.CANCELLED) {
374 /** @param {remoting.HostController.AsyncResult} result *
    [all...]
  /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 146 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
164 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
201 * ((AsyncResult)(onLoaded.obj)).result is an ArrayList<byte[]>
218 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
237 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
255 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
283 * @param onComplete onComplete.obj will be an AsyncResult
315 AsyncResult.forMessage(response, result, ex);
320 private boolean processException(Message response, AsyncResult ar) {
341 AsyncResult ar
    [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}.
546 AsyncResult.forMessage(result, null, new ImsException(errorString, error.mCode));
555 AsyncResult.forMessage(result, null, null);
564 AsyncResult.forMessage(result, ssInfo, null);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 21 import android.os.AsyncResult;
92 AsyncResult result = new AsyncResult(null, Boolean.TRUE, null);
97 AsyncResult result = new AsyncResult(null, Boolean.FALSE, null);
112 AsyncResult result = new AsyncResult(null, Boolean.TRUE, null);
117 AsyncResult result = new AsyncResult(null, Boolean.FALSE, null);
132 AsyncResult result = new AsyncResult(null, Integer.valueOf(mode), null)
    [all...]
ImsPhone.java 22 import android.os.AsyncResult;
504 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
548 AsyncResult ar = new AsyncResult(null, null, null);
782 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
800 AsyncResult.forMessage(onComplete, null,
810 AsyncResult.forMessage(onComplete, null, getCommandException(e));
819 AsyncResult.forMessage(onComplete, null, getCommandException(reasonInfo.getCode()));
860 new AsyncResult(null, mmi, null));
921 new AsyncResult(null, mmi, null))
    [all...]
ImsPhoneCallTracker.java 30 import android.os.AsyncResult;
617 new AsyncResult(null, null, null));
620 new AsyncResult(null, null, null));
835 AsyncResult.forMessage(response, null, null);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 21 import android.os.AsyncResult;
95 AsyncResult result = new AsyncResult(null, Boolean.TRUE, null);
100 AsyncResult result = new AsyncResult(null, Boolean.FALSE, null);
331 AsyncResult.forMessage(onComplete, null, null);
348 AsyncResult.forMessage(onComplete, null, null);
356 AsyncResult.forMessage(onComplete, null, null);
362 AsyncResult.forMessage(onComplete, null, null);
SipPhone.java 28 import android.os.AsyncResult;
308 AsyncResult.forMessage(onComplete, null, null);
316 AsyncResult.forMessage(onComplete, null, null);
323 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/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 20 import android.os.AsyncResult;
115 AsyncResult.forMessage(response);
131 AsyncResult.forMessage(response);
154 AsyncResult.forMessage(response, result, null);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 42 import android.os.AsyncResult;
527 AsyncResult.forMessage(msg, response, null);
541 // msg.obj will be returned in AsyncResult.userObj;
568 * msg.what == EVENT_DEACTIVATE_DONE and msg.obj == AsyncResult with AsyncResult.obj
571 * @param o is the object returned in the AsyncResult.obj.
590 AsyncResult ar = new AsyncResult(o, null, null);
602 AsyncResult.forMessage(msg);
642 AsyncResult.forMessage(connectionCompletedMsg)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 26 import android.os.AsyncResult;
668 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
688 mMmiCompleteRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
767 AsyncResult.forMessage(response).exception = ce;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 24 import android.os.AsyncResult;
874 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
888 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
900 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java 27 import android.os.AsyncResult;
496 AsyncResult ar;
507 handleSetSelectNetwork((AsyncResult) msg.obj);
519 ar = (AsyncResult)msg.obj;
546 ar = (AsyncResult) msg.obj;
559 ar = (AsyncResult)msg.obj;
568 ar = (AsyncResult)msg.obj;
580 ar = (AsyncResult) msg.obj;
690 AsyncResult ar = new AsyncResult(null, this, null)
    [all...]
RIL.java 36 import android.os.AsyncResult;
209 AsyncResult.forMessage(mResult, ret, ex);
679 new AsyncResult (null, mLastNITZTimeInfo, null));
    [all...]

Completed in 627 milliseconds