Merge "Add User* OWNERS file (part 2)"

This commit is contained in:
Adam Bookatz
2021-01-12 18:46:24 +00:00
committed by Gerrit Code Review
7 changed files with 18 additions and 8 deletions

View File

@@ -0,0 +1 @@
include /MULTIUSER_OWNERS

View File

@@ -39,6 +39,9 @@ per-file *Alarm* = file:/apex/jobscheduler/OWNERS
# AppOps
per-file *AppOp* = file:/core/java/android/permission/OWNERS
# Multiuser
per-file *User* = file:/MULTIUSER_OWNERS
# Notification
per-file *Notification* = file:/packages/SystemUI/OWNERS

View File

@@ -7,3 +7,4 @@ patb@google.com
per-file PackageParser.java = chiuwinson@google.com
per-file *Shortcut* = file:/core/java/android/content/pm/SHORTCUT_OWNERS
per-file *Launcher* = file:/core/java/android/content/pm/LAUNCHER_OWNERS
per-file UserInfo* = file:/MULTIUSER_OWNERS

View File

@@ -22,6 +22,10 @@ per-file BatteryStats* = file:/BATTERY_STATS_OWNERS
per-file BatteryUsageStats* = file:/BATTERY_STATS_OWNERS
per-file PowerComponents.java = file:/BATTERY_STATS_OWNERS
# Multiuser
per-file IUser* = file:/MULTIUSER_OWNERS
per-file User* = file:/MULTIUSER_OWNERS
# Binder
per-file BadParcelableException.java = file:platform/frameworks/native:/libs/binder/OWNERS
per-file Binder.java = file:platform/frameworks/native:/libs/binder/OWNERS

View File

@@ -11,3 +11,5 @@ svetoslavganov@google.com
toddke@android.com
toddke@google.com
yamasani@google.com
per-file preinstalled-packages* = file:/MULTIUSER_OWNERS

View File

@@ -1,6 +1,6 @@
# OWNERS of Multiuser related files related to Enterprise
# TODO: include /MULTIUSER_OWNERS
include /MULTIUSER_OWNERS
# Enterprise owners
rubinxu@google.com

View File

@@ -30,13 +30,12 @@ per-file CrossProfileAppsServiceImpl.java = omakoto@google.com, yamasani@google.
per-file CrossProfileAppsService.java = omakoto@google.com, yamasani@google.com
per-file CrossProfileIntentFilter.java = omakoto@google.com, yamasani@google.com
per-file CrossProfileIntentResolver.java = omakoto@google.com, yamasani@google.com
per-file RestrictionsSet.java = bookatz@google.com, omakoto@google.com, yamasani@google.com, rubinxu@google.com, sandness@google.com
per-file UserManagerInternal.java = bookatz@google.com, omakoto@google.com, yamasani@google.com
per-file UserManagerService.java = bookatz@google.com, omakoto@google.com, yamasani@google.com
per-file UserRestrictionsUtils.java = omakoto@google.com, rubinxu@google.com, sandness@google.com, yamasani@google.com
per-file UserSystemPackageInstaller.java = bookatz@google.com, omakoto@google.com, yamasani@google.com
per-file UserTypeDetails.java = bookatz@google.com, omakoto@google.com, yamasani@google.com
per-file UserTypeFactory.java = bookatz@google.com, omakoto@google.com, yamasani@google.com
per-file RestrictionsSet.java = file:MULTIUSER_AND_ENTERPRISE_OWNERS
per-file UserManager* = file:/MULTIUSER_OWNERS
per-file UserRestriction* = file:MULTIUSER_AND_ENTERPRISE_OWNERS
per-file UserSystemPackageInstaller* = file:/MULTIUSER_OWNERS
per-file UserTypeDetails.java = file:/MULTIUSER_OWNERS
per-file UserTypeFactory.java = file:/MULTIUSER_OWNERS
# security
per-file KeySetHandle.java = cbrubaker@google.com, nnk@google.com