Searched refs:copyAccountToUser (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | IAccountManager.aidl | 47 void copyAccountToUser(in IAccountManagerResponse response, in Account account, in copyAccountToUser() method
|
D | AccountManager.java | 1572 public AccountManagerFuture<Boolean> copyAccountToUser( 1581 mService.copyAccountToUser(
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 520 copyAccountToUser(null /*no response*/, sa, UserHandle.USER_OWNER, userId); in onUserStarted() 745 public void copyAccountToUser(final IAccountManagerResponse response, final Account account, in copyAccountToUser() method in AccountManagerService 3241 copyAccountToUser(/*no response*/ null, (Account) msg.obj, msg.arg1, msg.arg2); in handleMessage()
|