Searched refs:confirmCredentialsAsUser (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | IAccountManager.aidl | 76 void confirmCredentialsAsUser(in IAccountManagerResponse response, in Account account, in confirmCredentialsAsUser() method
|
D | AccountManager.java | 2008 return confirmCredentialsAsUser(account, options, activity, callback, handler, 2017 public AccountManagerFuture<Bundle> confirmCredentialsAsUser(final Account account, 2027 mService.confirmCredentialsAsUser(mResponse, account, options, activity != null,
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 2039 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserWithNullResponse() 2055 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserWithNullAccount() 2072 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserSuccess() 2103 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserReturnWithInvalidIntent() 2130 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserReturnWithValidIntent() 2154 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserError()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 3634 public void confirmCredentialsAsUser( in confirmCredentialsAsUser() method in AccountManagerService
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 19 Landroid/accounts/AccountManager;->confirmCredentialsAsUser(Landroid/accounts/Account;Landroid/os/B…
|
D | boot-image-profile.txt | 12474 HSPLandroid/accounts/IAccountManager;->confirmCredentialsAsUser(Landroid/accounts/IAccountManagerRe…
|