Searched refs:confirmCredentialsAsUser (Results 1 – 5 of 5) 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 | 2010 return confirmCredentialsAsUser(account, options, activity, callback, handler, 2020 public AccountManagerFuture<Bundle> confirmCredentialsAsUser(final Account account, 2030 mService.confirmCredentialsAsUser(mResponse, account, options, activity != null,
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 2054 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserWithNullResponse() 2070 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserWithNullAccount() 2087 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserSuccess() 2120 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserReturnWithInvalidIntent() 2147 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserReturnWithValidIntent() 2171 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserError()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 3660 public void confirmCredentialsAsUser( in confirmCredentialsAsUser() method in AccountManagerService
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 560 Landroid/accounts/IAccountManager$Stub$Proxy;->confirmCredentialsAsUser(Landroid/accounts/IAccountM… 665 Landroid/accounts/IAccountManager;->confirmCredentialsAsUser(Landroid/accounts/IAccountManagerRespo…
|