Searched defs:onResult (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAccountManagerResponse.java42 public void onResult(Bundle result) { method in class:AccountManagerResponse
44 mResponse.onResult(result);
H A DAccountAuthenticatorResponse.java45 public void onResult(Bundle result) { method in class:AccountAuthenticatorResponse
48 Log.v(TAG, "AccountAuthenticatorResponse.onResult: "
52 mAccountAuthenticatorResponse.onResult(result);
H A DAccountManager.java1384 public void onResult(Bundle bundle) { method in class:AccountManager.AmsTask.Response
1447 public void onResult(Bundle bundle) { method in class:AccountManager.BaseFutureTask.Response
1623 mResponse.onResult(result);
1643 public void onResult(Bundle value) throws RemoteException {
1670 mResponse.onResult(result);
H A DAccountManagerService.java497 public void onResult(Bundle result) { method in class:AccountManagerService.TestFeaturesSession
506 Log.v(TAG, getClass().getSimpleName() + " calling onResult() on response "
512 response.onResult(newResult);
576 public void onResult(Bundle result) { method in class:AccountManagerService.RemoveAccountSession
586 Log.v(TAG, getClass().getSimpleName() + " calling onResult() on response "
592 response.onResult(result2);
598 super.onResult(result);
850 private void onResult(IAccountManagerResponse response, Bundle result) { method in class:AccountManagerService
855 Log.v(TAG, getClass().getSimpleName() + " calling onResult() on response "
859 response.onResult(resul
1304 public void onResult(Bundle result) { method in class:AccountManagerService.GetAccountsByTypeAndFeatureSession
1573 public void onResult(Bundle result) { method in class:AccountManagerService.Session
[all...]
/frameworks/base/core/java/android/os/
H A DRemoteCallback.java36 onResult(mResult);
51 protected void onResult(Bundle bundle) { method in class:RemoteCallback.RemoteCallbackProxy
69 protected abstract void onResult(Bundle bundle); method in class:RemoteCallback

Completed in 134 milliseconds