Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DIAccountManager.aidl53 void copyAccountToUser(in IAccountManagerResponse response, in Account account, in copyAccountToUser() method
DAccountManager.java1890 public AccountManagerFuture<Boolean> copyAccountToUser(
1901 mService.copyAccountToUser(
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1437 copyAccountToUser(null /*no response*/, sa, parentUserId, userId); in syncSharedAccounts()
1619 public void copyAccountToUser(final IAccountManagerResponse response, final Account account, in copyAccountToUser() method in AccountManagerService
5068 copyAccountToUser(/*no response*/ null, (Account) msg.obj, msg.arg1, msg.arg2);