Add User* OWNERS file (part 2)
Part 1 was aosp/1546301. Two parts are required due to b/175318571. Test: N/A Change-Id: I1a89f7d26da70dce36d1e891a8e8ebc4042dc56c
This commit is contained in:
1
apct-tests/perftests/multiuser/OWNERS
Normal file
1
apct-tests/perftests/multiuser/OWNERS
Normal file
@@ -0,0 +1 @@
|
||||
include /MULTIUSER_OWNERS
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -11,3 +11,5 @@ svetoslavganov@google.com
|
||||
toddke@android.com
|
||||
toddke@google.com
|
||||
yamasani@google.com
|
||||
|
||||
per-file preinstalled-packages* = file:/MULTIUSER_OWNERS
|
||||
@@ -1,6 +1,6 @@
|
||||
# OWNERS of Multiuser related files related to Enterprise
|
||||
|
||||
# TODO: include /MULTIUSER_OWNERS
|
||||
include /MULTIUSER_OWNERS
|
||||
|
||||
# Enterprise owners
|
||||
rubinxu@google.com
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user