Update haptics OWNERS

Change-Id: I265d27cdb721616bf56c3b34c9d239b3e962e98c
This commit is contained in:
Michael Wright
2021-10-12 14:28:59 +00:00
parent 12e479b70e
commit 313839a2d9
3 changed files with 22 additions and 20 deletions

View File

@@ -1,18 +1,18 @@
# Haptics
per-file CombinedVibrationEffect.aidl = michaelwr@google.com
per-file CombinedVibrationEffect.java = michaelwr@google.com
per-file ExternalVibration.aidl = michaelwr@google.com
per-file ExternalVibration.java = michaelwr@google.com
per-file IExternalVibrationController.aidl = michaelwr@google.com
per-file IExternalVibratorService.aidl = michaelwr@google.com
per-file IVibratorManagerService.aidl = michaelwr@google.com
per-file NullVibrator.java = michaelwr@google.com
per-file SystemVibrator.java = michaelwr@google.com
per-file SystemVibratorManager.java = michaelwr@google.com
per-file VibrationEffect.aidl = michaelwr@google.com
per-file VibrationEffect.java = michaelwr@google.com
per-file Vibrator.java = michaelwr@google.com
per-file VibratorManager.java = michaelwr@google.com
per-file CombinedVibrationEffect.aidl = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file CombinedVibrationEffect.java = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file ExternalVibration.aidl = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file ExternalVibration.java = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file IExternalVibrationController.aidl = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file IExternalVibratorService.aidl = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file IVibratorManagerService.aidl = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file NullVibrator.java = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file SystemVibrator.java = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file SystemVibratorManager.java = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file VibrationEffect.aidl = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file VibrationEffect.java = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file Vibrator.java = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file VibratorManager.java = file:/services/core/java/com/android/server/vibrator/OWNERS
# PowerManager
per-file IPowerManager.aidl = michaelwr@google.com, santoscordon@google.com

View File

@@ -2,11 +2,11 @@
per-file BrightnessLimit.java = michaelwr@google.com, santoscordon@google.com
# Haptics
per-file CombinedVibrationEffectTest.java = michaelwr@google.com
per-file ExternalVibrationTest.java = michaelwr@google.com
per-file VibrationEffectTest.java = michaelwr@google.com
per-file VibratorInfoTest.java = michaelwr@google.com
per-file VibratorTest.java = michaelwr@google.com
per-file CombinedVibrationEffectTest.java = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file ExternalVibrationTest.java = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file VibrationEffectTest.java = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file VibratorInfoTest.java = file:/services/core/java/com/android/server/vibrator/OWNERS
per-file VibratorTest.java = file:/services/core/java/com/android/server/vibrator/OWNERS
# Power
per-file PowerManager*.java = michaelwr@google.com, santoscordon@google.com
per-file PowerManager*.java = michaelwr@google.com, santoscordon@google.com

View File

@@ -1 +1,3 @@
lsandrade@google.com
michaelwr@google.com
sbowden@google.com