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

/frameworks/base/core/java/android/accounts/
H A DIAccountManager.aidl45 void copyAccountToUser(in IAccountManagerResponse response, in Account account,
H A DAccountManager.java1457 public AccountManagerFuture<Boolean> copyAccountToUser( method in class:AccountManager
1466 mService.copyAccountToUser(
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java489 copyAccountToUser(null /*no response*/, sa, UserHandle.USER_OWNER, userId);
676 public void copyAccountToUser(final IAccountManagerResponse response, final Account account, method in class:AccountManagerService
678 enforceCrossUserPermission(UserHandle.USER_ALL, "Calling copyAccountToUser requires "
2748 copyAccountToUser(/*no response*/ null, (Account) msg.obj, msg.arg1, msg.arg2);

Completed in 387 milliseconds