Searched defs:getResult (Results 1 - 25 of 35) 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
1201 * {@link AccountManagerFuture#getResult()} throws:
1499 null /* handler */).getResult();
1505 Log.e(TAG, "blockingGetAuthToken: null was returned from getResult() for "
1556 * could not be fetched, {@link AccountManagerFuture#getResult()} throws:
1642 * If an error occurred, {@link AccountManagerFuture#getResult()} throws:
1725 * If an error occurred, {@link AccountManagerFuture#getResult()} throws:
1797 * {@link AccountManagerFuture#getResult()} throw
2302 public Bundle getResult() method in class:AccountManager.AmsTask
2308 public Bundle getResult(long timeout, TimeUnit unit) method in class:AccountManager.AmsTask
2484 public T getResult() method in class:AccountManager.Future2Task
2490 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/services/backup/java/com/android/server/backup/restore/
H A DRestoreEngine.java56 return getResult();
59 public int getResult() { method in class:RestoreEngine
H A DRestoreInstallObserver.java68 public int getResult() { method in class:RestoreInstallObserver
/frameworks/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/layoutlib/legacy/src/com/android/layoutlib/bridge/
H A DBridge.java60 public Result getResult() { method in class:Bridge.BridgeRenderSession
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java49 public Result getResult() { method in class:BridgeRenderSession
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVNodeBuilder.java162 public String getResult(){ method in class:VNodeBuilder
/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_CompatLibLegacy/src/com/android/rs/test/
H A DUnitTest.java107 public int getResult() { method in class:UnitTest
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUnitTest.java144 public UnitTestResult getResult() { method in class:UnitTest
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUnitTest.java146 public UnitTestResult 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.java178 public T getResult() method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
183 public T getResult(long timeout, TimeUnit unit) method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
185 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/av/media/libaaudio/src/core/
H A DAudioStream.h288 return mPlayerBase->getResult();
293 return mPlayerBase->getResult();
298 return mPlayerBase->getResult();
362 aaudio_result_t getResult() { function in class:aaudio::AudioStream::MyPlayerBase
/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.java933 final Intent result = receiver.getResult();
1480 final Intent result = receiver.getResult();
1756 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();
954 return result.getResult();
1103 return capability.getResult();
1417 Long value = result.getResult();
1606 return result.getResult();
1740 return result.getResult();
2233 public E getResult() { method in class:SupplicantP2pIfaceHal.SupplicantResult
[all...]

Completed in 875 milliseconds

12