Searched refs:getResult (Results 1 - 25 of 26) sorted by relevance

12

/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.java131 * The result is retrieved by calling {@link AccountManagerFuture#getResult()}
136 * {@link AccountManagerFuture#getResult()} immediately on receiving the
140 * {@link AccountManagerFuture#getResult()}, must never be called on
843 null /* handler */).getResult();
849 Log.e(TAG, "blockingGetAuthToken: null was returned from getResult() for "
899 * could not be fetched, {@link AccountManagerFuture#getResult()} throws:
986 * If an error occurred, {@link AccountManagerFuture#getResult()} throws:
1067 * If an error occurred, {@link AccountManagerFuture#getResult()} throws:
1137 * {@link AccountManagerFuture#getResult()} throws:
1262 * {@link AccountManagerFuture#getResult()} throw
1529 public Bundle getResult() method in class:AccountManager.AmsTask
1534 public Bundle getResult(long timeout, TimeUnit unit) method in class:AccountManager.AmsTask
1697 public T getResult() method in class:AccountManager.Future2Task
1702 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.java379 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.java132 public synchronized E getResult() { method in class:CallbackProxy.ResultTransport
833 return res.getResult().booleanValue();
1151 return result.mJsResult.getResult();
1182 return result.mJsResult.getResult();
1319 return result.mJsResult.getResult();
1363 public Uri getResult() { method in class:CallbackProxy.UploadFile
1380 return uploadFile.getResult();
/frameworks/base/libs/hwui/thread/
H A DTask.h42 T getResult() const { function in class:android::uirenderer::Task
/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/native/services/surfaceflinger/
H A DClient.cpp139 status_t getResult() const { return result; } function in class:android::MessageCreateLayer
150 return static_cast<MessageCreateLayer*>( msg.get() )->getResult();
H A DSurfaceFlinger.cpp2684 status_t getResult() const { function in class:android::MessageCaptureScreen
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUnitTest.java107 public int getResult() { method in class:UnitTest
H A DRSTestCore.java111 listElem.result = uta[i].getResult();
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUnitTest.java107 public int getResult() { method in class:UnitTest
H A DRSTestCore.java121 listElem.result = uta[i].getResult();
/frameworks/volley/src/com/android/volley/toolbox/
H A DAndroidAuthenticator.java77 result = future.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/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java206 WaitResult result = runnable.getResult();
313 public IActivityManager.WaitResult getResult() { method in class:AppLaunch.AppLaunchRunnable
/frameworks/base/core/java/android/app/
H A DInstrumentation.java490 public final ActivityResult getResult() { method in class:Instrumentation.ActivityMonitor
1409 return requestCode >= 0 ? am.getResult() : null;
1526 return requestCode >= 0 ? am.getResult() : null;
1586 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/libs/hwui/
H A DPathCache.cpp418 SkBitmap* bitmap = task->getResult();
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java1656 public boolean getResult() { method in class:VCardEntry.IsIgnorableIterator
2516 return iterator.getResult();

Completed in 1935 milliseconds

12