Searched refs:getResult (Results 1 - 23 of 23) 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.java128 * The result is retrieved by calling {@link AccountManagerFuture#getResult()}
133 * {@link AccountManagerFuture#getResult()} immediately on receiving the
137 * {@link AccountManagerFuture#getResult()}, must never be called on
802 null /* handler */).getResult();
808 Log.e(TAG, "blockingGetAuthToken: null was returned from getResult() for "
858 * could not be fetched, {@link AccountManagerFuture#getResult()} throws:
945 * If an error occurred, {@link AccountManagerFuture#getResult()} throws:
1026 * If an error occurred, {@link AccountManagerFuture#getResult()} throws:
1096 * {@link AccountManagerFuture#getResult()} throws:
1170 * {@link AccountManagerFuture#getResult()} throw
1437 public Bundle getResult() method in class:AccountManager.AmsTask
1442 public Bundle getResult(long timeout, TimeUnit unit) method in class:AccountManager.AmsTask
1605 public T getResult() method in class:AccountManager.Future2Task
1610 public T getResult(long timeout, TimeUnit unit) method in class:AccountManager.Future2Task
[all...]
H A DGrantCredentialsPermissionActivity.java97 final String authTokenLabel = future.getResult();
H A DChooseTypeAndAccountActivity.java345 final Bundle accountManagerResult = accountManagerFuture.getResult();
/frameworks/base/core/java/android/webkit/
H A DJsResult.java64 public final boolean getResult() { method in class:JsResult
H A DCallbackProxy.java141 public synchronized E getResult() { method in class:CallbackProxy.ResultTransport
1036 return res.getResult().booleanValue();
1352 return result.mJsResult.getResult();
1381 return result.mJsResult.getResult();
1518 return result.mJsResult.getResult();
1562 public Uri getResult() { method in class:CallbackProxy.UploadFile
1579 return uploadFile.getResult();
/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/support/volley/src/com/android/volley/toolbox/
H A DAndroidAuthenticator.java63 result = future.getResult();
/frameworks/native/services/surfaceflinger/
H A DClient.cpp141 sp<ISurface> getResult() const { return result; } function in class:android::MessageCreateLayer
152 return static_cast<MessageCreateLayer*>( msg.get() )->getResult();
H A DSurfaceFlinger.cpp2767 status_t getResult() const { function in class:android::MessageCaptureScreen
2782 res = static_cast<MessageCaptureScreen*>( msg.get() )->getResult();
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DUnitTest.java107 public int getResult() { method in class:UnitTest
H A DRSTestCore.java119 listElem.result = uta[i].getResult();
/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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java47 public Result getResult() { method in class:BridgeRenderSession
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVNodeBuilder.java163 public String getResult(){ method in class:VNodeBuilder
/frameworks/base/core/java/android/app/
H A DInstrumentation.java483 public final ActivityResult getResult() { method in class:Instrumentation.ActivityMonitor
1402 return requestCode >= 0 ? am.getResult() : null;
1517 return requestCode >= 0 ? am.getResult() : null;
1577 return requestCode >= 0 ? am.getResult() : null;
/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/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardAccountView.java278 final Bundle result = future.getResult();
H A DKeyguardPatternView.java328 Bundle result = future.getResult();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DAccountUnlockScreen.java285 final Bundle result = future.getResult();
H A DLockPatternKeyguardView.java494 Bundle result = future.getResult();
/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.java3485 int getResult() { method in class:BackupManagerService.PerformFullRestoreTask.RestoreInstallObserver
3566 if (mInstallObserver.getResult() != PackageManager.INSTALL_SUCCEEDED) {

Completed in 339 milliseconds