Lines Matching refs:userHandle

37     int getCredentialOwnerProfile(int userHandle);
38 int getProfileParentId(int userHandle);
44 UserInfo createProfileForUser(in String name, int flags, int userHandle,
47 void setUserEnabled(int userHandle);
49 void evictCredentialEncryptionKey(int userHandle);
50 boolean removeUser(int userHandle);
51 boolean removeUserEvenWhenDisallowed(int userHandle);
52 void setUserName(int userHandle, String name);
53 void setUserIcon(int userHandle, in Bitmap icon);
54 ParcelFileDescriptor getUserIcon(int userHandle);
57 List<UserInfo> getProfiles(int userHandle, boolean enabledOnly);
59 boolean canAddMoreManagedProfiles(int userHandle, boolean allowedToRemoveOne);
60 UserInfo getProfileParent(int userHandle);
61 boolean isSameProfileGroup(int userHandle, int otherUserHandle);
62 UserInfo getUserInfo(int userHandle);
63 String getUserAccount(int userHandle);
64 void setUserAccount(int userHandle, String accountName);
65 long getUserCreationTime(int userHandle);
67 boolean canHaveRestrictedProfile(int userHandle);
68 int getUserSerialNumber(int userHandle);
70 int getUserRestrictionSource(String restrictionKey, int userHandle);
71 List<UserManager.EnforcingUser> getUserRestrictionSources(String restrictionKey, int userHandle);
72 Bundle getUserRestrictions(int userHandle);
73 boolean hasBaseUserRestriction(String restrictionKey, int userHandle);
74 boolean hasUserRestriction(in String restrictionKey, int userHandle);
76 void setUserRestriction(String key, boolean value, int userHandle);
78 int userHandle);
80 Bundle getApplicationRestrictionsForUser(in String packageName, int userHandle);
83 boolean markGuestForDeletion(int userHandle);
84 boolean isQuietModeEnabled(int userHandle);
85 void setSeedAccountData(int userHandle, in String accountName,
94 UserInfo createProfileForUserEvenWhenDisallowed(in String name, int flags, int userHandle,
100 boolean isUserNameSet(int userHandle);
102 boolean requestQuietModeEnabled(String callingPackage, boolean enableQuietMode, int userHandle, in IntentSender target);