Searched refs:isCallerDeviceOrProfileOwner (Results 1 – 1 of 1) sorted by relevance
481 return isCallerDeviceOrProfileOwner(snapshot, userId, callingUid) in isSuspendAllowedForUser()499 final boolean isCallerOwner = isCallerDeviceOrProfileOwner(snapshot, userId, callingUid); in canSuspendPackageForUser()741 private boolean isCallerDeviceOrProfileOwner(@NonNull Computer snapshot, int userId, in isCallerDeviceOrProfileOwner() method in SuspendPackageHelper