Searched defs:getResult (Results 1 - 12 of 12) 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.java127 * The result is retrieved by calling {@link AccountManagerFuture#getResult()}
132 * {@link AccountManagerFuture#getResult()} immediately on receiving the
136 * {@link AccountManagerFuture#getResult()}, must never be called on
747 null /* handler */).getResult();
753 Log.e(TAG, "blockingGetAuthToken: null was returned from getResult() for "
803 * could not be fetched, {@link AccountManagerFuture#getResult()} throws:
890 * If an error occurred, {@link AccountManagerFuture#getResult()} throws:
971 * If an error occurred, {@link AccountManagerFuture#getResult()} throws:
1041 * {@link AccountManagerFuture#getResult()} throws:
1115 * {@link AccountManagerFuture#getResult()} throw
1366 public Bundle getResult() method in class:AccountManager.AmsTask
1371 public Bundle getResult(long timeout, TimeUnit unit) method in class:AccountManager.AmsTask
1534 public T getResult() method in class:AccountManager.Future2Task
1539 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.java143 public synchronized E getResult() { method in class:CallbackProxy.ResultTransport
1003 return res.getResult().booleanValue();
1351 return result.getResult();
1396 return result.getResult();
1537 return result.getResult();
1575 public Uri getResult() { method in class:CallbackProxy.UploadFile
1601 return uploadFile.getResult();
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVNodeBuilder.java163 public String getResult(){ method in class:VNodeBuilder
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java47 public Result getResult() { method in class:BridgeRenderSession
/frameworks/base/core/java/android/view/
H A DDragEvent.java54 * <th scope="col">getResult()</th>
212 * The View object can call {@link #getResult()} to see the result of the operation.
214 * getResult() returns {@code true}, otherwise it returns {@code false}.
217 * @see #getResult()
383 * returns {@code true}, then getResult() will return {@code true}.
384 * If the listener returns {@code false}, then getResult() returns {@code false}.
387 * Notice that getResult() also returns {@code false} if no {@link #ACTION_DROP} is sent. This
397 public boolean getResult() { method in class:DragEvent
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java177 public T getResult() method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
182 public T getResult(long timeout, TimeUnit unit) method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
184 return getResult();
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java83 * String result = recognizer.getResult(i, Recognizer.KEY_LITERAL);
358 public String getResult(int index, String key) { method in class:Recognizer
/frameworks/base/core/java/android/app/
H A DInstrumentation.java481 public final ActivityResult getResult() { method in class:Instrumentation.ActivityMonitor
1370 return requestCode >= 0 ? am.getResult() : null;
1468 return requestCode >= 0 ? am.getResult() : null;
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java1656 public boolean getResult() { method in class:VCardEntry.IsIgnorableIterator
2516 return iterator.getResult();
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java3394 int getResult() { method in class:BackupManagerService.PerformFullRestoreTask.RestoreInstallObserver
3475 if (mInstallObserver.getResult() != PackageManager.INSTALL_SUCCEEDED) {

Completed in 3342 milliseconds