Searched refs:addSharedAccountAsUser (Results 1 – 3 of 3) sorted by relevance
77 boolean addSharedAccountAsUser(in Account account, int userId); in addSharedAccountAsUser() method
1552 boolean val = mService.addSharedAccountAsUser(account, user.getIdentifier());
971 addSharedAccountAsUser(account, user.id); in addAccountToLimitedUsers()2661 public boolean addSharedAccountAsUser(Account account, int userId) { in addSharedAccountAsUser() method in AccountManagerService