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

12

/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.java152 * The result is retrieved by calling {@link AccountManagerFuture#getResult()}
157 * {@link AccountManagerFuture#getResult()} immediately on receiving the
161 * {@link AccountManagerFuture#getResult()}, must never be called on
1198 * {@link AccountManagerFuture#getResult()} throws:
1496 null /* handler */).getResult();
1502 Log.e(TAG, "blockingGetAuthToken: null was returned from getResult() for "
1553 * could not be fetched, {@link AccountManagerFuture#getResult()} throws:
1639 * If an error occurred, {@link AccountManagerFuture#getResult()} throws:
1722 * If an error occurred, {@link AccountManagerFuture#getResult()} throws:
1794 * {@link AccountManagerFuture#getResult()} throw
2299 public Bundle getResult() method in class:AccountManager.AmsTask
2305 public Bundle getResult(long timeout, TimeUnit unit) method in class:AccountManager.AmsTask
2481 public T getResult() method in class:AccountManager.Future2Task
2487 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/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderResult.java47 return new RenderResult(session.getResult(),
54 Result getResult() { method in class:RenderResult
/frameworks/base/tools/layoutlib/legacy/src/com/android/layoutlib/bridge/
H A DBridge.java60 public Result getResult() { method in class:Bridge.BridgeRenderSession
/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.java54 public Result getResult() { method in class:BridgeRenderSession
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A DUnitTest.java112 public int getResult() { method in class:UnitTest
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUnitTest.java107 public int getResult() { method in class:UnitTest
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUnitTest.java107 public int getResult() { method in class:UnitTest
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUnitTest.java112 public int getResult() { method in class:UnitTest
/frameworks/base/core/java/android/view/
H A DDragEvent.java56 * <th scope="col">getResult()</th>
228 * The View object can call {@link #getResult()} to see the result of the operation.
230 * getResult() returns {@code true}, otherwise it returns {@code false}.
233 * @see #getResult()
417 * returns {@code true}, then getResult() will return {@code true}.
418 * If the listener returns {@code false}, then getResult() returns {@code false}.
421 * Notice that getResult() also returns {@code false} if no {@link #ACTION_DROP} is sent. This
431 public boolean getResult() { method in class:DragEvent
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
H A DSensorLoggerSession.java157 public int getResult() { method in class:SensorLoggerSession
/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java179 public T getResult() method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
184 public T getResult(long timeout, TimeUnit unit) method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
186 return getResult();
/frameworks/native/services/surfaceflinger/
H A DClient.cpp187 status_t getResult() const { return result; } function in class:android::MessageCreateLayer
199 return static_cast<MessageCreateLayer*>( msg.get() )->getResult();
/frameworks/base/libs/hwui/
H A DLayerBuilder.cpp314 auto getResult = mMergingBatchLookup[batchId].find(mergeId); local
315 if (getResult != mMergingBatchLookup[batchId].end()) {
316 targetBatch = getResult->second;
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java366 public Intent getResult() { method in class:Pm.LocalIntentReceiver
676 final Intent result = receiver.getResult();
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommand.java916 final Intent result = receiver.getResult();
1447 final Intent result = receiver.getResult();
1722 public Intent getResult() { method in class:PackageManagerShellCommand.LocalIntentReceiver
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java487 return runnable.getResult();
610 public Long getResult() { method in class:AppLaunch.AppLaunchRunnable
/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/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHal.java274 if (supplicantIface.getResult() == null) {
278 mISupplicantP2pIface = getP2pIfaceMockable(supplicantIface.getResult());
403 return result.getResult();
688 return result.getResult();
904 return result.getResult();
953 return result.getResult();
1102 return capability.getResult();
1416 Long value = result.getResult();
1605 return result.getResult();
1739 return result.getResult();
2232 public E getResult() { method in class:SupplicantP2pIfaceHal.SupplicantResult
[all...]
/frameworks/base/core/java/android/app/
H A DInstrumentation.java580 public final ActivityResult getResult() { method in class:Instrumentation.ActivityMonitor
1600 return requestCode >= 0 ? am.getResult() : null;
1733 return requestCode >= 0 ? am.getResult() : null;
1800 return requestCode >= 0 ? am.getResult() : null;
1846 return requestCode >= 0 ? am.getResult() : null;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp162 std::shared_ptr<const CameraMetadata> getResult() const;
219 std::shared_ptr<const CameraMetadata> NativeContext::getResult() const { function in class:NativeContext
1059 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();

Completed in 5152 milliseconds

12