From 6287021ce9e8d1520881d4fc19663143ddf824c4 Mon Sep 17 00:00:00 2001 From: Beverly Date: Fri, 20 Mar 2020 08:32:15 -0400 Subject: [PATCH] Add People DND Settings pages Test: manual Bug: 151845457 Change-Id: I2937a44c5ea0517fd71e0c8d6317aff48aeea769 --- core/proto/android/app/settings_enums.proto | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index ef6eb38043f6f..de2d1301ec2a3 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2643,4 +2643,16 @@ enum PageId { // CATEGORY: SETTINGS // OS: R ADB_WIRELESS_DEVICE_DETAILS = 1836; + + // Open: Settings > Sound > Do Not Disturb > People > Conversations + // OS: R + DND_CONVERSATIONS = 1837; + + // Open: Settings > Sound > Do Not Disturb > People > Calls + // OS: R + DND_CALLS = 1838; + + // Open: Settings > Sound > Do Not Disturb > People > Messages + // OS: R + DND_MESSAGES = 1839; }