Home
last modified time | relevance | path

Searched refs:getResult (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/core/java/android/accounts/
DAccountManagerFuture.java96 V getResult() throws OperationCanceledException, IOException, AuthenticatorException; in getResult() method
115 V getResult(long timeout, TimeUnit unit) in getResult() method
DAccountManager.java747 null /* handler */).getResult();
1366 public Bundle getResult()
1371 public Bundle getResult(long timeout, TimeUnit unit)
1534 public T getResult()
1539 public T getResult(long timeout, TimeUnit unit)
1596 accounts = future.getResult();
1682 final Bundle result = future.getResult();
DChooseTypeAndAccountActivity.java337 final Bundle accountManagerResult = accountManagerFuture.getResult(); in run()
/frameworks/base/test-runner/src/android/test/
DIsolatedContext.java177 public T getResult() in getResult() method in IsolatedContext.MockAccountManager.MockAccountManagerFuture
182 public T getResult(long timeout, TimeUnit unit) in getResult() method in IsolatedContext.MockAccountManager.MockAccountManagerFuture
184 return getResult(); in getResult()
/frameworks/base/core/java/android/webkit/
DJsResult.java58 /*package*/ final boolean getResult() { in getResult() method in JsResult
DCallbackProxy.java143 public synchronized E getResult() { in getResult() method in CallbackProxy.ResultTransport
1003 return res.getResult().booleanValue(); in shouldOverrideUrlLoading()
1351 return result.getResult(); in onJsConfirm()
1396 return result.getResult(); in onJsBeforeUnload()
1537 return result.getResult(); in onJsTimeout()
1575 public Uri getResult() { in getResult() method in CallbackProxy.UploadFile
1601 return uploadFile.getResult(); in openFileChooser()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DVNodeBuilder.java163 public String getResult(){ in getResult() method in VNodeBuilder
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridgeRenderSession.java47 public Result getResult() { in getResult() method in BridgeRenderSession
/frameworks/base/core/java/android/view/
DDragEvent.java397 public boolean getResult() { in getResult() method in DragEvent
/frameworks/base/docs/html/guide/topics/ui/
Ddrag-drop.jd375 {@link android.view.DragEvent#getResult()} to get the value that was
378 {@link android.view.DragEvent#getResult()} returns <code>false</code>.
392 <th scope="col">{@link android.view.DragEvent#getResult()} value</th>
723 {@link android.view.DragEvent#getY()}, and {@link android.view.DragEvent#getResult()}.
807 {@link android.view.DragEvent#getResult()} for an
811 event, the value of {@link android.view.DragEvent#getResult()} for an
847 The listener can optionally call {@link android.view.DragEvent#getResult()} to find out more
850 {@link android.view.DragEvent#getResult()} will return boolean <code>true</code>. In all
851 other cases, {@link android.view.DragEvent#getResult()} returns boolean <code>false</code>,
963 // Returns true. DragEvent.getResult() will return true.
[all …]
/frameworks/base/core/java/android/app/
DInstrumentation.java481 public final ActivityResult getResult() { in getResult() method in Instrumentation.ActivityMonitor
1370 return requestCode >= 0 ? am.getResult() : null; in execStartActivity()
1468 return requestCode >= 0 ? am.getResult() : null; in execStartActivity()
/frameworks/base/core/java/android/speech/srec/
DRecognizer.java358 public String getResult(int index, String key) { in getResult() method in Recognizer
/frameworks/base/policy/src/com/android/internal/policy/impl/
DAccountUnlockScreen.java285 final Bundle result = future.getResult(); in asyncCheckPassword()
DLockPatternKeyguardView.java507 Bundle result = future.getResult(); in run()
/frameworks/base/services/surfaceflinger/
DSurfaceFlinger.cpp2242 status_t getResult() const { in turnElectronBeamOff() function in android::SurfaceFlinger::turnElectronBeamOff::MessageTurnElectronBeamOff
2255 res = static_cast<MessageTurnElectronBeamOff*>( msg.get() )->getResult(); in turnElectronBeamOff()
2295 status_t getResult() const { in turnElectronBeamOn() function in android::SurfaceFlinger::turnElectronBeamOn::MessageTurnElectronBeamOn
2471 status_t getResult() const { in captureScreen() function in android::SurfaceFlinger::captureScreen::MessageCaptureScreen
2492 res = static_cast<MessageCaptureScreen*>( msg.get() )->getResult(); in captureScreen()
2614 sp<ISurface> getResult() const { return result; } in createSurface() function in android::Client::createSurface::MessageCreateSurface
2625 return static_cast<MessageCreateSurface*>( msg.get() )->getResult(); in createSurface()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java1656 public boolean getResult() { in getResult() method in VCardEntry.IsIgnorableIterator
2516 return iterator.getResult(); in isIgnorable()
/frameworks/base/services/java/com/android/server/
DBackupManagerService.java3396 int getResult() { in getResult() method in BackupManagerService.PerformFullRestoreTask.RestoreInstallObserver
3477 if (mInstallObserver.getResult() != PackageManager.INSTALL_SUCCEEDED) { in installApk()
/frameworks/base/api/
Dcurrent.txt2121 …method public abstract V getResult() throws android.accounts.AuthenticatorException, java.io.IOExc…
2122 …method public abstract V getResult(long, java.util.concurrent.TimeUnit) throws android.accounts.Au…
3458 method public final android.app.Instrumentation.ActivityResult getResult();
21732 method public boolean getResult();
D14.txt2121 …method public abstract V getResult() throws android.accounts.AuthenticatorException, java.io.IOExc…
2122 …method public abstract V getResult(long, java.util.concurrent.TimeUnit) throws android.accounts.Au…
3458 method public final android.app.Instrumentation.ActivityResult getResult();
21732 method public boolean getResult();