Searched defs:getResult (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAccountManagerFuture.java96 V getResult() throws OperationCanceledException, IOException, AuthenticatorException; method in interface:AccountManagerFuture
115 V getResult(long timeout, TimeUnit unit) method in interface:AccountManagerFuture
H A DAccountManager.java122 * {@link AccountManagerFuture#getResult()} which waits for the operation
126 * {@link AccountManagerFuture#getResult()} immediately on receiving the
130 * {@link AccountManagerFuture#getResult()}, must never be called on
716 null /* handler */).getResult();
722 Log.e(TAG, "blockingGetAuthToken: null was returned from getResult() for "
773 * could not be fetched, {@link AccountManagerFuture#getResult()} throws:
854 * <p>If an error occurred, {@link AccountManagerFuture#getResult()} throws:
915 * <p>If an error occurred, {@link AccountManagerFuture#getResult()} throws:
984 * <p>If an error occurred, {@link AccountManagerFuture#getResult()} throws:
1045 * <p>If an error occurred, {@link AccountManagerFuture#getResult()} throw
1236 public Bundle getResult() method in class:AccountManager.AmsTask
1241 public Bundle getResult(long timeout, TimeUnit unit) method in class:AccountManager.AmsTask
1404 public T getResult() method in class:AccountManager.Future2Task
1409 public T getResult(long timeout, TimeUnit unit) method in class:AccountManager.Future2Task
[all...]
/frameworks/base/core/java/android/webkit/
H A DJsResult.java58 /*package*/ final boolean getResult() { method in class:JsResult
H A DCallbackProxy.java133 public synchronized E getResult() { method in class:CallbackProxy.ResultTransport
920 return res.getResult().booleanValue();
1231 return result.getResult();
1276 return result.getResult();
1417 return result.getResult();
1437 public Uri getResult() { method in class:CallbackProxy.UploadFile
1462 return uploadFile.getResult();
/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DMultiRectAreaOp.java352 public static MultiRectArea getResult(MultiRectArea src1, MultiRectArea src2) { method in class:MultiRectAreaOp.Intersection
529 MultiRectArea getResult(MultiRectArea src1, MultiRectArea src2) { method in class:MultiRectAreaOp.Union
804 public static MultiRectArea getResult(MultiRectArea src1, MultiRectArea src2) { method in class:MultiRectAreaOp.Subtraction
/frameworks/base/core/tests/coretests/src/android/pim/vcard/
H A DVNodeBuilder.java311 public String getResult(){ method in class:VNodeBuilder
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java172 public T getResult() method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
177 public T getResult(long timeout, TimeUnit unit) method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
179 return getResult();
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java84 * String result = recognizer.getResult(i, Recognizer.KEY_LITERAL);
359 public String getResult(int index, String key) { method in class:Recognizer
/frameworks/base/core/java/android/app/
H A DInstrumentation.java482 public final ActivityResult getResult() { method in class:Instrumentation.ActivityMonitor
1365 return requestCode >= 0 ? am.getResult() : null;

Completed in 154 milliseconds