Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOwnerShellData.java36 public final boolean isProfileOwner; field in OwnerShellData
42 boolean isDeviceOwner, boolean isProfileOwner, boolean isManagedProfileOwner) { in OwnerShellData()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DUtils.java976 public static boolean isProfileOwner(int uid, @Nullable String packageName, Context context) { in isProfileOwner() method in Utils
/frameworks/base/core/java/android/app/
DActivityManagerInternal.java590 public abstract boolean isProfileOwner(int uid); in isProfileOwner() method in ActivityManagerInternal