Searched defs:bundleToResult (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java453 public String bundleToResult(Bundle bundle) throws AuthenticatorException {
494 public Boolean bundleToResult(Bundle bundle) throws AuthenticatorException {
538 public Account[] bundleToResult(Bundle bundle) throws AuthenticatorException {
606 public Boolean bundleToResult(Bundle bundle) throws AuthenticatorException {
1502 public abstract T bundleToResult(Bundle bundle) throws AuthenticatorException; method in class:AccountManager.BaseFutureTask
1520 T result = bundleToResult(bundle);

Completed in 43 milliseconds