Searched defs:getResult (Results 1 - 21 of 21) 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.java136 * The result is retrieved by calling {@link AccountManagerFuture#getResult()}
141 * {@link AccountManagerFuture#getResult()} immediately on receiving the
145 * {@link AccountManagerFuture#getResult()}, must never be called on
888 * {@link AccountManagerFuture#getResult()} throws:
1192 null /* handler */).getResult();
1198 Log.e(TAG, "blockingGetAuthToken: null was returned from getResult() for "
1249 * could not be fetched, {@link AccountManagerFuture#getResult()} throws:
1333 * If an error occurred, {@link AccountManagerFuture#getResult()} throws:
1415 * If an error occurred, {@link AccountManagerFuture#getResult()} throws:
1486 * {@link AccountManagerFuture#getResult()} throw
1948 public Bundle getResult() method in class:AccountManager.AmsTask
1953 public Bundle getResult(long timeout, TimeUnit unit) method in class:AccountManager.AmsTask
2121 public T getResult() method in class:AccountManager.Future2Task
2126 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/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.cpp3201 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_CompatLibLegacy/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.java1305 final Intent result = receiver.getResult();
1581 final Intent result = receiver.getResult();
2014 public Intent getResult() { method in class:Pm.LocalIntentReceiver
/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp288 status_t getResult(void) function in class:BinderLibTestCallBack
482 ret = callBack->getResult();
604 ret = callBack[i]->getResult();
/frameworks/base/core/java/android/app/
H A DInstrumentation.java496 public final ActivityResult getResult() { method in class:Instrumentation.ActivityMonitor
1497 return requestCode >= 0 ? am.getResult() : null;
1616 return requestCode >= 0 ? am.getResult() : null;
1676 return requestCode >= 0 ? am.getResult() : null;
1715 return requestCode >= 0 ? am.getResult() : null;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp153 std::shared_ptr<const CameraMetadata> getResult() const;
210 std::shared_ptr<const CameraMetadata> NativeContext::getResult() const { function in class:NativeContext
1050 CameraMetadata results = *(nativeContext->getResult());
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java1658 public boolean getResult() { method in class:VCardEntry.IsIgnorableIterator
2524 return iterator.getResult();
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java4591 return getResult();
4594 public int getResult() { method in class:BackupManagerService.RestoreEngine
5102 int getResult() { method in class:BackupManagerService.FullRestoreEngine.RestoreInstallObserver
5183 if (mInstallObserver.getResult() != PackageManager.INSTALL_SUCCEEDED) {
6450 int getResult() { method in class:BackupManagerService.PerformAdbRestoreTask.RestoreInstallObserver
6531 if (mInstallObserver.getResult() != PackageManager.INSTALL_SUCCEEDED) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2389 milliseconds