Searched refs:getResult (Results 1 - 25 of 43) sorted by path

12

/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java322 public Intent getResult() { method in class:Pm.LocalIntentReceiver
594 final Intent result = receiver.getResult();
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java138 * The result is retrieved by calling {@link AccountManagerFuture#getResult()}
143 * {@link AccountManagerFuture#getResult()} immediately on receiving the
147 * {@link AccountManagerFuture#getResult()}, must never be called on
907 * {@link AccountManagerFuture#getResult()} throws:
1205 null /* handler */).getResult();
1211 Log.e(TAG, "blockingGetAuthToken: null was returned from getResult() for "
1262 * could not be fetched, {@link AccountManagerFuture#getResult()} throws:
1347 * If an error occurred, {@link AccountManagerFuture#getResult()} throws:
1429 * If an error occurred, {@link AccountManagerFuture#getResult()} throws:
1501 * {@link AccountManagerFuture#getResult()} throw
1989 public Bundle getResult() method in class:AccountManager.AmsTask
1995 public Bundle getResult(long timeout, TimeUnit unit) method in class:AccountManager.AmsTask
2171 public T getResult() method in class:AccountManager.Future2Task
2177 public T getResult(long timeout, TimeUnit unit) method in class:AccountManager.Future2Task
[all...]
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 DChooseTypeAndAccountActivity.java371 final Bundle accountManagerResult = accountManagerFuture.getResult();
H A DGrantCredentialsPermissionActivity.java95 final String authTokenLabel = future.getResult();
/frameworks/base/core/java/android/app/
H A DInstrumentation.java507 public final ActivityResult getResult() { method in class:Instrumentation.ActivityMonitor
1508 return requestCode >= 0 ? am.getResult() : null;
1627 return requestCode >= 0 ? am.getResult() : null;
1687 return requestCode >= 0 ? am.getResult() : null;
1726 return requestCode >= 0 ? am.getResult() : null;
/frameworks/base/core/java/android/view/
H A DDragEvent.java56 * <th scope="col">getResult()</th>
218 * The View object can call {@link #getResult()} to see the result of the operation.
220 * getResult() returns {@code true}, otherwise it returns {@code false}.
223 * @see #getResult()
397 * returns {@code true}, then getResult() will return {@code true}.
398 * If the listener returns {@code false}, then getResult() returns {@code false}.
401 * Notice that getResult() also returns {@code false} if no {@link #ACTION_DROP} is sent. This
411 public boolean getResult() { method in class:DragEvent
/frameworks/base/core/java/android/webkit/
H A DJsResult.java69 public final boolean getResult() { method in class:JsResult
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp161 std::shared_ptr<const CameraMetadata> getResult() const;
218 std::shared_ptr<const CameraMetadata> NativeContext::getResult() const { function in class:NativeContext
1058 CameraMetadata results = *(nativeContext->getResult());
/frameworks/base/libs/hwui/
H A DBakedOpDispatcher.cpp730 TessellationCache::vertexBuffer_pair_t buffers = op.shadowTask->getResult();
H A DDeferredDisplayList.cpp545 auto getResult = mergingBatch.find(deferInfo.mergeId); local
546 if (getResult != mergingBatch.end()) {
547 targetBatch = getResult->second;
H A DLayerBuilder.cpp314 auto getResult = mMergingBatchLookup[batchId].find(mergeId); local
315 if (getResult != mMergingBatchLookup[batchId].end()) {
316 targetBatch = getResult->second;
H A DPathCache.cpp231 task->getResult();
397 SkBitmap* bitmap = task->getResult();
H A DTessellationCache.cpp176 mBuffer = mTask->getResult();
384 outBuffers = task->getResult();
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp762 fence->getResult();
/frameworks/base/libs/hwui/tests/microbench/
H A DTaskManagerBench.cpp65 task->getResult();
83 benchmark::DoNotOptimize(task->getResult());
/frameworks/base/libs/hwui/thread/
H A DTask.h40 T getResult() const { function in class:android::uirenderer::Task
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java1231 if (event.getResult()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
H A DDataCollector.java143 if (currentSession.getResult() != Session.SUCCESS) {
H A DSensorLoggerSession.java153 public int getResult() { method in class:SensorLoggerSession
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java5202 return getResult();
5205 public int getResult() { method in class:BackupManagerService.RestoreEngine
5730 int getResult() { method in class:BackupManagerService.FullRestoreEngine.RestoreInstallObserver
5811 if (mInstallObserver.getResult() != PackageManager.INSTALL_SUCCEEDED) {
7159 int getResult() { method in class:BackupManagerService.PerformAdbRestoreTask.RestoreInstallObserver
7240 if (mInstallObserver.getResult() != PackageManager.INSTALL_SUCCEEDED) {
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java881 public CaptivePortalProbeResult getResult() {
916 finalResult.compareAndSet(null, httpsProbe.getResult());
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommand.java768 final Intent result = receiver.getResult();
1233 final Intent result = receiver.getResult();
1491 public Intent getResult() { method in class:PackageManagerShellCommand.LocalIntentReceiver
/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/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java243 WaitResult result = runnable.getResult();
350 public IActivityManager.WaitResult getResult() { method in class:AppLaunch.AppLaunchRunnable

Completed in 515 milliseconds

12