Searched refs:isRootOrSystem (Results 1 – 1 of 1) sorted by relevance
717 val canManageRolePermission = isRootOrSystem(callingUid) ||1118 if (!isRootOrSystem(callingUid)) {1250 if (!isRootOrSystem(callingUid)) {1911 private fun isRootOrSystem(uid: Int) = regex1925 private fun isRootOrSystemOrShell(uid: Int) = isRootOrSystem(uid) || isShell(uid)