Searched refs:confirmCredentialsAsUser (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/accounts/ |
H A D | IAccountManager.aidl | 73 void confirmCredentialsAsUser(in IAccountManagerResponse response, in Account account, in confirmCredentialsAsUser() method
|
H A D | AccountManager.java | 2112 return confirmCredentialsAsUser(account, options, activity, callback, handler, 2122 public AccountManagerFuture<Bundle> confirmCredentialsAsUser(final Account account, 2132 mService.confirmCredentialsAsUser(mResponse, account, options, activity != null,
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
H A D | AccountManagerServiceTest.java | 2215 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserWithNullResponse() 2231 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserWithNullAccount() 2248 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserSuccess() 2281 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserReturnWithInvalidIntent() 2308 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserReturnWithValidIntent() 2332 mAms.confirmCredentialsAsUser( in testConfirmCredentialsAsUserError()
|
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/ |
H A D | AccountManagerService.java | 3834 public void confirmCredentialsAsUser( in confirmCredentialsAsUser() method in AccountManagerService
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 560 Landroid/accounts/IAccountManager$Stub$Proxy;->confirmCredentialsAsUser(Landroid/accounts/IAccountM… 665 Landroid/accounts/IAccountManager;->confirmCredentialsAsUser(Landroid/accounts/IAccountManagerRespo…
|