Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DAccountManager.java540 public String bundleToResult(Bundle bundle) throws AuthenticatorException { in getAuthTokenLabel() method in AccountManager
581 public Boolean bundleToResult(Bundle bundle) throws AuthenticatorException {
625 public Account[] bundleToResult(Bundle bundle) throws AuthenticatorException {
701 public Account bundleToResult(Bundle bundle) throws AuthenticatorException {
762 public Boolean bundleToResult(Bundle bundle) throws AuthenticatorException {
835 public Boolean bundleToResult(Bundle bundle) throws AuthenticatorException {
1470 public Boolean bundleToResult(Bundle bundle) throws AuthenticatorException {
1889 public abstract T bundleToResult(Bundle bundle) throws AuthenticatorException;
1907 T result = bundleToResult(bundle);