Searched refs:isGlobal (Results 1 – 5 of 5) sorted by relevance
495 public static boolean isGlobal(@UserManagerInternal.OwnerType int restrictionOwnerType, in isGlobal() method in UserRestrictionsUtils511 return !isGlobal(restrictionOwnerType, key); in isLocal()
1205 key -> UserRestrictionsUtils.isGlobal(adminType, key)); in getGlobalUserRestrictions()
13500 if (UserRestrictionsUtils.isGlobal(OWNER_TYPE_DEVICE_OWNER, key)) {13506 if (UserRestrictionsUtils.isGlobal(OWNER_TYPE_PROFILE_OWNER, key)13508 && UserRestrictionsUtils.isGlobal(
458 CHECK(isGlobal()); in C2DataIdInfo()
7159 HSPLcom/android/server/pm/UserRestrictionsUtils;->isGlobal(ILjava/lang/String;)Z