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

/frameworks/base/core/java/android/accounts/
H A DAccountManagerFuture.java94 V getResult() throws OperationCanceledException, IOException, AuthenticatorException; method in interface:AccountManagerFuture
113 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
799 * {@link AccountManagerFuture#getResult()} throws:
1077 null /* handler */).getResult();
1083 Log.e(TAG, "blockingGetAuthToken: null was returned from getResult() for "
1133 * could not be fetched, {@link AccountManagerFuture#getResult()} throws:
1220 * If an error occurred, {@link AccountManagerFuture#getResult()} throws:
1301 * If an error occurred, {@link AccountManagerFuture#getResult()} throws:
1371 * {@link AccountManagerFuture#getResult()} throw
1822 public Bundle getResult() method in class:AccountManager.AmsTask
1827 public Bundle getResult(long timeout, TimeUnit unit) method in class:AccountManager.AmsTask
1995 public T getResult() method in class:AccountManager.Future2Task
2000 public T getResult(long timeout, TimeUnit unit) method in class:AccountManager.Future2Task
[all...]
/frameworks/base/core/java/android/webkit/
H A DJsResult.java69 public final boolean getResult() { method in class:JsResult
/frameworks/base/libs/hwui/thread/
H A DTask.h40 T getResult() const { function in class:android::uirenderer::Task
/frameworks/base/libs/hwui/
H A DQuery.h38 * GLuint result = query.getResult();
110 * false otherwise. Calling getResult() before the result
130 GLuint getResult() { function in class:android::uirenderer::Query
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVNodeBuilder.java162 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/native/services/surfaceflinger/
H A DClient.cpp140 status_t getResult() const { return result; } function in class:android::MessageCreateLayer
151 return static_cast<MessageCreateLayer*>( msg.get() )->getResult();
H A DSurfaceFlinger.cpp3070 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
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUnitTest.java107 public int getResult() { method in class:UnitTest
/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.java175 public T getResult() method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
180 public T getResult(long timeout, TimeUnit unit) method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
182 return getResult();
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java222 WaitResult result = runnable.getResult();
329 public IActivityManager.WaitResult getResult() { method in class:AppLaunch.AppLaunchRunnable
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java1116 final Intent result = receiver.getResult();
1336 final Intent result = receiver.getResult();
1737 public Intent getResult() { method in class:Pm.LocalIntentReceiver
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java81 * String result = recognizer.getResult(i, Recognizer.KEY_LITERAL);
356 public String getResult(int index, String key) { method in class:Recognizer
/frameworks/base/core/java/android/app/
H A DInstrumentation.java495 public final ActivityResult getResult() { method in class:Instrumentation.ActivityMonitor
1486 return requestCode >= 0 ? am.getResult() : null;
1603 return requestCode >= 0 ? am.getResult() : null;
1663 return requestCode >= 0 ? am.getResult() : null;
1700 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/backup/java/com/android/server/backup/
H A DBackupManagerService.java4266 return getResult();
4269 public int getResult() { method in class:BackupManagerService.RestoreEngine
4787 int getResult() { method in class:BackupManagerService.FullRestoreEngine.RestoreInstallObserver
4868 if (mInstallObserver.getResult() != PackageManager.INSTALL_SUCCEEDED) {
6131 int getResult() { method in class:BackupManagerService.PerformAdbRestoreTask.RestoreInstallObserver
6212 if (mInstallObserver.getResult() != PackageManager.INSTALL_SUCCEEDED) {

Completed in 8006 milliseconds