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

1 2

  /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/python/cpython2/Lib/multiprocessing/
pool.py 581 AsyncResult = ApplyResult # create alias -- see #17805
  /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;
264 AsyncResult.forMessage(response).result = result;
295 AsyncResult.forMessage(response).exception
311 notifyWaiters(ArrayList<Message> waiters, AsyncResult ar) {
320 AsyncResult.forMessage(waiter, ar.result, ar.exception);
330 AsyncResult ar;
336 ar = (AsyncResult) msg.obj
    [all...]
IccFileHandler.java 168 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
188 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
201 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
254 * ((AsyncResult)(onLoaded.obj)).result is an ArrayList<byte[]>
272 * ((AsyncResult)(onLoaded.obj)).result is an ArrayList<byte[]>
285 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
304 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
322 * ((AsyncResult)(onLoaded.obj)).result is the byte[]
351 * @param onComplete onComplete.obj will be an AsyncResult
368 * @param onComplete onComplete.obj will be an AsyncResult
    [all...]
UiccPkcs15.java 19 import android.os.AsyncResult;
111 AsyncResult ar = (AsyncResult) msg.obj;
114 AsyncResult.forMessage(mCallback, null, ar.exception);
129 AsyncResult.forMessage(mCallback, result, (result == null) ?
156 AsyncResult ar;
160 ar = (AsyncResult) msg.obj;
164 AsyncResult.forMessage(mCallback, null, null);
167 AsyncResult.forMessage(mCallback, null, ar.exception);
204 AsyncResult ar = (AsyncResult) msg.obj
    [all...]
SIMRecords.java 24 import android.os.AsyncResult;
338 * onComplete.obj will be an AsyncResult
339 * ((AsyncResult)onComplete.obj).exception == null on success
340 * ((AsyncResult)onComplete.obj).exception != null on fail
390 * onComplete.obj will be an AsyncResult
391 * ((AsyncResult)onComplete.obj).exception == null on success
392 * ((AsyncResult)onComplete.obj).exception != null on fail
398 AsyncResult.forMessage((onComplete)).exception =
422 AsyncResult.forMessage((onComplete)).exception =
644 AsyncResult ar
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
pool.py 568 AsyncResult = ApplyResult # create alias -- see #17805
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
pool.py 568 AsyncResult = ApplyResult # create alias -- see #17805
  /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 23 import android.os.AsyncResult;
119 * The return value of ((AsyncResult)result.obj) is an array of {@link ImsSsInfo}.
147 * The return value of ((AsyncResult)result.obj) is an array of {@link ImsCallForwardInfo}.
176 * The return value of ((AsyncResult)result.obj) is an array of {@link ImsSsInfo}.
556 AsyncResult.forMessage(result, null, new ImsException(errorString, error.mCode));
565 AsyncResult.forMessage(result, null, null);
574 AsyncResult.forMessage(result, ssInfo, null);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfapi.h 59 IMFAsyncResult AsyncResult;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 21 import android.os.AsyncResult;
82 AsyncResult result = new AsyncResult(null, Boolean.TRUE, null);
88 AsyncResult result = new AsyncResult(null, Boolean.FALSE, null);
109 mOnHoldRegistrants.notifyRegistrants(new AsyncResult(null, result, null));
119 mOnHoldRegistrants.notifyRegistrants(new AsyncResult(null, result, null));
133 AsyncResult result = new AsyncResult(null, Integer.valueOf(mode), null);
376 AsyncResult.forMessage(onComplete, null, null)
    [all...]
ImsPhone.java 50 import android.os.AsyncResult;
522 AsyncResult ar = new AsyncResult(null, suppSvc, null);
655 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
705 AsyncResult ar = new AsyncResult(null, null, null);
    [all...]
ImsPhoneCallTracker.java 30 import android.os.AsyncResult;
    [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);
102 AsyncResult result = new AsyncResult(null, Boolean.FALSE, null);
343 AsyncResult.forMessage(onComplete, null, null);
360 AsyncResult.forMessage(onComplete, null, null);
368 AsyncResult.forMessage(onComplete, null, null);
374 AsyncResult.forMessage(onComplete, null, null);
SipPhone.java 28 import android.os.AsyncResult;
319 AsyncResult.forMessage(onComplete, null, null);
327 AsyncResult.forMessage(onComplete, null, null);
334 AsyncResult.forMessage(onComplete, null, null);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RadioResponse.java 38 import android.os.AsyncResult;
82 AsyncResult.forMessage(msg, ret, null);
    [all...]
GsmCdmaPhone.java 40 import android.os.AsyncResult;
    [all...]
Phone.java 29 import android.os.AsyncResult;
615 AsyncResult ar;
624 handleSetSelectNetwork((AsyncResult) msg.obj);
631 ar = (AsyncResult)msg.obj;
658 ar = (AsyncResult) msg.obj;
671 ar = (AsyncResult)msg.obj;
680 ar = (AsyncResult)msg.obj;
690 ar = (AsyncResult) msg.obj;
    [all...]
RIL.java 57 import android.os.AsyncResult;
262 AsyncResult.forMessage(mResult, ret, ex);
422 AsyncResult.forMessage( rr.mResult, timeoutResponse, null);
505 AsyncResult.forMessage(result, null,
532 AsyncResult.forMessage(result, null,
551 AsyncResult.forMessage(result, null,
579 AsyncResult.forMessage(result, null,
655 new AsyncResult (null, mLastNITZTimeInfo, null));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 29 import android.os.AsyncResult;
447 AsyncResult.forMessage(msg, response, null);
461 // msg.obj will be returned in AsyncResult.userObj;
483 * msg.what == EVENT_DEACTIVATE_DONE and msg.obj == AsyncResult with AsyncResult.obj
486 * @param o is the object returned in the AsyncResult.obj.
518 AsyncResult.forMessage(msg);
556 AsyncResult.forMessage(connectionCompletedMsg);
563 AsyncResult.forMessage(connectionCompletedMsg, cause,
603 AsyncResult.forMessage(msg)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 21 import android.os.AsyncResult;
463 * retMsg.obj = AsyncResult ar
493 * retMsg.obj = AsyncResult ar
505 * retMsg.obj = AsyncResult ar
524 * retMsg.obj = AsyncResult ar
547 * retMsg.obj = AsyncResult ar
563 * retMsg.obj = AsyncResult ar
580 * retMsg.obj = AsyncResult ar
594 * retMsg.obj = AsyncResult ar
862 * ((AsyncResult)response.obj).result is an int[] where int[0] i
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 

Completed in 373 milliseconds

1 2