Searched refs:shared (Results 51 - 51 of 51) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java447 * Child users are not allowed to add accounts. Only the accounts that are shared by the
450 * TODO: Only allow accounts that were shared to be added by a limited user.
1398 // Check if there's a shared account that needs to be created as an account
1406 Log.w(TAG, "User " + userId + " has shared accounts, but no parent user");
1825 * Adds the account to all linked restricted users as shared accounts. If the user is currently
2047 * those users with which the account was shared.
5774 // first part is to filter shared accounts.
5787 // otherwise return non-shared accounts only.
5829 for (Account shared : sharedAccounts) {
5830 if (shared
[all...]

Completed in 81 milliseconds

123