Home
last modified time | relevance | path

Searched defs:isProfileOrDeviceOwner (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DApplicationsUtils.java63 public static boolean isProfileOrDeviceOwner(String packageName, DevicePolicyManager dpm, in isProfileOrDeviceOwner() method in ApplicationsUtils
/packages/apps/Settings/src/com/android/settings/
DUtils.java881 public static boolean isProfileOrDeviceOwner(UserManager userManager, in isProfileOrDeviceOwner() method in Utils
905 public static boolean isProfileOrDeviceOwner(DevicePolicyManager devicePolicyManager, in isProfileOrDeviceOwner() method in Utils
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DUtils.java896 public static boolean isProfileOrDeviceOwner(UserManager userManager, in isProfileOrDeviceOwner() method in Utils