Home | History | Annotate | Download | only in contacts

Lines Matching refs:userHandle

48 import android.os.UserHandle;
195 public UserInfo getUserInfo(int userHandle) {
197 if (ui.id == userHandle) {
205 public UserInfo getProfileParent(int userHandle) {
206 final UserInfo child = getUserInfo(userHandle);
211 if (ui.id != userHandle && ui.id == child.profileGroupId) {
224 public Bundle getUserRestrictions(UserHandle userHandle) {
234 public boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) {