Home | History | Annotate | Download | only in telecom

Lines Matching refs:userHandle

21 import android.os.UserHandle;
29 private static UserInfo getUserInfoFromUserHandle(Context context, UserHandle userHandle) {
31 return userManager.getUserInfo(userHandle.getIdentifier());
34 public static boolean isManagedProfile(Context context, UserHandle userHandle) {
35 UserInfo userInfo = getUserInfoFromUserHandle(context, userHandle);
39 public static boolean isProfile(Context context, UserHandle userHandle) {
40 UserInfo userInfo = getUserInfoFromUserHandle(context, userHandle);