Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1 | // Copyright (C) 2016 The Android Open Source Project |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | // you may not use this file except in compliance with the License. |
| 5 | // You may obtain a copy of the License at |
| 6 | // |
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | // See the License for the specific language governing permissions and |
| 13 | // limitations under the License. |
| 14 | |
| 15 | syntax = "proto2"; |
| 16 | |
| 17 | option java_package = "com.android.internal.logging"; |
| 18 | option java_outer_classname = "MetricsProto"; |
| 19 | |
| 20 | package com_android_internal_logging; |
| 21 | |
| 22 | // Wrapper for System UI log events |
| 23 | message MetricsEvent { |
| 24 | |
Chris Wren | 5e334f6 | 2016-11-14 10:16:21 -0500 | [diff] [blame] | 25 | // Types of events |
| 26 | enum Type { |
| 27 | // Unknown |
| 28 | TYPE_UNKNOWN = 0; |
| 29 | |
| 30 | // The view became visible to the user. |
| 31 | TYPE_OPEN = 1; |
| 32 | |
| 33 | // The view became hidden. |
| 34 | TYPE_CLOSE = 2; |
| 35 | |
| 36 | // The view switched to detail mode (most relevant for quick settings tiles) |
| 37 | TYPE_DETAIL = 3; |
| 38 | |
| 39 | // The view or control was activated. |
| 40 | TYPE_ACTION = 4; |
| 41 | |
| 42 | // The view or control was dismissed. |
| 43 | TYPE_DISMISS = 5; |
Julia Reynolds | 520df6e | 2017-02-13 09:05:10 -0500 | [diff] [blame] | 44 | |
| 45 | // The view or control was updated. |
| 46 | TYPE_UPDATE = 6; |
Jorim Jaggi | 3878ca3 | 2017-02-02 17:13:05 -0800 | [diff] [blame] | 47 | |
Chris Wren | 65f07fe | 2017-03-14 14:10:37 -0400 | [diff] [blame] | 48 | // Type for APP_TRANSITION event: The transition started a new |
| 49 | // activity for which it's process wasn't running. |
Jorim Jaggi | 3878ca3 | 2017-02-02 17:13:05 -0800 | [diff] [blame] | 50 | TYPE_TRANSITION_COLD_LAUNCH = 7; |
| 51 | |
Chris Wren | 65f07fe | 2017-03-14 14:10:37 -0400 | [diff] [blame] | 52 | // Type for APP_TRANSITION event: The transition started a new |
| 53 | // activity for which it's process was already running. |
Jorim Jaggi | 3878ca3 | 2017-02-02 17:13:05 -0800 | [diff] [blame] | 54 | TYPE_TRANSITION_WARM_LAUNCH = 8; |
| 55 | |
Chris Wren | 65f07fe | 2017-03-14 14:10:37 -0400 | [diff] [blame] | 56 | // Type for APP_TRANSITION event: The transition brought an |
| 57 | // already existing activity to the front. |
Jorim Jaggi | 3878ca3 | 2017-02-02 17:13:05 -0800 | [diff] [blame] | 58 | TYPE_TRANSITION_HOT_LAUNCH = 9; |
Philip P. Moltmann | 7b77116 | 2017-03-03 17:22:57 -0800 | [diff] [blame] | 59 | |
| 60 | // The action was successful |
| 61 | TYPE_SUCCESS = 10; |
| 62 | |
| 63 | // The action failed |
| 64 | TYPE_FAILURE = 11; |
Jorim Jaggi | 4d27b84 | 2017-08-17 17:22:26 +0200 | [diff] [blame] | 65 | |
| 66 | // Type for APP_TRANSITION_REPORTED_DRAWN event: The activity was started without restoring from |
| 67 | // a bundle. |
| 68 | TYPE_TRANSITION_REPORTED_DRAWN_NO_BUNDLE = 12; |
| 69 | |
| 70 | // Type for APP_TRANSITION_REPORTED_DRAWN event: The activity was started with restoring from |
| 71 | // a bundle. |
| 72 | TYPE_TRANSITION_REPORTED_DRAWN_WITH_BUNDLE = 13; |
Chris Wren | 5e334f6 | 2016-11-14 10:16:21 -0500 | [diff] [blame] | 73 | } |
| 74 | |
Chris Wren | 65f07fe | 2017-03-14 14:10:37 -0400 | [diff] [blame] | 75 | // Types of alerts, as bit field values |
| 76 | enum Alert { |
| 77 | // Vibrate the device. |
| 78 | ALERT_BUZZ = 1; |
| 79 | |
| 80 | // Make sound through the speaker. |
| 81 | ALERT_BEEP = 2; |
| 82 | |
| 83 | // Flash a notificaiton light. |
| 84 | ALERT_BLINK = 4; |
| 85 | } |
| 86 | |
| 87 | // Reasons that a notification might be dismissed. |
| 88 | enum DismissReason { |
| 89 | // from android.service.notification.NotificationListenerService |
| 90 | |
| 91 | // Notification was canceled by the status bar reporting a notification click |
| 92 | REASON_CLICK = 1; |
| 93 | |
| 94 | // Notification was canceled by the status bar reporting a user dismissal. |
| 95 | REASON_CANCEL = 2; |
| 96 | |
| 97 | // Notification was canceled by the status bar reporting a user dismiss all. |
| 98 | REASON_CANCEL_ALL = 3; |
| 99 | |
| 100 | // Notification was canceled by the status bar reporting an inflation error. |
| 101 | REASON_ERROR = 4; |
| 102 | |
| 103 | // Notification was canceled by the package manager modifying the package. |
| 104 | REASON_PACKAGE_CHANGED = 5; |
| 105 | |
| 106 | // Notification was canceled by the owning user context being stopped. |
| 107 | REASON_USER_STOPPED = 6; |
| 108 | |
| 109 | // Notification was canceled by the user banning the package. |
| 110 | REASON_PACKAGE_BANNED = 7; |
| 111 | |
| 112 | // Notification was canceled by the app canceling this specific notification. |
| 113 | REASON_APP_CANCEL = 8; |
| 114 | |
| 115 | //Notification was canceled by the app cancelling all its notifications. |
| 116 | REASON_APP_CANCEL_ALL = 9; |
| 117 | |
| 118 | // Notification was canceled by a listener reporting a user dismissal. |
| 119 | REASON_LISTENER_CANCEL = 10; |
| 120 | |
| 121 | //Notification was canceled by a listener reporting a user dismiss all. |
| 122 | REASON_LISTENER_CANCEL_ALL = 11; |
| 123 | |
| 124 | // Notification was canceled because it was a member of a canceled group. |
| 125 | REASON_GROUP_SUMMARY_CANCELED = 12; |
| 126 | |
| 127 | // Notification was canceled because it was an invisible member of a group. |
| 128 | REASON_GROUP_OPTIMIZATION = 13; |
| 129 | |
| 130 | // Notification was canceled by the device administrator suspending the package. |
| 131 | REASON_PACKAGE_SUSPENDED = 14; |
| 132 | |
| 133 | // Notification was canceled by the owning managed profile being turned off. |
| 134 | REASON_PROFILE_TURNED_OFF = 15; |
| 135 | |
| 136 | // Autobundled summary notification was canceled because its group was unbundled. |
| 137 | REASON_UNAUTOBUNDLED = 16; |
| 138 | |
| 139 | // Notification was canceled by the user banning the channel. |
| 140 | REASON_CHANNEL_BANNED = 17; |
| 141 | |
| 142 | // Notification was snoozed. |
| 143 | REASON_SNOOZED = 18; |
| 144 | |
| 145 | // Notification was canceled due to timeout. |
| 146 | REASON_TIMEOUT = 19; |
| 147 | } |
| 148 | |
Eino-Ville Talvala | 31ad8a3 | 2017-07-10 16:23:50 -0700 | [diff] [blame] | 149 | // Subtypes of camera events for ACTION_CAMERA_EVENT |
| 150 | enum CameraEvent { |
| 151 | // A back-facing camera was used |
| 152 | CAMERA_BACK_USED = 0; |
| 153 | |
| 154 | // A front-facing camera was used |
| 155 | CAMERA_FRONT_USED = 1; |
| 156 | |
| 157 | // An external camera was used |
| 158 | CAMERA_EXTERNAL_USED = 2; |
| 159 | } |
| 160 | |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 161 | // Known visual elements: views or controls. |
| 162 | enum View { |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 163 | // Unknown view |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 164 | VIEW_UNKNOWN = 0; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 165 | |
| 166 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 167 | MAIN_SETTINGS = 1; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 168 | |
| 169 | // OPEN: Settings > Accessibility |
| 170 | // CATEGORY: SETTINGS |
| 171 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 172 | ACCESSIBILITY = 2; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 173 | |
| 174 | // OPEN: Settings > Accessibility > Captions |
| 175 | // CATEGORY: SETTINGS |
| 176 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 177 | ACCESSIBILITY_CAPTION_PROPERTIES = 3; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 178 | |
| 179 | // OPEN: Settings > Accessibility > [Service] |
| 180 | // CATEGORY: SETTINGS |
| 181 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 182 | ACCESSIBILITY_SERVICE = 4; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 183 | |
| 184 | // OPEN: Settings > Accessibility > Color correction |
| 185 | // CATEGORY: SETTINGS |
| 186 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 187 | ACCESSIBILITY_TOGGLE_DALTONIZER = 5; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 188 | |
| 189 | // OPEN: Settings > Accessibility > Accessibility shortcut |
| 190 | // CATEGORY: SETTINGS |
| 191 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 192 | ACCESSIBILITY_TOGGLE_GLOBAL_GESTURE = 6; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 193 | |
Casey Burkhardt | f4e9803 | 2017-03-22 22:52:24 -0700 | [diff] [blame] | 194 | // OPEN: Settings > Accessibility > Magnification gestures (Renamed in O) |
| 195 | // OPEN: Settings > Accessibility > Magnification > Magnify with triple-tap |
| 196 | // OPEN: Settings > Accessibility > Magnification > Magnify with button |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 197 | // CATEGORY: SETTINGS |
| 198 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 199 | ACCESSIBILITY_TOGGLE_SCREEN_MAGNIFICATION = 7; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 200 | |
| 201 | // OPEN: Settings > Accounts |
| 202 | // CATEGORY: SETTINGS |
| 203 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 204 | ACCOUNT = 8; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 205 | |
| 206 | // OPEN: Settings > Accounts > [Single Account Sync Settings] |
| 207 | // CATEGORY: SETTINGS |
| 208 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 209 | ACCOUNTS_ACCOUNT_SYNC = 9; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 210 | |
| 211 | // OPEN: Settings > Accounts > Add an account |
| 212 | // CATEGORY: SETTINGS |
| 213 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 214 | ACCOUNTS_CHOOSE_ACCOUNT_ACTIVITY = 10; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 215 | |
| 216 | // OPEN: Settings > Accounts > [List of accounts when more than one] |
| 217 | // CATEGORY: SETTINGS |
| 218 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 219 | ACCOUNTS_MANAGE_ACCOUNTS = 11; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 220 | |
| 221 | // OPEN: Settings > Cellular network settings > APNs |
| 222 | // CATEGORY: SETTINGS |
| 223 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 224 | APN = 12; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 225 | |
| 226 | // OPEN: Settings > More > Cellular network settings > APNs > [Edit APN] |
| 227 | // CATEGORY: SETTINGS |
| 228 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 229 | APN_EDITOR = 13; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 230 | |
| 231 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 232 | APP_OPS_DETAILS = 14; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 233 | |
| 234 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 235 | APP_OPS_SUMMARY = 15; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 236 | |
| 237 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 238 | APPLICATION = 16; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 239 | |
| 240 | // OPEN: Settings > Apps > Configure apps > App links > [App] |
| 241 | // CATEGORY: SETTINGS |
| 242 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 243 | APPLICATIONS_APP_LAUNCH = 17; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 244 | |
| 245 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 246 | APPLICATIONS_APP_PERMISSION = 18; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 247 | |
| 248 | // OPEN: Settings > Internal storage > Apps storage > [App] |
| 249 | // CATEGORY: SETTINGS |
| 250 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 251 | APPLICATIONS_APP_STORAGE = 19; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 252 | |
| 253 | // OPEN: Settings > Apps > [App info] |
| 254 | // CATEGORY: SETTINGS |
| 255 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 256 | APPLICATIONS_INSTALLED_APP_DETAILS = 20; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 257 | |
| 258 | // OPEN: Settings > Memory > App usage > [App Memory usage] |
| 259 | // CATEGORY: SETTINGS |
| 260 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 261 | APPLICATIONS_PROCESS_STATS_DETAIL = 21; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 262 | |
| 263 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 264 | APPLICATIONS_PROCESS_STATS_MEM_DETAIL = 22; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 265 | |
| 266 | // OPEN: Settings > Memory > App usage |
| 267 | // CATEGORY: SETTINGS |
| 268 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 269 | APPLICATIONS_PROCESS_STATS_UI = 23; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 270 | |
| 271 | // OPEN: Settings > Bluetooth |
| 272 | // CATEGORY: SETTINGS |
| 273 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 274 | BLUETOOTH = 24; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 275 | |
| 276 | // OPEN: Choose Bluetooth device (ex: when sharing) |
| 277 | // CATEGORY: SETTINGS |
| 278 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 279 | BLUETOOTH_DEVICE_PICKER = 25; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 280 | |
| 281 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 282 | BLUETOOTH_DEVICE_PROFILES = 26; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 283 | |
| 284 | // OPEN: Settings > Security > Choose screen lock |
| 285 | // CATEGORY: SETTINGS |
| 286 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 287 | CHOOSE_LOCK_GENERIC = 27; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 288 | |
| 289 | // OPEN: Settings > Security > Choose screen lock > Choose your password |
| 290 | // CATEGORY: SETTINGS |
| 291 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 292 | CHOOSE_LOCK_PASSWORD = 28; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 293 | |
| 294 | // OPEN: Settings > Security > Choose screen lock > Choose your pattern |
| 295 | // CATEGORY: SETTINGS |
| 296 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 297 | CHOOSE_LOCK_PATTERN = 29; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 298 | |
| 299 | // OPEN: Settings > Security > Choose screen lock > Confirm your password |
| 300 | // CATEGORY: SETTINGS |
| 301 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 302 | CONFIRM_LOCK_PASSWORD = 30; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 303 | |
| 304 | // OPEN: Settings > Security > Choose screen lock > Confirm your pattern |
| 305 | // CATEGORY: SETTINGS |
| 306 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 307 | CONFIRM_LOCK_PATTERN = 31; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 308 | |
| 309 | // OPEN: Settings > Security > Encrypt phone |
| 310 | // CATEGORY: SETTINGS |
| 311 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 312 | CRYPT_KEEPER = 32; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 313 | |
| 314 | // OPEN: Settings > Security > Encrypt phone > Confirm |
| 315 | // CATEGORY: SETTINGS |
| 316 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 317 | CRYPT_KEEPER_CONFIRM = 33; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 318 | |
| 319 | // OPEN: Settings > Search results |
| 320 | // CATEGORY: SETTINGS |
| 321 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 322 | DASHBOARD_SEARCH_RESULTS = 34; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 323 | |
| 324 | // OPEN: Settings (Root page) |
| 325 | // CATEGORY: SETTINGS |
| 326 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 327 | DASHBOARD_SUMMARY = 35; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 328 | |
| 329 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 330 | DATA_USAGE = 36; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 331 | |
| 332 | // OPEN: Settings > Data usage |
| 333 | // CATEGORY: SETTINGS |
| 334 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 335 | DATA_USAGE_SUMMARY = 37; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 336 | |
| 337 | // OPEN: Settings > Date & time |
| 338 | // CATEGORY: SETTINGS |
| 339 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 340 | DATE_TIME = 38; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 341 | |
| 342 | // OPEN: Settings > Developer options |
| 343 | // CATEGORY: SETTINGS |
| 344 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 345 | DEVELOPMENT = 39; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 346 | |
| 347 | // OPEN: Settings > About phone |
| 348 | // CATEGORY: SETTINGS |
| 349 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 350 | DEVICEINFO = 40; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 351 | |
| 352 | // OPEN: Settings > About phone > Status > IMEI information |
| 353 | // CATEGORY: SETTINGS |
| 354 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 355 | DEVICEINFO_IMEI_INFORMATION = 41; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 356 | |
| 357 | // OPEN: Settings > Internal storage |
| 358 | // CATEGORY: SETTINGS |
| 359 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 360 | DEVICEINFO_STORAGE = 42; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 361 | |
| 362 | // OPEN: Settings > About phone > Status > SIM status |
| 363 | // CATEGORY: SETTINGS |
| 364 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 365 | DEVICEINFO_SIM_STATUS = 43; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 366 | |
| 367 | // OPEN: Settings > About phone > Status |
| 368 | // CATEGORY: SETTINGS |
| 369 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 370 | DEVICEINFO_STATUS = 44; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 371 | |
| 372 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 373 | DEVICEINFO_USB = 45; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 374 | |
| 375 | // OPEN: Settings > Display |
| 376 | // CATEGORY: SETTINGS |
| 377 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 378 | DISPLAY = 46; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 379 | |
| 380 | // OPEN: Settings > Display > Daydream |
| 381 | // CATEGORY: SETTINGS |
| 382 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 383 | DREAM = 47; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 384 | |
| 385 | // OPEN: Settings > Security > Screen lock > Secure start-up |
| 386 | // CATEGORY: SETTINGS |
| 387 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 388 | ENCRYPTION = 48; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 389 | |
| 390 | // OPEN: Settings > Security > Nexus Imprint |
| 391 | // CATEGORY: SETTINGS |
| 392 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 393 | FINGERPRINT = 49; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 394 | |
| 395 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 396 | FINGERPRINT_ENROLL = 50; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 397 | |
| 398 | // OPEN: Settings > Battery > History details |
| 399 | // CATEGORY: SETTINGS |
| 400 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 401 | FUELGAUGE_BATTERY_HISTORY_DETAIL = 51; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 402 | |
| 403 | // OPEN: Settings > Battery > Battery saver |
| 404 | // CATEGORY: SETTINGS |
| 405 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 406 | FUELGAUGE_BATTERY_SAVER = 52; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 407 | |
| 408 | // OPEN: Settings > Battery > [App Use details] |
| 409 | // CATEGORY: SETTINGS |
| 410 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 411 | FUELGAUGE_POWER_USAGE_DETAIL = 53; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 412 | |
| 413 | // OPEN: Settings > Battery |
| 414 | // CATEGORY: SETTINGS |
| 415 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 416 | FUELGAUGE_POWER_USAGE_SUMMARY = 54; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 417 | |
| 418 | // OPEN: Settings > Home |
| 419 | // CATEGORY: SETTINGS |
| 420 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 421 | HOME = 55; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 422 | |
| 423 | // OPEN: Settings > Security > SIM card lock settings |
| 424 | // CATEGORY: SETTINGS |
| 425 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 426 | ICC_LOCK = 56; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 427 | |
| 428 | // OPEN: Settings > Language & input |
| 429 | // CATEGORY: SETTINGS |
| 430 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 431 | INPUTMETHOD_LANGUAGE = 57; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 432 | |
| 433 | // OPEN: Settings > Language & input > Physical keyboard |
| 434 | // CATEGORY: SETTINGS |
| 435 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 436 | INPUTMETHOD_KEYBOARD = 58; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 437 | |
| 438 | // OPEN: Settings > Language & input > Spell checker |
| 439 | // CATEGORY: SETTINGS |
| 440 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 441 | INPUTMETHOD_SPELL_CHECKERS = 59; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 442 | |
| 443 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 444 | INPUTMETHOD_SUBTYPE_ENABLER = 60; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 445 | |
| 446 | // OPEN: Settings > Language & input > Personal dictionary |
| 447 | // CATEGORY: SETTINGS |
| 448 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 449 | INPUTMETHOD_USER_DICTIONARY = 61; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 450 | |
| 451 | // OPEN: Settings > Language & input > Add word |
| 452 | // CATEGORY: SETTINGS |
| 453 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 454 | INPUTMETHOD_USER_DICTIONARY_ADD_WORD = 62; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 455 | |
| 456 | // OPEN: Settings > Location |
| 457 | // CATEGORY: SETTINGS |
| 458 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 459 | LOCATION = 63; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 460 | |
| 461 | // OPEN: Settings > Location > Location mode |
| 462 | // CATEGORY: SETTINGS |
| 463 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 464 | LOCATION_MODE = 64; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 465 | |
| 466 | // OPEN: Settings > Apps |
| 467 | // CATEGORY: SETTINGS |
| 468 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 469 | MANAGE_APPLICATIONS = 65; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 470 | |
| 471 | // OPEN: Settings > Backup & reset > Factory data reset |
| 472 | // CATEGORY: SETTINGS |
| 473 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 474 | MASTER_CLEAR = 66; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 475 | |
| 476 | // OPEN: Settings > Backup & reset > Factory data reset > Confirm |
| 477 | // CATEGORY: SETTINGS |
| 478 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 479 | MASTER_CLEAR_CONFIRM = 67; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 480 | |
| 481 | // OPEN: Settings > Data usage > Network restrictions |
| 482 | // CATEGORY: SETTINGS |
| 483 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 484 | NET_DATA_USAGE_METERED = 68; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 485 | |
| 486 | // OPEN: Settings > More > Android Beam |
| 487 | // CATEGORY: SETTINGS |
| 488 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 489 | NFC_BEAM = 69; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 490 | |
| 491 | // OPEN: Settings > Tap & pay |
| 492 | // CATEGORY: SETTINGS |
| 493 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 494 | NFC_PAYMENT = 70; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 495 | |
| 496 | // OPEN: Settings > Sound & notification |
| 497 | // CATEGORY: SETTINGS |
| 498 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 499 | NOTIFICATION = 71; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 500 | |
| 501 | // OPEN: Settings > Sound & notification > App notifications > [App] |
| 502 | // CATEGORY: SETTINGS |
| 503 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 504 | NOTIFICATION_APP_NOTIFICATION = 72; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 505 | |
| 506 | // OPEN: Settings > Sound & notification > Other sounds |
| 507 | // CATEGORY: SETTINGS |
| 508 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 509 | NOTIFICATION_OTHER_SOUND = 73; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 510 | |
| 511 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 512 | NOTIFICATION_REDACTION = 74; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 513 | |
| 514 | // OPEN: Settings Widget > Notification log |
| 515 | // CATEGORY: SETTINGS |
| 516 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 517 | NOTIFICATION_STATION = 75; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 518 | |
| 519 | // OPEN: Settings > Sound & notification > Do not disturb |
| 520 | // CATEGORY: SETTINGS |
| 521 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 522 | NOTIFICATION_ZEN_MODE = 76; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 523 | |
| 524 | // OPEN: OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 525 | OWNER_INFO = 77; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 526 | |
| 527 | // OPEN: Print job notification > Print job settings |
| 528 | // CATEGORY: SETTINGS |
| 529 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 530 | PRINT_JOB_SETTINGS = 78; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 531 | |
| 532 | // OPEN: Settings > Printing > [Print Service] |
| 533 | // CATEGORY: SETTINGS |
| 534 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 535 | PRINT_SERVICE_SETTINGS = 79; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 536 | |
| 537 | // OPEN: Settings > Printing |
| 538 | // CATEGORY: SETTINGS |
| 539 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 540 | PRINT_SETTINGS = 80; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 541 | |
| 542 | // OPEN: Settings > Backup & reset |
| 543 | // CATEGORY: SETTINGS |
| 544 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 545 | PRIVACY = 81; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 546 | |
| 547 | //OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 548 | PROXY_SELECTOR = 82; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 549 | |
| 550 | // OPEN: Settings > Backup & reset > Network settings reset |
| 551 | // CATEGORY: SETTINGS |
| 552 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 553 | RESET_NETWORK = 83; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 554 | |
| 555 | // OPEN: Settings > Backup & reset > Network settings reset > Confirm |
| 556 | // CATEGORY: SETTINGS |
| 557 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 558 | RESET_NETWORK_CONFIRM = 84; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 559 | |
| 560 | // OPEN: Settings > Developer Options > Running Services |
| 561 | // CATEGORY: SETTINGS |
| 562 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 563 | RUNNING_SERVICE_DETAILS = 85; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 564 | |
| 565 | // OPEN: Settings > Security > Screen pinning |
| 566 | // CATEGORY: SETTINGS |
| 567 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 568 | SCREEN_PINNING = 86; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 569 | |
| 570 | // OPEN: Settings > Security |
| 571 | // CATEGORY: SETTINGS |
| 572 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 573 | SECURITY = 87; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 574 | |
| 575 | // OPEN: Settings > SIM cards |
| 576 | // CATEGORY: SETTINGS |
| 577 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 578 | SIM = 88; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 579 | |
| 580 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 581 | TESTING = 89; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 582 | |
| 583 | // OPEN: Settings > More > Tethering & portable hotspot |
| 584 | // CATEGORY: SETTINGS |
| 585 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 586 | TETHER = 90; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 587 | |
| 588 | // OPEN: Settings > Security > Trust agents |
| 589 | // CATEGORY: SETTINGS |
| 590 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 591 | TRUST_AGENT = 91; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 592 | |
| 593 | // OPEN: Settings > Security > Trusted credentials |
| 594 | // CATEGORY: SETTINGS |
| 595 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 596 | TRUSTED_CREDENTIALS = 92; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 597 | |
| 598 | // OPEN: Settings > Language & input > TTS output > [Engine] > Settings |
| 599 | // CATEGORY: SETTINGS |
| 600 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 601 | TTS_ENGINE_SETTINGS = 93; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 602 | |
| 603 | // OPEN: Settings > Language & input > Text-to-speech output |
| 604 | // CATEGORY: SETTINGS |
| 605 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 606 | TTS_TEXT_TO_SPEECH = 94; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 607 | |
| 608 | // OPEN: Settings > Security > Apps with usage access |
| 609 | // CATEGORY: SETTINGS |
| 610 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 611 | USAGE_ACCESS = 95; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 612 | |
| 613 | // OPEN: Settings > Users |
| 614 | // CATEGORY: SETTINGS |
| 615 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 616 | USER = 96; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 617 | |
| 618 | // OPEN: Settings > Users > [Restricted profile app & content access] |
| 619 | // CATEGORY: SETTINGS |
| 620 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 621 | USERS_APP_RESTRICTIONS = 97; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 622 | |
| 623 | // OPEN: Settings > Users > [User settings] |
| 624 | // CATEGORY: SETTINGS |
| 625 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 626 | USER_DETAILS = 98; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 627 | |
| 628 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 629 | VOICE_INPUT = 99; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 630 | |
| 631 | // OPEN: Settings > More > VPN |
| 632 | // CATEGORY: SETTINGS |
| 633 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 634 | VPN = 100; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 635 | |
| 636 | // OPEN: Settings > Display > Choose wallpaper from |
| 637 | // CATEGORY: SETTINGS |
| 638 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 639 | WALLPAPER_TYPE = 101; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 640 | |
| 641 | // OPEN: Settings > Display > Cast |
| 642 | // CATEGORY: SETTINGS |
| 643 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 644 | WFD_WIFI_DISPLAY = 102; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 645 | |
| 646 | // OPEN: Settings > Wi-Fi |
| 647 | // CATEGORY: SETTINGS |
| 648 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 649 | WIFI = 103; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 650 | |
| 651 | // OPEN: Settings > Wi-Fi > Advanced Wi-Fi |
| 652 | // CATEGORY: SETTINGS |
| 653 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 654 | WIFI_ADVANCED = 104; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 655 | |
| 656 | // OPEN: Settings > More > Wi-Fi Calling |
| 657 | // CATEGORY: SETTINGS |
| 658 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 659 | WIFI_CALLING = 105; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 660 | |
| 661 | // OPEN: Settings > Wi-Fi > Saved networks |
| 662 | // CATEGORY: SETTINGS |
| 663 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 664 | WIFI_SAVED_ACCESS_POINTS = 106; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 665 | |
| 666 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 667 | WIFI_APITEST = 107; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 668 | |
| 669 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 670 | WIFI_INFO = 108; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 671 | |
| 672 | // OPEN: Settings > Wi-Fi > Advanced Wi-Fi > Wi-Fi Direct |
| 673 | // CATEGORY: SETTINGS |
| 674 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 675 | WIFI_P2P = 109; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 676 | |
| 677 | // OPEN: Settings > More |
| 678 | // CATEGORY: SETTINGS |
| 679 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 680 | WIRELESS = 110; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 681 | |
| 682 | // OPEN: Quick Settings Panel |
| 683 | // CATEGORY: QUICK_SETTINGS |
| 684 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 685 | QS_PANEL = 111; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 686 | |
| 687 | // OPEN: QS Airplane mode tile shown |
| 688 | // ACTION: QS Airplane mode tile tapped |
| 689 | // SUBTYPE: 0 is off, 1 is on |
| 690 | // CATEGORY: QUICK_SETTINGS |
| 691 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 692 | QS_AIRPLANEMODE = 112; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 693 | |
| 694 | // OPEN: QS Bluetooth tile shown |
| 695 | // ACTION: QS Bluetooth tile tapped |
| 696 | // SUBTYPE: 0 is off, 1 is on |
| 697 | // CATEGORY: QUICK_SETTINGS |
| 698 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 699 | QS_BLUETOOTH = 113; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 700 | |
| 701 | // OPEN: QS Cast tile shown |
| 702 | // ACTION: QS Cast tile tapped |
| 703 | // CATEGORY: QUICK_SETTINGS |
| 704 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 705 | QS_CAST = 114; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 706 | |
| 707 | // OPEN: QS Cellular tile shown |
| 708 | // ACTION: QS Cellular tile tapped |
| 709 | // CATEGORY: QUICK_SETTINGS |
| 710 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 711 | QS_CELLULAR = 115; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 712 | |
| 713 | // OPEN: QS Color inversion tile shown |
| 714 | // ACTION: QS Color inversion tile tapped |
| 715 | // SUBTYPE: 0 is off, 1 is on |
| 716 | // CATEGORY: QUICK_SETTINGS |
| 717 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 718 | QS_COLORINVERSION = 116; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 719 | |
| 720 | // OPEN: QS Cellular tile > Cellular detail panel |
| 721 | // CATEGORY: QUICK_SETTINGS |
| 722 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 723 | QS_DATAUSAGEDETAIL = 117; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 724 | |
| 725 | // OPEN: QS Do not disturb tile shown |
| 726 | // ACTION: QS Do not disturb tile tapped |
| 727 | // SUBTYPE: 0 is off, 1 is on |
| 728 | // CATEGORY: QUICK_SETTINGS |
| 729 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 730 | QS_DND = 118; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 731 | |
| 732 | // OPEN: QS Flashlight tile shown |
| 733 | // ACTION: QS Flashlight tile tapped |
| 734 | // SUBTYPE: 0 is off, 1 is on |
| 735 | // CATEGORY: QUICK_SETTINGS |
| 736 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 737 | QS_FLASHLIGHT = 119; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 738 | |
| 739 | // OPEN: QS Hotspot tile shown |
| 740 | // ACTION: QS Hotspot tile tapped |
| 741 | // SUBTYPE: 0 is off, 1 is on |
| 742 | // CATEGORY: QUICK_SETTINGS |
| 743 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 744 | QS_HOTSPOT = 120; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 745 | |
| 746 | // OPEN: QS 3P tile shown |
| 747 | // ACTION: QS 3P tile tapped |
| 748 | // CATEGORY: QUICK_SETTINGS |
| 749 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 750 | QS_INTENT = 121; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 751 | |
| 752 | // OPEN: QS Location tile shown |
| 753 | // ACTION: QS Location tile tapped |
| 754 | // SUBTYPE: 0 is off, 1 is on |
| 755 | // CATEGORY: QUICK_SETTINGS |
| 756 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 757 | QS_LOCATION = 122; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 758 | |
| 759 | // OPEN: QS Rotation tile shown |
| 760 | // ACTION: QS Rotation tile tapped |
| 761 | // SUBTYPE: 0 is off, 1 is on |
| 762 | // CATEGORY: QUICK_SETTINGS |
| 763 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 764 | QS_ROTATIONLOCK = 123; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 765 | |
| 766 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 767 | QS_USERDETAILITE = 124; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 768 | |
| 769 | // OPEN: QS User list panel |
| 770 | // CATEGORY: QUICK_SETTINGS |
| 771 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 772 | QS_USERDETAIL = 125; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 773 | |
| 774 | // OPEN: QS WiFi tile shown |
| 775 | // ACTION: QS WiFi tile tapped |
| 776 | // SUBTYPE: 0 is off, 1 is on |
| 777 | // CATEGORY: QUICK_SETTINGS |
| 778 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 779 | QS_WIFI = 126; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 780 | |
| 781 | // OPEN: Notification Panel (including lockscreen) |
| 782 | // CATEGORY: NOTIFICATION |
| 783 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 784 | NOTIFICATION_PANEL = 127; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 785 | |
| 786 | // OPEN: Notification in panel became visible. |
| 787 | // PACKAGE: App that posted the notification. |
| 788 | // ACTION: Notification is tapped. |
| 789 | // PACKAGE: App that posted the notification |
| 790 | // DETAIL: Notification is expanded by user. |
| 791 | // PACKAGE: App that posted the notification |
| 792 | // DISMISS: Notification is dismissed. |
| 793 | // PACKAGE: App that posted the notification |
| 794 | // SUBTYPE: Dismiss reason from NotificationManagerService.java |
| 795 | // CATEGORY: NOTIFICATION |
| 796 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 797 | NOTIFICATION_ITEM = 128; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 798 | |
| 799 | // ACTION: User tapped notification action |
| 800 | // PACKAGE: App that posted the notification |
| 801 | // SUBTYPE: Index of action on notification |
| 802 | // CATEGORY: NOTIFICATION |
| 803 | // OS: 5.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 804 | NOTIFICATION_ITEM_ACTION = 129; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 805 | |
| 806 | // OPEN: Settings > Apps > Configure apps > App permissions |
| 807 | // CATEGORY: SETTINGS |
| 808 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 809 | APPLICATIONS_ADVANCED = 130; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 810 | |
| 811 | // OPEN: Settings > Location > Scanning |
| 812 | // CATEGORY: SETTINGS |
| 813 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 814 | LOCATION_SCANNING = 131; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 815 | |
| 816 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 817 | MANAGE_APPLICATIONS_ALL = 132; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 818 | |
| 819 | // OPEN: Settings > Sound & notification > App notifications |
| 820 | // CATEGORY: SETTINGS |
| 821 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 822 | MANAGE_APPLICATIONS_NOTIFICATIONS = 133; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 823 | |
| 824 | // ACTION: Settings > Wi-Fi > Overflow > Add Network |
| 825 | // CATEGORY: SETTINGS |
| 826 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 827 | ACTION_WIFI_ADD_NETWORK = 134; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 828 | |
| 829 | // ACTION: Settings > Wi-Fi > [Long press network] > Connect to network |
Stephen Chen | 0d14da3 | 2016-11-03 10:44:32 -0700 | [diff] [blame] | 830 | // SUBTYPE: true if connecting to a saved network, false if not |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 831 | // CATEGORY: SETTINGS |
| 832 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 833 | ACTION_WIFI_CONNECT = 135; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 834 | |
| 835 | // ACTION: Settings > Wi-Fi > Overflow > Refresh |
| 836 | // CATEGORY: SETTINGS |
| 837 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 838 | ACTION_WIFI_FORCE_SCAN = 136; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 839 | |
| 840 | // ACTION: Settings > Wi-Fi > [Long press network] > Forget network |
| 841 | // CATEGORY: SETTINGS |
| 842 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 843 | ACTION_WIFI_FORGET = 137; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 844 | |
| 845 | // ACTION: Settings > Wi-Fi > Toggle off |
Stephen Chen | 0d14da3 | 2016-11-03 10:44:32 -0700 | [diff] [blame] | 846 | // SUBTYPE: true if connected to network before toggle, false if not |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 847 | // CATEGORY: SETTINGS |
| 848 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 849 | ACTION_WIFI_OFF = 138; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 850 | |
| 851 | // ACTION: Settings > Wi-Fi > Toggle on |
| 852 | // CATEGORY: SETTINGS |
| 853 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 854 | ACTION_WIFI_ON = 139; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 855 | |
| 856 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 857 | MANAGE_PERMISSIONS = 140; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 858 | |
| 859 | // OPEN: Settings > Sound & notification > DND > Priority only allows |
| 860 | // CATEGORY: SETTINGS |
| 861 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 862 | NOTIFICATION_ZEN_MODE_PRIORITY = 141; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 863 | |
| 864 | // OPEN: Settings > Sound & notification > DND > Automatic rules |
| 865 | // CATEGORY: SETTINGS |
| 866 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 867 | NOTIFICATION_ZEN_MODE_AUTOMATION = 142; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 868 | |
| 869 | // OPEN: Settings > Apps > Configure apps > App links |
| 870 | // CATEGORY: SETTINGS |
| 871 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 872 | MANAGE_DOMAIN_URLS = 143; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 873 | |
| 874 | // OPEN: Settings > Sound & notification > DND > [Time based rule] |
| 875 | // CATEGORY: SETTINGS |
| 876 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 877 | NOTIFICATION_ZEN_MODE_SCHEDULE_RULE = 144; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 878 | |
| 879 | // OPEN: Settings > Sound & notification > DND > [External rule] |
| 880 | // CATEGORY: SETTINGS |
| 881 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 882 | NOTIFICATION_ZEN_MODE_EXTERNAL_RULE = 145; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 883 | |
| 884 | // OPEN: Settings > Sound & notification > DND > [Event rule] |
| 885 | // CATEGORY: SETTINGS |
| 886 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 887 | NOTIFICATION_ZEN_MODE_EVENT_RULE = 146; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 888 | |
| 889 | // ACTION: App notification settings > Block Notifications |
| 890 | // CATEGORY: SETTINGS |
| 891 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 892 | ACTION_BAN_APP_NOTES = 147; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 893 | |
| 894 | // ACTION: Notification shade > Dismiss all button |
| 895 | // CATEGORY: NOTIFICATION |
| 896 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 897 | ACTION_DISMISS_ALL_NOTES = 148; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 898 | |
| 899 | // OPEN: QS Do Not Disturb detail panel |
| 900 | // CATEGORY: QUICK_SETTINGS |
| 901 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 902 | QS_DND_DETAILS = 149; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 903 | |
| 904 | // OPEN: QS Bluetooth detail panel |
| 905 | // CATEGORY: QUICK_SETTINGS |
| 906 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 907 | QS_BLUETOOTH_DETAILS = 150; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 908 | |
| 909 | // OPEN: QS Cast detail panel |
| 910 | // CATEGORY: QUICK_SETTINGS |
| 911 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 912 | QS_CAST_DETAILS = 151; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 913 | |
| 914 | // OPEN: QS Wi-Fi detail panel |
| 915 | // CATEGORY: QUICK_SETTINGS |
| 916 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 917 | QS_WIFI_DETAILS = 152; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 918 | |
| 919 | // ACTION: QS Wi-Fi detail panel > Wi-Fi toggle |
| 920 | // SUBTYPE: 0 is off, 1 is on |
| 921 | // CATEGORY: QUICK_SETTINGS |
| 922 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 923 | QS_WIFI_TOGGLE = 153; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 924 | |
| 925 | // ACTION: QS Bluetooth detail panel > Bluetooth toggle |
| 926 | // SUBTYPE: 0 is off, 1 is on |
| 927 | // CATEGORY: QUICK_SETTINGS |
| 928 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 929 | QS_BLUETOOTH_TOGGLE = 154; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 930 | |
| 931 | // ACTION: QS Cellular detail panel > Cellular toggle |
| 932 | // SUBTYPE: 0 is off, 1 is on |
| 933 | // CATEGORY: QUICK_SETTINGS |
| 934 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 935 | QS_CELLULAR_TOGGLE = 155; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 936 | |
| 937 | // ACTION: QS User list panel > Select different user |
| 938 | // CATEGORY: QUICK_SETTINGS |
| 939 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 940 | QS_SWITCH_USER = 156; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 941 | |
| 942 | // ACTION: QS Cast detail panel > Select cast device |
| 943 | // CATEGORY: QUICK_SETTINGS |
| 944 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 945 | QS_CAST_SELECT = 157; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 946 | |
| 947 | // ACTION: QS Cast detail panel > Disconnect cast device |
| 948 | // CATEGORY: QUICK_SETTINGS |
| 949 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 950 | QS_CAST_DISCONNECT = 158; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 951 | |
| 952 | // ACTION: Settings > Bluetooth > Toggle |
| 953 | // SUBTYPE: 0 is off, 1 is on |
| 954 | // CATEGORY: SETTINGS |
| 955 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 956 | ACTION_BLUETOOTH_TOGGLE = 159; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 957 | |
| 958 | // ACTION: Settings > Bluetooth > Overflow > Refresh |
| 959 | // CATEGORY: SETTINGS |
| 960 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 961 | ACTION_BLUETOOTH_SCAN = 160; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 962 | |
| 963 | // ACTION: Settings > Bluetooth > Overflow > Rename this device |
| 964 | // CATEGORY: SETTINGS |
| 965 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 966 | ACTION_BLUETOOTH_RENAME = 161; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 967 | |
| 968 | // ACTION: Settings > Bluetooth > Overflow > Show received files |
| 969 | // CATEGORY: SETTINGS |
| 970 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 971 | ACTION_BLUETOOTH_FILES = 162; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 972 | |
| 973 | // ACTION: QS DND details panel > Increase / Decrease exit time |
| 974 | // SUBTYPE: true is increase, false is decrease |
| 975 | // CATEGORY: QUICK_SETTINGS |
| 976 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 977 | QS_DND_TIME = 163; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 978 | |
| 979 | // ACTION: QS DND details panel > [Exit condition] |
| 980 | // CATEGORY: QUICK_SETTINGS |
| 981 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 982 | QS_DND_CONDITION_SELECT = 164; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 983 | |
| 984 | // ACTION: QS DND details panel > [DND mode] |
| 985 | // SUBTYPE: 1 is priority, 2 is silence, 3 is alarms only |
| 986 | // CATEGORY: QUICK_SETTINGS |
| 987 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 988 | QS_DND_ZEN_SELECT = 165; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 989 | |
| 990 | // ACTION: QS DND detail panel > DND toggle |
| 991 | // SUBTYPE: 0 is off, 1 is on |
| 992 | // CATEGORY: QUICK_SETTINGS |
| 993 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 994 | QS_DND_TOGGLE = 166; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 995 | |
| 996 | // ACTION: DND Settings > Priority only allows > Reminder toggle |
| 997 | // SUBTYPE: 0 is off, 1 is on |
| 998 | // CATEGORY: SETTINGS |
| 999 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1000 | ACTION_ZEN_ALLOW_REMINDERS = 167; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1001 | |
| 1002 | // ACTION: DND Settings > Priority only allows > Event toggle |
| 1003 | // SUBTYPE: 0 is off, 1 is on |
| 1004 | // CATEGORY: SETTINGS |
| 1005 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1006 | ACTION_ZEN_ALLOW_EVENTS = 168; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1007 | |
| 1008 | // ACTION: DND Settings > Priority only allows > Messages |
| 1009 | // SUBTYPE: 0 is off, 1 is on |
| 1010 | // CATEGORY: SETTINGS |
| 1011 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1012 | ACTION_ZEN_ALLOW_MESSAGES = 169; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1013 | |
| 1014 | // ACTION: DND Settings > Priority only allows > Calls |
| 1015 | // SUBTYPE: 0 is off, 1 is on |
| 1016 | // CATEGORY: SETTINGS |
| 1017 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1018 | ACTION_ZEN_ALLOW_CALLS = 170; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1019 | |
| 1020 | // ACTION: DND Settings > Priority only allows > Repeat callers toggle |
| 1021 | // SUBTYPE: 0 is off, 1 is on |
| 1022 | // CATEGORY: SETTINGS |
| 1023 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1024 | ACTION_ZEN_ALLOW_REPEAT_CALLS = 171; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1025 | |
| 1026 | // ACTION: DND Settings > Automatic rules > Add rule |
| 1027 | // CATEGORY: SETTINGS |
| 1028 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1029 | ACTION_ZEN_ADD_RULE = 172; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1030 | |
| 1031 | // ACTION: DND Settings > Automatic rules > Add rule > OK |
| 1032 | // CATEGORY: SETTINGS |
| 1033 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1034 | ACTION_ZEN_ADD_RULE_OK = 173; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1035 | |
| 1036 | // ACTION: DND Settings > Automatic rules > [Rule] > Delete rule |
| 1037 | // CATEGORY: SETTINGS |
| 1038 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1039 | ACTION_ZEN_DELETE_RULE = 174; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1040 | |
| 1041 | // ACTION: DND Settings > Automatic rules > [Rule] > Delete rule > Delete |
| 1042 | // CATEGORY: SETTINGS |
| 1043 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1044 | ACTION_ZEN_DELETE_RULE_OK = 175; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1045 | |
| 1046 | // ACTION: DND Settings > Automatic rules > [Rule] > Toggle |
| 1047 | // SUBTYPE: 0 is off, 1 is on |
| 1048 | // CATEGORY: SETTINGS |
| 1049 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1050 | ACTION_ZEN_ENABLE_RULE = 176; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1051 | |
| 1052 | // ACTION: Settings > More > Airplane mode toggle |
| 1053 | // SUBTYPE: 0 is off, 1 is on |
| 1054 | // CATEGORY: SETTINGS |
| 1055 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1056 | ACTION_AIRPLANE_TOGGLE = 177; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1057 | |
| 1058 | // ACTION: Settings > Data usage > Cellular data toggle |
| 1059 | // SUBTYPE: 0 is off, 1 is on |
| 1060 | // CATEGORY: SETTINGS |
| 1061 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1062 | ACTION_CELL_DATA_TOGGLE = 178; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1063 | |
| 1064 | // OPEN: Settings > Sound & notification > Notification access |
| 1065 | // CATEGORY: SETTINGS |
| 1066 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1067 | NOTIFICATION_ACCESS = 179; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1068 | |
| 1069 | // OPEN: Settings > Sound & notification > Do Not Disturb access |
| 1070 | // CATEGORY: SETTINGS |
| 1071 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1072 | NOTIFICATION_ZEN_MODE_ACCESS = 180; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1073 | |
| 1074 | // OPEN: Settings > Apps > Configure apps > Default Apps |
| 1075 | // CATEGORY: SETTINGS |
| 1076 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1077 | APPLICATIONS_DEFAULT_APPS = 181; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1078 | |
| 1079 | // OPEN: Settings > Internal storage > Apps storage |
| 1080 | // CATEGORY: SETTINGS |
| 1081 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1082 | APPLICATIONS_STORAGE_APPS = 182; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1083 | |
| 1084 | // OPEN: Settings > Security > Usage access |
| 1085 | // CATEGORY: SETTINGS |
| 1086 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1087 | APPLICATIONS_USAGE_ACCESS_DETAIL = 183; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1088 | |
| 1089 | // OPEN: Settings > Battery > Battery optimization |
| 1090 | // CATEGORY: SETTINGS |
| 1091 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1092 | APPLICATIONS_HIGH_POWER_APPS = 184; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1093 | |
| 1094 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1095 | FUELGAUGE_HIGH_POWER_DETAILS = 185; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1096 | |
| 1097 | // ACTION: Lockscreen > Unlock gesture |
| 1098 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1099 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1100 | ACTION_LS_UNLOCK = 186; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1101 | |
| 1102 | // ACTION: Lockscreen > Pull shade open |
| 1103 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1104 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1105 | ACTION_LS_SHADE = 187; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1106 | |
| 1107 | // ACTION: Lockscreen > Tap on lock, shows hint |
| 1108 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1109 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1110 | ACTION_LS_HINT = 188; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1111 | |
| 1112 | // ACTION: Lockscreen > Camera |
| 1113 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1114 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1115 | ACTION_LS_CAMERA = 189; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1116 | |
| 1117 | // ACTION: Lockscreen > Dialer |
| 1118 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1119 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1120 | ACTION_LS_DIALER = 190; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1121 | |
| 1122 | // ACTION: Lockscreen > Tap on lock, locks phone |
| 1123 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1124 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1125 | ACTION_LS_LOCK = 191; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1126 | |
| 1127 | // ACTION: Lockscreen > Tap on notification, false touch rejection |
| 1128 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1129 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1130 | ACTION_LS_NOTE = 192; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1131 | |
| 1132 | // ACTION: Lockscreen > Swipe down to open quick settings |
| 1133 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1134 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1135 | ACTION_LS_QS = 193; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1136 | |
| 1137 | // ACTION: Swipe down to open quick settings when unlocked |
| 1138 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1139 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1140 | ACTION_SHADE_QS_PULL = 194; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1141 | |
| 1142 | // ACTION: Notification shade > Tap to open quick settings |
| 1143 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1144 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1145 | ACTION_SHADE_QS_TAP = 195; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1146 | |
| 1147 | // OPEN: Lockscreen |
| 1148 | // SUBTYPE: 0 is unsecure, 1 is secured by password / pattern / PIN |
| 1149 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1150 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1151 | LOCKSCREEN = 196; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1152 | |
| 1153 | // OPEN: Lockscreen > Screen to enter password / pattern / PIN |
| 1154 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1155 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1156 | BOUNCER = 197; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1157 | |
| 1158 | // OPEN: Screen turned on |
| 1159 | // SUBTYPE: 2 is user action |
| 1160 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1161 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1162 | SCREEN = 198; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1163 | |
| 1164 | // OPEN: Notification caused sound, vibration, and/or LED blink |
| 1165 | // SUBTYPE: 1 is buzz, 2 is beep, blink is 4, or'd together |
| 1166 | // CATEGORY: NOTIFICATION |
| 1167 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1168 | NOTIFICATION_ALERT = 199; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1169 | |
| 1170 | // ACTION: Lockscreen > Emergency Call button |
| 1171 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1172 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1173 | ACTION_EMERGENCY_CALL = 200; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1174 | |
| 1175 | // OPEN: Settings > Apps > Configure > Default apps > Assist & voice input |
| 1176 | // CATEGORY: SETTINGS |
| 1177 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1178 | APPLICATIONS_MANAGE_ASSIST = 201; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1179 | |
| 1180 | // OPEN: Settings > Memory |
| 1181 | // CATEGORY: SETTINGS |
| 1182 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1183 | PROCESS_STATS_SUMMARY = 202; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1184 | |
| 1185 | // ACTION: Settings > Display > When device is rotated |
| 1186 | // CATEGORY: SETTINGS |
| 1187 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1188 | ACTION_ROTATION_LOCK = 203; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1189 | |
| 1190 | // ACTION: Long press on notification to view controls |
| 1191 | // CATEGORY: NOTIFICATION |
| 1192 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1193 | ACTION_NOTE_CONTROLS = 204; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1194 | |
| 1195 | // ACTION: Notificatoin controls > Info button |
| 1196 | // CATEGORY: NOTIFICATION |
| 1197 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1198 | ACTION_NOTE_INFO = 205; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1199 | |
| 1200 | // ACTION: Notification controls > Settings button |
| 1201 | // CATEGORY: NOTIFICATION |
| 1202 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1203 | ACTION_APP_NOTE_SETTINGS = 206; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1204 | |
| 1205 | // OPEN: Volume Dialog (with hardware buttons) |
| 1206 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1207 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1208 | VOLUME_DIALOG = 207; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1209 | |
| 1210 | // OPEN: Volume dialog > Expanded volume dialog (multiple sliders) |
| 1211 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1212 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1213 | VOLUME_DIALOG_DETAILS = 208; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1214 | |
| 1215 | // ACTION: Volume dialog > Adjust volume slider |
| 1216 | // SUBTYPE: volume level (0-7) |
| 1217 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1218 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1219 | ACTION_VOLUME_SLIDER = 209; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1220 | |
| 1221 | // ACTION: Volume dialog > Select non-active stream |
| 1222 | // SUBTYPE: stream (defined in AudioSystem.java) |
| 1223 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1224 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1225 | ACTION_VOLUME_STREAM = 210; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1226 | |
| 1227 | // ACTION: Adjust volume with hardware key |
| 1228 | // SUBTYPE: volume level (0-7) |
| 1229 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1230 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1231 | ACTION_VOLUME_KEY = 211; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1232 | |
| 1233 | // ACTION: Volume dialog > Mute a stream by tapping icon |
| 1234 | // SUBTYPE: mute is 1, audible is 2 |
| 1235 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1236 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1237 | ACTION_VOLUME_ICON = 212; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1238 | |
| 1239 | // ACTION: Volume dialog > Change ringer mode by tapping icon |
| 1240 | // SUBTYPE: 2 is audible, 3 is vibrate |
| 1241 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1242 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1243 | ACTION_RINGER_MODE = 213; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1244 | |
| 1245 | // ACTION: Chooser shown (share target, file open, etc.) |
| 1246 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1247 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1248 | ACTION_ACTIVITY_CHOOSER_SHOWN = 214; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1249 | |
| 1250 | // ACTION: Chooser > User taps an app target |
| 1251 | // SUBTYPE: Index of target |
| 1252 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1253 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1254 | ACTION_ACTIVITY_CHOOSER_PICKED_APP_TARGET = 215; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1255 | |
| 1256 | // ACTION: Chooser > User taps a service target |
| 1257 | // SUBTYPE: Index of target |
| 1258 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1259 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1260 | ACTION_ACTIVITY_CHOOSER_PICKED_SERVICE_TARGET = 216; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1261 | |
| 1262 | // ACTION: Chooser > User taps a standard target |
| 1263 | // SUBTYPE: Index of target |
| 1264 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1265 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1266 | ACTION_ACTIVITY_CHOOSER_PICKED_STANDARD_TARGET = 217; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1267 | |
| 1268 | // ACTION: QS Brightness Slider (with auto brightness disabled) |
| 1269 | // SUBTYPE: slider value |
| 1270 | // CATEGORY: QUICK_SETTINGS |
| 1271 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1272 | ACTION_BRIGHTNESS = 218; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1273 | |
| 1274 | // ACTION: QS Brightness Slider (with auto brightness enabled) |
| 1275 | // SUBTYPE: slider value |
| 1276 | // CATEGORY: QUICK_SETTINGS |
| 1277 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1278 | ACTION_BRIGHTNESS_AUTO = 219; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1279 | |
| 1280 | // OPEN: Settings > Display > Brightness Slider |
| 1281 | // CATEGORY: SETTINGS |
| 1282 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1283 | BRIGHTNESS_DIALOG = 220; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1284 | |
Christine Franks | 47175c3 | 2017-03-14 10:21:25 -0700 | [diff] [blame] | 1285 | // OPEN: Settings > Apps > Configure Apps > Display over other apps |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1286 | // CATEGORY: SETTINGS |
| 1287 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1288 | SYSTEM_ALERT_WINDOW_APPS = 221; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1289 | |
| 1290 | // OPEN: Display has entered dream mode |
| 1291 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1292 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1293 | DREAMING = 222; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1294 | |
| 1295 | // OPEN: Display has entered ambient notification mode |
| 1296 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1297 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1298 | DOZING = 223; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1299 | |
| 1300 | // OPEN: Overview |
| 1301 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1302 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1303 | OVERVIEW_ACTIVITY = 224; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1304 | |
| 1305 | // OPEN: Settings > About phone > Legal information |
| 1306 | // CATEGORY: SETTINGS |
| 1307 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1308 | ABOUT_LEGAL_SETTINGS = 225; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1309 | |
| 1310 | // OPEN: Settings > Search > Perform search |
| 1311 | // CATEGORY: SETTINGS |
| 1312 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1313 | ACTION_SEARCH_RESULTS = 226; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1314 | |
| 1315 | // OPEN: Settings > System UI Tuner |
| 1316 | // CATEGORY: SETTINGS |
| 1317 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1318 | TUNER = 227; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1319 | |
| 1320 | // OPEN: Settings > System UI Tuner > Quick Settings |
| 1321 | // CATEGORY: SETTINGS |
| 1322 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1323 | TUNER_QS = 228; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1324 | |
| 1325 | // OPEN: Settings > System UI Tuner > Demo mode |
| 1326 | // CATEGORY: SETTINGS |
| 1327 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1328 | TUNER_DEMO_MODE = 229; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1329 | |
| 1330 | // ACTION: Settings > System UI Tuner > Quick Settings > Move tile |
| 1331 | // PACKAGE: Tile |
| 1332 | // CATEGORY: SETTINGS |
| 1333 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1334 | TUNER_QS_REORDER = 230; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1335 | |
| 1336 | // ACTION: Settings > System UI Tuner > Quick Settings > Add tile |
| 1337 | // PACKAGE: Tile |
| 1338 | // CATEGORY: SETTINGS |
| 1339 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1340 | TUNER_QS_ADD = 231; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1341 | |
| 1342 | // ACTION: Settings > System UI Tuner > Quick Settings > Remove tile |
| 1343 | // PACKAGE: Tile |
| 1344 | // CATEGORY: SETTINGS |
| 1345 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1346 | TUNER_QS_REMOVE = 232; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1347 | |
| 1348 | // ACTION: Settings > System UI Tuner > Status bar > Enable icon |
| 1349 | // PACKAGE: Icon |
| 1350 | // CATEGORY: SETTINGS |
| 1351 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1352 | TUNER_STATUS_BAR_ENABLE = 233; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1353 | |
| 1354 | // ACTION: Settings > System UI Tuner > Status bar > Disable icon |
| 1355 | // PACKAGE: Icon |
| 1356 | // CATEGORY: SETTINGS |
| 1357 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1358 | TUNER_STATUS_BAR_DISABLE = 234; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1359 | |
| 1360 | // ACTION: Settings > System UI Tuner > Demo mode > Enable demo mode |
| 1361 | // SUBTYPE: false is disabled, true is enabled |
| 1362 | // CATEGORY: SETTINGS |
| 1363 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1364 | TUNER_DEMO_MODE_ENABLED = 235; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1365 | |
| 1366 | // ACTION: Settings > System UI Tuner > Demo mode > Show demo mode |
| 1367 | // SUBTYPE: false is disabled, true is enabled |
| 1368 | // CATEGORY: SETTINGS |
| 1369 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1370 | TUNER_DEMO_MODE_ON = 236; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1371 | |
| 1372 | // ACTION: Settings > System UI Tuner > Show embedded battery percentage |
| 1373 | // SUBTYPE: 0 is disabled, 1 is enabled |
| 1374 | // CATEGORY: SETTINGS |
| 1375 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1376 | TUNER_BATTERY_PERCENTAGE = 237; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1377 | |
| 1378 | // OPEN: Settings > Developer options > Inactive apps |
| 1379 | // CATEGORY: SETTINGS |
| 1380 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1381 | FUELGAUGE_INACTIVE_APPS = 238; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1382 | |
| 1383 | // ACTION: Long press home to bring up assistant |
| 1384 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1385 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1386 | ACTION_ASSIST_LONG_PRESS = 239; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1387 | |
| 1388 | // OPEN: Settings > Security > Nexus Imprint > Add Fingerprint |
| 1389 | // CATEGORY: SETTINGS |
| 1390 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1391 | FINGERPRINT_ENROLLING = 240; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1392 | |
| 1393 | // OPEN: Fingerprint Enroll > Find Sensor |
| 1394 | // CATEGORY: SETTINGS |
| 1395 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1396 | FINGERPRINT_FIND_SENSOR = 241; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1397 | |
| 1398 | // OPEN: Fingerprint Enroll > Fingerprint Enrolled! |
| 1399 | // CATEGORY: SETTINGS |
| 1400 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1401 | FINGERPRINT_ENROLL_FINISH = 242; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1402 | |
| 1403 | // OPEN: Fingerprint Enroll introduction |
| 1404 | // CATEGORY: SETTINGS |
| 1405 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1406 | FINGERPRINT_ENROLL_INTRO = 243; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1407 | |
| 1408 | // OPEN: Fingerprint Enroll onboarding |
| 1409 | // CATEGORY: SETTINGS |
| 1410 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1411 | FINGERPRINT_ENROLL_ONBOARD = 244; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1412 | |
| 1413 | // OPEN: Fingerprint Enroll > Let's Start! |
| 1414 | // CATEGORY: SETTINGS |
| 1415 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1416 | FINGERPRINT_ENROLL_SIDECAR = 245; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1417 | |
| 1418 | // OPEN: Fingerprint Enroll SUW > Let's Start! |
| 1419 | // CATEGORY: SETTINGS |
| 1420 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1421 | FINGERPRINT_ENROLLING_SETUP = 246; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1422 | |
| 1423 | // OPEN: Fingerprint Enroll SUW > Find Sensor |
| 1424 | // CATEGORY: SETTINGS |
| 1425 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1426 | FINGERPRINT_FIND_SENSOR_SETUP = 247; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1427 | |
| 1428 | // OPEN: Fingerprint Enroll SUW > Fingerprint Enrolled! |
| 1429 | // CATEGORY: SETTINGS |
| 1430 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1431 | FINGERPRINT_ENROLL_FINISH_SETUP = 248; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1432 | |
| 1433 | // OPEN: Fingerprint Enroll SUW introduction |
| 1434 | // CATEGORY: SETTINGS |
| 1435 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1436 | FINGERPRINT_ENROLL_INTRO_SETUP = 249; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1437 | |
| 1438 | // OPEN: Fingerprint Enroll SUW onboarding |
| 1439 | // CATEGORY: SETTINGS |
| 1440 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1441 | FINGERPRINT_ENROLL_ONBOARD_SETUP = 250; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1442 | |
| 1443 | // ACTION: Add fingerprint > Enroll fingerprint |
| 1444 | // CATEGORY: SETTINGS |
| 1445 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1446 | ACTION_FINGERPRINT_ENROLL = 251; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1447 | |
| 1448 | // ACTION: Authenticate using fingerprint |
| 1449 | // CATEGORY: SETTINGS |
| 1450 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1451 | ACTION_FINGERPRINT_AUTH = 252; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1452 | |
| 1453 | // ACTION: Settings > Security > Nexus Imprint > [Fingerprint] > Delete |
| 1454 | // CATEGORY: SETTINGS |
| 1455 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1456 | ACTION_FINGERPRINT_DELETE = 253; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1457 | |
| 1458 | // ACTION: Settings > Security > Nexus Imprint > [Fingerprint] > Rename |
| 1459 | // CATEGORY: SETTINGS |
| 1460 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1461 | ACTION_FINGERPRINT_RENAME = 254; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1462 | |
| 1463 | // ACTION: Double tap camera shortcut |
| 1464 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1465 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1466 | ACTION_DOUBLE_TAP_POWER_CAMERA_GESTURE = 255; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1467 | |
| 1468 | // ACTION: Double twist camera shortcut |
| 1469 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1470 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1471 | ACTION_WIGGLE_CAMERA_GESTURE = 256; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1472 | |
| 1473 | // OPEN: QS Work Mode tile shown |
| 1474 | // ACTION: QS Work Mode tile tapped |
| 1475 | // SUBTYPE: 0 is off, 1 is on |
| 1476 | // CATEGORY: QUICK_SETTINGS |
| 1477 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1478 | QS_WORKMODE = 257; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1479 | |
| 1480 | // OPEN: Settings > Developer Options > Background Check |
| 1481 | // CATEGORY: SETTINGS |
| 1482 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1483 | BACKGROUND_CHECK_SUMMARY = 258; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1484 | |
| 1485 | // OPEN: QS Lock tile shown |
| 1486 | // ACTION: QS Lock tile tapped |
| 1487 | // SUBTYPE: 0 is off, 1 is on |
| 1488 | // CATEGORY: QUICK_SETTINGS |
| 1489 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1490 | QS_LOCK_TILE = 259; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1491 | |
| 1492 | // OPEN: QS User Tile shown |
| 1493 | // CATEGORY: QUICK_SETTINGS |
| 1494 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1495 | QS_USER_TILE = 260; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1496 | |
| 1497 | // OPEN: QS Battery tile shown |
| 1498 | // CATEGORY: QUICK_SETTINGS |
| 1499 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1500 | QS_BATTERY_TILE = 261; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1501 | |
| 1502 | // OPEN: Settings > Sound > Do not disturb > Visual interruptions |
| 1503 | // CATEGORY: SETTINGS |
| 1504 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1505 | NOTIFICATION_ZEN_MODE_VISUAL_INTERRUPTIONS = 262; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1506 | |
| 1507 | // ACTION: Visual interruptions > No screen interuptions toggle |
| 1508 | // SUBTYPE: 0 is off, 1 is on |
| 1509 | // CATEGORY: SETTINGS |
| 1510 | // OS: N |
Julia Reynolds | d560729 | 2016-02-05 15:25:58 -0500 | [diff] [blame] | 1511 | ACTION_ZEN_ALLOW_WHEN_SCREEN_OFF = 263; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1512 | |
| 1513 | // ACTION: Visual interruptions > No notification light toggle |
| 1514 | // SUBTYPE: 0 is off, 1 is on |
| 1515 | // CATEGORY: SETTINGS |
| 1516 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1517 | ACTION_ZEN_ALLOW_LIGHTS = 264; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1518 | |
Julia Reynolds | 005c8b9 | 2017-08-24 10:35:53 -0400 | [diff] [blame] | 1519 | // OPEN: Settings > Notifications > [App] > Channel Notifications |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1520 | // CATEGORY: SETTINGS |
| 1521 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1522 | NOTIFICATION_TOPIC_NOTIFICATION = 265; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1523 | |
| 1524 | // ACTION: Settings > Apps > Default Apps > Select different SMS app |
| 1525 | // PACKAGE: Selected SMS app |
| 1526 | // CATEGORY: SETTINGS |
| 1527 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1528 | ACTION_DEFAULT_SMS_APP_CHANGED = 266; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1529 | |
| 1530 | // OPEN: QS Color modification tile shown |
| 1531 | // ACTION: QS Color modification tile tapped |
| 1532 | // SUBTYPE: 0 is off, 1 is on |
| 1533 | // CATEGORY: QUICK_SETTINGS |
| 1534 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1535 | QS_COLOR_MATRIX = 267; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1536 | |
| 1537 | // OPEN: QS Custom tile shown |
| 1538 | // ACTION: QS Work Mode tile tapped |
| 1539 | // CATEGORY: QUICK_SETTINGS |
| 1540 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1541 | QS_CUSTOM = 268; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1542 | |
| 1543 | // ACTION: Visual interruptions > Never turn off the screen toggle |
| 1544 | // SUBTYPE: 0 is off, 1 is on |
| 1545 | // CATEGORY: SETTINGS |
| 1546 | // OS: N |
Julia Reynolds | d560729 | 2016-02-05 15:25:58 -0500 | [diff] [blame] | 1547 | ACTION_ZEN_ALLOW_WHEN_SCREEN_ON = 269; |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1548 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1549 | // ACTION: Overview > Long-press task, drag to enter split-screen |
| 1550 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1551 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1552 | ACTION_WINDOW_DOCK_DRAG_DROP = 270; |
| 1553 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1554 | // ACTION: In App > Long-press Overview button to enter split-screen |
| 1555 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1556 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1557 | ACTION_WINDOW_DOCK_LONGPRESS = 271; |
| 1558 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1559 | // ACTION: In App > Swipe Overview button to enter split-screen |
| 1560 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1561 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1562 | ACTION_WINDOW_DOCK_SWIPE = 272; |
| 1563 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1564 | // ACTION: Launch profile-specific app > Confirm credentials |
| 1565 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1566 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1567 | PROFILE_CHALLENGE = 273; |
| 1568 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1569 | // OPEN: QS Battery detail panel |
| 1570 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1571 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1572 | QS_BATTERY_DETAIL = 274; |
| 1573 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1574 | // OPEN: Overview > History |
| 1575 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1576 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1577 | OVERVIEW_HISTORY = 275; |
| 1578 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1579 | // ACTION: Overview > Page by tapping Overview button |
| 1580 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1581 | // OS: N |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1582 | ACTION_OVERVIEW_PAGE = 276; |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1583 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1584 | // ACTION: Overview > Select app |
| 1585 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1586 | // OS: N |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1587 | ACTION_OVERVIEW_SELECT = 277; |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1588 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1589 | // ACTION: View emergency info |
| 1590 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1591 | // OS: N |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1592 | ACTION_VIEW_EMERGENCY_INFO = 278; |
| 1593 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1594 | // ACTION: Edit emergency info activity |
| 1595 | // CATEGORY: SETTINGS |
| 1596 | // OS: N |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1597 | ACTION_EDIT_EMERGENCY_INFO = 279; |
| 1598 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1599 | // ACTION: Edit emergency info field |
| 1600 | // CATEGORY: SETTINGS |
| 1601 | // OS: N |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1602 | ACTION_EDIT_EMERGENCY_INFO_FIELD = 280; |
| 1603 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1604 | // ACTION: Add emergency contact |
| 1605 | // CATEGORY: SETTINGS |
| 1606 | // OS: N |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1607 | ACTION_ADD_EMERGENCY_CONTACT = 281; |
| 1608 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1609 | // ACTION: Delete emergency contact |
| 1610 | // CATEGORY: SETTINGS |
| 1611 | // OS: N |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1612 | ACTION_DELETE_EMERGENCY_CONTACT = 282; |
| 1613 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1614 | // ACTION: Call emergency contact |
| 1615 | // CATEGORY: SETTINGS |
| 1616 | // OS: N |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1617 | ACTION_CALL_EMERGENCY_CONTACT = 283; |
Jason Monk | 9a4ce13 | 2016-01-21 15:27:17 -0500 | [diff] [blame] | 1618 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1619 | // OPEN: QS Data Saver tile shown |
| 1620 | // ACTION: QS Data Saver tile tapped |
| 1621 | // CATEGORY: QUICK_SETTINGS |
Jason Monk | 9a4ce13 | 2016-01-21 15:27:17 -0500 | [diff] [blame] | 1622 | QS_DATA_SAVER = 284; |
Jorim Jaggi | dd50c3f | 2016-02-04 14:55:07 -0800 | [diff] [blame] | 1623 | |
Robin Lee | 8c1306e | 2016-02-01 11:37:02 +0000 | [diff] [blame] | 1624 | // OPEN: Settings > Security > User credentials |
| 1625 | // CATEGORY: Settings |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1626 | // OS: N |
Robin Lee | 8c1306e | 2016-02-01 11:37:02 +0000 | [diff] [blame] | 1627 | USER_CREDENTIALS = 285; |
Jorim Jaggi | ea4a19f | 2016-02-03 21:31:27 -0800 | [diff] [blame] | 1628 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1629 | // ACTION: In App (splitscreen) > Long-press Overview to exit split-screen |
| 1630 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1631 | // OS: N |
Jorim Jaggi | dd50c3f | 2016-02-04 14:55:07 -0800 | [diff] [blame] | 1632 | ACTION_WINDOW_UNDOCK_LONGPRESS = 286; |
Winson | 4232952 | 2016-02-05 10:39:46 -0800 | [diff] [blame] | 1633 | |
| 1634 | // Logged when the user scrolls through overview manually |
| 1635 | OVERVIEW_SCROLL = 287; |
| 1636 | |
| 1637 | // Logged when the overview times out automatically selecting an app |
| 1638 | OVERVIEW_SELECT_TIMEOUT = 288; |
| 1639 | |
| 1640 | // Logged when a user dismisses a task in overview |
| 1641 | OVERVIEW_DISMISS = 289; |
Julia Reynolds | b1a235f | 2016-02-09 12:57:02 -0500 | [diff] [blame] | 1642 | |
| 1643 | // Logged when the user modifying the notification importance slider. |
| 1644 | ACTION_MODIFY_IMPORTANCE_SLIDER = 290; |
| 1645 | |
| 1646 | // Logged when the user saves a modification to notification importance. Negative numbers |
| 1647 | // indicate the user lowered the importance; positive means they increased it. |
| 1648 | ACTION_SAVE_IMPORTANCE = 291; |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1649 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1650 | // ACTION: Long-press power button, then tap "Take bug report" option. |
| 1651 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1652 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1653 | ACTION_BUGREPORT_FROM_POWER_MENU_INTERACTIVE = 292; |
| 1654 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1655 | // ACTION: Long-press power button, then long-press "Take bug report" option. |
| 1656 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1657 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1658 | ACTION_BUGREPORT_FROM_POWER_MENU_FULL = 293; |
| 1659 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1660 | // ACTION: Settings -> Developer Options -> Take bug report -> Interactive report |
| 1661 | // CATEGORY: SETTINGS |
| 1662 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1663 | // Interactive bug report initiated from Settings. |
| 1664 | ACTION_BUGREPORT_FROM_SETTINGS_INTERACTIVE = 294; |
| 1665 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1666 | // ACTION: Settings -> Developer Options -> Take bug report -> Full report |
| 1667 | // CATEGORY: SETTINGS |
| 1668 | // OS: N |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1669 | // Interactive bug report initiated from Settings. |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1670 | ACTION_BUGREPORT_FROM_SETTINGS_FULL = 295; |
| 1671 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1672 | // ACTION: User tapped notification action to cancel a bug report |
| 1673 | // CATEGORY: NOTIFICATION |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1674 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1675 | ACTION_BUGREPORT_NOTIFICATION_ACTION_CANCEL = 296; |
| 1676 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1677 | // ACTION: User tapped notification action to launch bug report details screen |
| 1678 | // CATEGORY: NOTIFICATION |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1679 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1680 | ACTION_BUGREPORT_NOTIFICATION_ACTION_DETAILS = 297; |
| 1681 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1682 | // ACTION: User tapped notification action to take adition screenshot on bug report |
| 1683 | // CATEGORY: NOTIFICATION |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1684 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1685 | ACTION_BUGREPORT_NOTIFICATION_ACTION_SCREENSHOT = 298; |
| 1686 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1687 | // ACTION: User tapped notification to share bug report |
| 1688 | // CATEGORY: NOTIFICATION |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1689 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1690 | ACTION_BUGREPORT_NOTIFICATION_ACTION_SHARE = 299; |
| 1691 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1692 | // ACTION: User changed bug report name using the details screen |
| 1693 | // CATEGORY: GLOBAL_SYSTEM_UI |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1694 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1695 | ACTION_BUGREPORT_DETAILS_NAME_CHANGED = 300; |
| 1696 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1697 | // ACTION: User changed bug report title using the details screen |
| 1698 | // CATEGORY: GLOBAL_SYSTEM_UI |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1699 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1700 | ACTION_BUGREPORT_DETAILS_TITLE_CHANGED = 301; |
| 1701 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1702 | // ACTION: User changed bug report description using the details screen |
| 1703 | // CATEGORY: GLOBAL_SYSTEM_UI |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1704 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1705 | ACTION_BUGREPORT_DETAILS_DESCRIPTION_CHANGED = 302; |
| 1706 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1707 | // ACTION: User tapped Save in the bug report details screen. |
| 1708 | // CATEGORY: GLOBAL_SYSTEM_UI |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1709 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1710 | ACTION_BUGREPORT_DETAILS_SAVED = 303; |
| 1711 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1712 | // ACTION: User tapped Cancel in the bug report details screen. |
| 1713 | // CATEGORY: GLOBAL_SYSTEM_UI |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1714 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1715 | ACTION_BUGREPORT_DETAILS_CANCELED = 304; |
Jason Monk | 5732df4 | 2016-02-24 16:24:55 -0500 | [diff] [blame] | 1716 | |
| 1717 | // Tuner: Open/close calibrate dialog. |
| 1718 | TUNER_CALIBRATE_DISPLAY = 305; |
| 1719 | |
| 1720 | // Tuner: Open/close color and appearance. |
| 1721 | TUNER_COLOR_AND_APPEARANCE = 306; |
| 1722 | |
| 1723 | // Tuner: Apply calibrate dialog. |
| 1724 | ACTION_TUNER_CALIBRATE_DISPLAY_CHANGED = 307; |
| 1725 | |
| 1726 | // Tuner: Open/close night mode. |
| 1727 | TUNER_NIGHT_MODE = 308; |
| 1728 | |
| 1729 | // Tuner: Change night mode. |
| 1730 | ACTION_TUNER_NIGHT_MODE = 309; |
| 1731 | |
| 1732 | // Tuner: Change night mode auto. |
| 1733 | ACTION_TUNER_NIGHT_MODE_AUTO = 310; |
| 1734 | |
| 1735 | // Tuner: Change night mode adjust dark theme. |
| 1736 | ACTION_TUNER_NIGHT_MODE_ADJUST_DARK_THEME = 311; |
| 1737 | |
| 1738 | // Tuner: Change night mode adjust tint. |
| 1739 | ACTION_TUNER_NIGHT_MODE_ADJUST_TINT = 312; |
| 1740 | |
| 1741 | // Tuner: Change night mode adjust brightness. |
| 1742 | ACTION_TUNER_NIGHT_MODE_ADJUST_BRIGHTNESS = 313; |
| 1743 | |
| 1744 | // Tuner: Change do not disturb in volume panel. |
| 1745 | ACTION_TUNER_DO_NOT_DISTURB_VOLUME_PANEL = 314; |
| 1746 | |
| 1747 | // Tuner: Change do not disturb volume buttons shortcut. |
| 1748 | ACTION_TUNER_DO_NOT_DISTURB_VOLUME_SHORTCUT = 315; |
Adrian Roos | 9046222 | 2016-02-17 15:45:09 -0800 | [diff] [blame] | 1749 | |
| 1750 | // Logs the action the user takes when an app crashed. |
| 1751 | ACTION_APP_CRASH = 316; |
| 1752 | |
| 1753 | // Logs the action the user takes when an app ANR'd. |
| 1754 | ACTION_APP_ANR = 317; |
Winson | d934290 | 2016-02-25 10:18:33 -0800 | [diff] [blame] | 1755 | |
| 1756 | // Logged when a user double taps the overview button to launch the previous task |
| 1757 | OVERVIEW_LAUNCH_PREVIOUS_TASK = 318; |
Jorim Jaggi | 275561a | 2016-02-23 10:11:02 -0500 | [diff] [blame] | 1758 | |
| 1759 | // Logged when we execute an app transition. This indicates the total delay from startActivity |
| 1760 | // until the app transition is starting to animate, in milliseconds. |
| 1761 | APP_TRANSITION_DELAY_MS = 319; |
| 1762 | |
| 1763 | // Logged when we execute an app transition. This indicates the reason why the transition |
| 1764 | // started. Must be one of ActivityManagerInternal.APP_TRANSITION_* reasons. |
| 1765 | APP_TRANSITION_REASON = 320; |
| 1766 | |
| 1767 | // Logged when we execute an app transition and we drew a starting window. This indicates the |
| 1768 | // delay from startActivity until the starting window was drawn. |
| 1769 | APP_TRANSITION_STARTING_WINDOW_DELAY_MS = 321; |
| 1770 | |
| 1771 | // Logged when we execute an app transition and all windows of the app got drawn. This indicates |
| 1772 | // the delay from startActivity until all windows have been drawn. |
| 1773 | APP_TRANSITION_WINDOWS_DRAWN_DELAY_MS = 322; |
| 1774 | |
| 1775 | // Logged when we execute an app transition. This indicates the component name of the current |
| 1776 | // transition. |
| 1777 | APP_TRANSITION_COMPONENT_NAME = 323; |
| 1778 | |
| 1779 | // Logged when we execute an app transition. This indicates whether the process was already |
| 1780 | // running. |
| 1781 | APP_TRANSITION_PROCESS_RUNNING = 324; |
| 1782 | |
| 1783 | // Logged when we execute an app transition. This indicates the device uptime in seconds when |
| 1784 | // the transition was executed. |
| 1785 | APP_TRANSITION_DEVICE_UPTIME_SECONDS = 325; |
Felipe Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1786 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1787 | // ACTION: app requested access to a scoped directory, user granted it. |
| 1788 | // SUBTYPE: directory's index on Environment.STANDARD_DIRECTORIES |
| 1789 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1790 | // OS: N |
Felipe Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1791 | ACTION_SCOPED_DIRECTORY_ACCESS_GRANTED_BY_FOLDER = 326; |
| 1792 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1793 | // ACTION: app requested access to a scoped directory, user denied it. |
| 1794 | // SUBTYPE: directory's index on Environment.STANDARD_DIRECTORIES |
| 1795 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1796 | // OS: N |
Felipe Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1797 | ACTION_SCOPED_DIRECTORY_ACCESS_DENIED_BY_FOLDER = 327; |
| 1798 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1799 | // ACTION: app requested access to a scoped directory, user granted it. |
| 1800 | // PACKAGE: app that requested access |
| 1801 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1802 | // OS: N |
Felipe Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1803 | ACTION_SCOPED_DIRECTORY_ACCESS_GRANTED_BY_PACKAGE = 328; |
| 1804 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1805 | // ACTION: app requested access to a scoped directory, user denied it. |
| 1806 | // PACKAGE: app that requested access. |
| 1807 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1808 | // OS: N |
Felipe Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1809 | ACTION_SCOPED_DIRECTORY_ACCESS_DENIED_BY_PACKAGE = 329; |
| 1810 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1811 | // ACTION: app requested access to a directory user has already been granted |
| 1812 | // access before. |
| 1813 | // SUBTYPE: directory's index on Environment.STANDARD_DIRECTORIES. |
| 1814 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1815 | // OS: N |
Felipe Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1816 | ACTION_SCOPED_DIRECTORY_ACCESS_ALREADY_GRANTED_BY_FOLDER = 330; |
| 1817 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1818 | // ACTION: app requested access to a directory user has already been granted |
| 1819 | // access before. |
| 1820 | // PACKAGE: app that requested access. |
| 1821 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1822 | // OS: N |
Felipe Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1823 | ACTION_SCOPED_DIRECTORY_ACCESS_ALREADY_GRANTED_BY_PACKAGE = 331; |
Adrian Roos | 159ef7b | 2016-02-25 11:58:32 -0800 | [diff] [blame] | 1824 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1825 | // ACTION: Logged when the user slides a notification and reveals the gear |
| 1826 | // beneath it. |
| 1827 | // CATEGORY: NOTIFICATION |
| 1828 | // OS: N |
Mady Mellor | a41587b | 2016-02-11 18:43:06 -0800 | [diff] [blame] | 1829 | ACTION_REVEAL_GEAR = 332; |
| 1830 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1831 | // ACTION: Logged when the user taps on the gear beneath a notification. |
| 1832 | // CATEGORY: NOTIFICATION |
| 1833 | // OS: N |
Mady Mellor | a41587b | 2016-02-11 18:43:06 -0800 | [diff] [blame] | 1834 | ACTION_TOUCH_GEAR = 333; |
| 1835 | |
Ruben Brunk | e24b9a6 | 2016-02-16 21:38:24 -0800 | [diff] [blame] | 1836 | // Logs that the user has edited the enabled VR listeners. |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1837 | // CATEGORY: SETTINGS |
| 1838 | // OS: N |
Ruben Brunk | e24b9a6 | 2016-02-16 21:38:24 -0800 | [diff] [blame] | 1839 | VR_MANAGE_LISTENERS = 334; |
| 1840 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1841 | // Settings -> Accessibility -> Click after pointer stops moving |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1842 | // CATEGORY: SETTINGS |
| 1843 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1844 | ACCESSIBILITY_TOGGLE_AUTOCLICK = 335; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1845 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1846 | // Settings -> Sound |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1847 | // CATEGORY: SETTINGS |
| 1848 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1849 | SOUND = 336; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1850 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1851 | // Settings -> Notifications -> Gear |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1852 | // CATEGORY: SETTINGS |
| 1853 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1854 | CONFIGURE_NOTIFICATION = 337; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1855 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1856 | // Settings -> Wi-Fi -> Gear |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1857 | // CATEGORY: SETTINGS |
| 1858 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1859 | CONFIGURE_WIFI = 338; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1860 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1861 | // Settings -> Display -> Display size |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1862 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1863 | DISPLAY_SCREEN_ZOOM = 339; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1864 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1865 | // Settings -> Display -> Font size |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1866 | // CATEGORY: SETTINGS |
| 1867 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1868 | ACCESSIBILITY_FONT_SIZE = 340; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1869 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1870 | // Settings -> Data usage -> Cellular/Wi-Fi data usage |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1871 | // CATEGORY: SETTINGS |
| 1872 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1873 | DATA_USAGE_LIST = 341; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1874 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1875 | // Settings -> Data usage -> Billing cycle or DATA_USAGE_LIST -> Gear |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1876 | // CATEGORY: SETTINGS |
| 1877 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1878 | BILLING_CYCLE = 342; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1879 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1880 | // DATA_USAGE_LIST -> Any item or App info -> Data usage |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1881 | // CATEGORY: SETTINGS |
| 1882 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1883 | APP_DATA_USAGE = 343; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1884 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1885 | // Settings -> Language & input -> Language |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1886 | // CATEGORY: SETTINGS |
| 1887 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1888 | USER_LOCALE_LIST = 344; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1889 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1890 | // Settings -> Language & input -> Virtual keyboard |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1891 | // CATEGORY: SETTINGS |
| 1892 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1893 | VIRTUAL_KEYBOARDS = 345; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1894 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1895 | // Settings -> Language & input -> Physical keyboard |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1896 | // CATEGORY: SETTINGS |
| 1897 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1898 | PHYSICAL_KEYBOARDS = 346; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1899 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1900 | // Settings -> Language & input -> Virtual keyboard -> Add a virtual keyboard |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1901 | // CATEGORY: SETTINGS |
| 1902 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1903 | ENABLE_VIRTUAL_KEYBOARDS = 347; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1904 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1905 | // Settings -> Data usage -> Data Saver |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1906 | // CATEGORY: SETTINGS |
| 1907 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1908 | DATA_SAVER_SUMMARY = 348; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1909 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1910 | // Settings -> Data usage -> Data Saver -> Unrestricted data access |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1911 | // CATEGORY: SETTINGS |
| 1912 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1913 | DATA_USAGE_UNRESTRICTED_ACCESS = 349; |
| 1914 | |
| 1915 | // Used for generic logging of Settings Preference Persistence, should not be used |
| 1916 | // outside SharedPreferencesLogger. |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1917 | // CATEGORY: SETTINGS |
| 1918 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1919 | ACTION_GENERIC_PACKAGE = 350; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1920 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1921 | // Settings -> Apps -> Gear -> Special access |
| 1922 | SPECIAL_ACCESS = 351; |
| 1923 | |
Muyuan Li | a212999 | 2016-03-03 18:30:39 -0800 | [diff] [blame] | 1924 | // Logs that the user docks window via shortcut key. |
| 1925 | WINDOW_DOCK_SHORTCUTS = 352; |
| 1926 | |
Felipe Leme | adccb99 | 2016-03-09 17:40:49 -0800 | [diff] [blame] | 1927 | // User already denied access to the request folder; action takes an integer |
| 1928 | // representing the folder's index on Environment.STANDARD_DIRECTORIES |
Felipe Leme | db892b8 | 2016-03-17 18:56:20 -0700 | [diff] [blame] | 1929 | // (or -2 for root access, or -1 or unknown directory). |
Felipe Leme | adccb99 | 2016-03-09 17:40:49 -0800 | [diff] [blame] | 1930 | ACTION_SCOPED_DIRECTORY_ACCESS_ALREADY_DENIED_BY_FOLDER = 353; |
| 1931 | |
| 1932 | // User already denied access to the request folder; action pass package name |
| 1933 | // of calling package. |
| 1934 | ACTION_SCOPED_DIRECTORY_ACCESS_ALREADY_DENIED_BY_PACKAGE = 354; |
| 1935 | |
| 1936 | // User denied access to the request folder and checked 'Do not ask again'; |
| 1937 | // action takes an integer representing the folder's index on Environment.STANDARD_DIRECTORIES |
Felipe Leme | db892b8 | 2016-03-17 18:56:20 -0700 | [diff] [blame] | 1938 | // (or -2 for root access, or -1 or unknown directory). |
Felipe Leme | adccb99 | 2016-03-09 17:40:49 -0800 | [diff] [blame] | 1939 | ACTION_SCOPED_DIRECTORY_ACCESS_DENIED_AND_PERSIST_BY_FOLDER = 355; |
| 1940 | |
| 1941 | // User denied access to the request folder and checked 'Do not ask again'; |
| 1942 | // action pass package name of calling package. |
| 1943 | ACTION_SCOPED_DIRECTORY_ACCESS_DENIED_AND_PERSIST_BY_PACKAGE = 356; |
| 1944 | |
Winson | 3b6ba1a | 2016-03-22 15:37:54 -0700 | [diff] [blame] | 1945 | // Logged when a user dismisses all task in overview |
| 1946 | OVERVIEW_DISMISS_ALL = 357; |
| 1947 | |
Jason Monk | 96defbe | 2016-03-29 16:51:03 -0400 | [diff] [blame] | 1948 | // Quick Settings -> Edit |
| 1949 | QS_EDIT = 358; |
| 1950 | |
| 1951 | // Quick Settings -> Edit -> Overflow -> Reset |
| 1952 | ACTION_QS_EDIT_RESET = 359; |
| 1953 | |
| 1954 | // QS -> Edit - Drag a tile out of the active tiles. |
| 1955 | // The _SPEC contains either the spec of the tile or |
| 1956 | // the package of the 3rd party app in the PKG field. |
| 1957 | ACTION_QS_EDIT_REMOVE_SPEC = 360; |
| 1958 | ACTION_QS_EDIT_REMOVE = 361; |
| 1959 | |
| 1960 | // QS -> Edit - Drag a tile into the active tiles. |
| 1961 | // The _SPEC contains either the spec of the tile or |
| 1962 | // the package of the 3rd party app in the PKG field. |
| 1963 | ACTION_QS_EDIT_ADD_SPEC = 362; |
| 1964 | ACTION_QS_EDIT_ADD = 363; |
| 1965 | |
| 1966 | // QS -> Edit - Drag a tile within the active tiles. |
| 1967 | // The _SPEC contains either the spec of the tile or |
| 1968 | // the package of the 3rd party app in the PKG field. |
| 1969 | ACTION_QS_EDIT_MOVE_SPEC = 364; |
| 1970 | ACTION_QS_EDIT_MOVE = 365; |
| 1971 | |
| 1972 | // Long-press on a QS tile. Tile spec in package field. |
| 1973 | ACTION_QS_LONG_PRESS = 366; |
| 1974 | |
Anna Galusza | dad131f | 2016-03-22 13:49:02 -0700 | [diff] [blame] | 1975 | // OPEN: SUW Welcome Screen -> Vision Settings |
| 1976 | // CATEGORY: SETTINGS |
| 1977 | // OS: N |
| 1978 | SUW_ACCESSIBILITY = 367; |
| 1979 | |
Casey Burkhardt | f4e9803 | 2017-03-22 22:52:24 -0700 | [diff] [blame] | 1980 | // OPEN: SUW Welcome Screen -> Vision Settings -> Magnification gestures (Renamed in O) |
| 1981 | // OPEN: SUW Welcome Screen -> Vision Settings -> Magnification -> Magnify with triple-tap |
| 1982 | // OPEN: SUW Welcome Screen -> Vision Settings -> Magnification -> Magnify with button |
Anna Galusza | dad131f | 2016-03-22 13:49:02 -0700 | [diff] [blame] | 1983 | // ACTION: New magnification gesture configuration is chosen |
| 1984 | // SUBTYPE: 0 is off, 1 is on |
| 1985 | // CATEGORY: SETTINGS |
| 1986 | // OS: N |
| 1987 | SUW_ACCESSIBILITY_TOGGLE_SCREEN_MAGNIFICATION = 368; |
| 1988 | |
| 1989 | // OPEN: SUW Welcome Screen -> Vision Settings -> Font size |
| 1990 | // ACTION: New font size is chosen |
| 1991 | // SUBTYPE: 0 is small, 1 is default, 2 is large, 3 is largest |
| 1992 | // CATEGORY: SETTINGS |
| 1993 | // OS: N |
| 1994 | SUW_ACCESSIBILITY_FONT_SIZE = 369; |
| 1995 | |
| 1996 | // OPEN: SUW Welcome Screen -> Vision Settings -> Display size |
| 1997 | // ACTION: New display size is chosen |
| 1998 | // SUBTYPE: 0 is small, 1 is default, 2 is large, 3 is larger, 4 is largest |
| 1999 | // CATEGORY: SETTINGS |
| 2000 | // OS: N |
| 2001 | SUW_ACCESSIBILITY_DISPLAY_SIZE = 370; |
| 2002 | |
| 2003 | // OPEN: SUW Welcome Screen -> Vision Settings -> TalkBack |
| 2004 | // ACTION: New screen reader configuration is chosen |
| 2005 | // SUBTYPE: 0 is off, 1 is on |
| 2006 | // CATEGORY: SETTINGS |
| 2007 | // OS: N |
| 2008 | SUW_ACCESSIBILITY_TOGGLE_SCREEN_READER = 371; |
| 2009 | |
Jason Monk | c362039 | 2016-03-30 15:46:03 -0400 | [diff] [blame] | 2010 | // ------- Begin N Settings conditionals ----- |
| 2011 | // Conditionals are the green bars at the top of the settings dashboard |
| 2012 | // All conditionals will have visible/hide events onResume/onPause |
| 2013 | // but they will also be used as extra ints in the |
| 2014 | // dismiss/expand/collapse/click/button events |
| 2015 | |
| 2016 | // swipe away conditional |
| 2017 | ACTION_SETTINGS_CONDITION_DISMISS = 372; |
| 2018 | |
| 2019 | // click on collapsed conditional or clicks expand button |
| 2020 | ACTION_SETTINGS_CONDITION_EXPAND = 373; |
| 2021 | |
| 2022 | // click collapse button on expanded conditional |
| 2023 | ACTION_SETTINGS_CONDITION_COLLAPSE = 374; |
| 2024 | |
| 2025 | // click main area of expanded conditional |
| 2026 | ACTION_SETTINGS_CONDITION_CLICK = 375; |
| 2027 | |
| 2028 | // click a direct button on expanded conditional |
| 2029 | ACTION_SETTINGS_CONDITION_BUTTON = 376; |
| 2030 | |
| 2031 | // Airplane mode on |
| 2032 | SETTINGS_CONDITION_AIRPLANE_MODE = 377; |
| 2033 | // AKA Data saver on |
| 2034 | SETTINGS_CONDITION_BACKGROUND_DATA = 378; |
| 2035 | // Battery saver on |
| 2036 | SETTINGS_CONDITION_BATTERY_SAVER = 379; |
| 2037 | // Cellular data off |
| 2038 | SETTINGS_CONDITION_CELLULAR_DATA = 380; |
| 2039 | // Do not disturb on |
| 2040 | SETTINGS_CONDITION_DND = 381; |
| 2041 | // Hotspot on |
| 2042 | SETTINGS_CONDITION_HOTSPOT = 382; |
| 2043 | // Work profile off |
| 2044 | SETTINGS_CONDITION_WORK_MODE = 383; |
| 2045 | |
Jason Monk | 1b5d87b | 2016-03-30 16:03:15 -0400 | [diff] [blame] | 2046 | // ------- Begin N Settings suggestions ----- |
| 2047 | // Since suggestions come from system apps, suggestions will |
| 2048 | // have generic constants and the package providing the suggestion |
| 2049 | // will be put in the package field. For suggestions in the Settings |
| 2050 | // package, the class name will be filled in instead (since settings |
| 2051 | // provides several suggetions). |
| 2052 | |
| 2053 | // Settings shown/hidden on main settings dashboard. |
| 2054 | // These are actually visibility events, but visible/hidden doesn't |
| 2055 | // take a package, so these are being logged as actions. |
Jason Monk | d9b7909 | 2016-03-31 10:00:09 -0400 | [diff] [blame] | 2056 | ACTION_SHOW_SETTINGS_SUGGESTION = 384; |
| 2057 | ACTION_HIDE_SETTINGS_SUGGESTION = 385; |
Jason Monk | 1b5d87b | 2016-03-30 16:03:15 -0400 | [diff] [blame] | 2058 | |
| 2059 | // Click on a suggestion. |
Jason Monk | d9b7909 | 2016-03-31 10:00:09 -0400 | [diff] [blame] | 2060 | ACTION_SETTINGS_SUGGESTION = 386; |
Jason Monk | 1b5d87b | 2016-03-30 16:03:15 -0400 | [diff] [blame] | 2061 | |
| 2062 | // Suggestion -> Overflow -> Remove. |
Jason Monk | d9b7909 | 2016-03-31 10:00:09 -0400 | [diff] [blame] | 2063 | ACTION_SETTINGS_DISMISS_SUGGESTION = 387; |
Jason Monk | 1b5d87b | 2016-03-30 16:03:15 -0400 | [diff] [blame] | 2064 | |
Jason Monk | 397df68 | 2016-03-28 15:48:34 -0400 | [diff] [blame] | 2065 | // Settings > Apps > Gear > Special Access > Premium SMS access |
| 2066 | PREMIUM_SMS_ACCESS = 388; |
| 2067 | |
Jorim Jaggi | 29379ec | 2016-04-11 23:43:42 -0700 | [diff] [blame] | 2068 | // Logged when the user resizes the docked stack. Arguments: |
| 2069 | // 0: Split 50:50 |
| 2070 | // 1: Docked smaller |
| 2071 | // 2: Docked larger |
| 2072 | ACTION_WINDOW_DOCK_RESIZE = 389; |
| 2073 | |
| 2074 | // User exits split-screen by dragging the divider to the side of the screen. Arguments |
| 2075 | // 0: Docked gets maximized |
| 2076 | // 1: Fullscreen gets maximized |
| 2077 | ACTION_WINDOW_UNDOCK_MAX = 390; |
| 2078 | |
| 2079 | // User tried to dock an unresizable app. |
| 2080 | ACTION_WINDOW_DOCK_UNRESIZABLE = 391; |
| 2081 | |
Julia Reynolds | 4d920ff | 2016-04-06 20:31:05 -0400 | [diff] [blame] | 2082 | // System UI Tuner > Other > Power notification controls |
| 2083 | TUNER_POWER_NOTIFICATION_CONTROLS = 392; |
| 2084 | |
| 2085 | // System UI Tuner > Other > Power notification controls > Toggle on/off |
| 2086 | ACTION_TUNER_POWER_NOTIFICATION_CONTROLS = 393; |
| 2087 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2088 | // Action: user enable / disabled data saver using Settings |
| 2089 | // OPEN: Settings -> Data Usage -> Data saver -> On/off toggle |
| 2090 | // VALUE: 1 for enabled, 0 for disabled |
| 2091 | // CATEGORY: SETTINGS |
| 2092 | // OS: N |
Felipe Leme | 3ff5764 | 2016-04-14 14:26:56 -0700 | [diff] [blame] | 2093 | ACTION_DATA_SAVER_MODE = 394; |
| 2094 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2095 | // User whitelisted an app for Data Saver mode; action pass package name of app |
| 2096 | // Action: user enable / disabled data saver using Settings |
| 2097 | // OPEN: Settings -> Data Usage -> Data saver -> Unrestricted data access > APP toggle turned on |
| 2098 | // or |
| 2099 | // Settings -> Apps -> APP -> Data usage -> Unrestricted data usage toggle turned on |
| 2100 | // VALUE: package name of APP |
| 2101 | // CATEGORY: SETTINGS |
| 2102 | // OS: N |
Felipe Leme | 3ff5764 | 2016-04-14 14:26:56 -0700 | [diff] [blame] | 2103 | ACTION_DATA_SAVER_WHITELIST = 395; |
| 2104 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2105 | // User blacklisted an app for Data Saver mode; action pass package name of app |
| 2106 | // OPEN: Settings -> Apps -> APP -> Data usage -> Background data toggle turned off |
| 2107 | // VALUE: package name of APP |
| 2108 | // CATEGORY: SETTINGS |
| 2109 | // OS: N |
Felipe Leme | 3ff5764 | 2016-04-14 14:26:56 -0700 | [diff] [blame] | 2110 | ACTION_DATA_SAVER_BLACKLIST = 396; |
| 2111 | |
Adrian Roos | ceeb04c | 2016-04-25 14:00:54 -0700 | [diff] [blame] | 2112 | // User opened a remote input view associated with a notification. Passes package name of app |
| 2113 | // that posted the notification. Note that this can also happen transiently during notification |
| 2114 | // reinflation. |
| 2115 | ACTION_REMOTE_INPUT_OPEN = 397; |
| 2116 | |
| 2117 | // User attempt to send data through a remote input view associated with a notification. |
| 2118 | // Passes package name of app that posted the notification. May succeed or fail. |
| 2119 | ACTION_REMOTE_INPUT_SEND = 398; |
| 2120 | |
| 2121 | // Failed attempt to send data through a remote input view associated with a |
| 2122 | // notification. Passes package name of app that posted the notification. |
| 2123 | ACTION_REMOTE_INPUT_FAIL = 399; |
| 2124 | |
| 2125 | // User closed a remote input view associated with a notification. Passes package name of app |
| 2126 | // that posted the notification. Note that this can also happen transiently during notification |
| 2127 | // reinflation. |
| 2128 | ACTION_REMOTE_INPUT_CLOSE = 400; |
| 2129 | |
Tony Mak | 7a5b17bb | 2016-04-29 10:27:48 +0100 | [diff] [blame] | 2130 | // OPEN: Settings > Accounts > Work profile settings |
| 2131 | // CATEGORY: SETTINGS |
| 2132 | ACCOUNTS_WORK_PROFILE_SETTINGS = 401; |
| 2133 | |
Jason Monk | 25118d1 | 2016-05-10 13:25:50 -0400 | [diff] [blame] | 2134 | // Settings -> Dev options -> Convert to file encryption |
| 2135 | CONVERT_FBE = 402; |
| 2136 | |
| 2137 | // Settings -> Dev options -> Convert to file encryption -> WIPE AND CONVERT... |
| 2138 | CONVERT_FBE_CONFIRM = 403; |
| 2139 | |
| 2140 | // Settings -> Dev options -> Running services |
| 2141 | RUNNING_SERVICES = 404; |
| 2142 | |
Jason Monk | a1f697f | 2016-05-06 15:09:44 -0400 | [diff] [blame] | 2143 | // The dialog shown by 3P intent to change current webview implementation. |
| 2144 | WEBVIEW_IMPLEMENTATION = 405; |
| 2145 | |
Julia Reynolds | 8f3e66f | 2016-05-12 10:33:47 -0400 | [diff] [blame] | 2146 | // Settings launched from expanded quick settings. |
| 2147 | ACTION_QS_EXPANDED_SETTINGS_LAUNCH = 406; |
| 2148 | |
Chris Wren | 698b170 | 2016-05-23 11:16:32 -0400 | [diff] [blame] | 2149 | // Notification expansion state toggled by the expand affordance. |
| 2150 | ACTION_NOTIFICATION_EXPANDER = 407; |
| 2151 | |
| 2152 | // Notification group expansion state toggled by the expand affordance. |
| 2153 | ACTION_NOTIFICATION_GROUP_EXPANDER = 408; |
| 2154 | |
Chris Wren | 7ee8418 | 2016-05-27 13:34:02 -0400 | [diff] [blame] | 2155 | |
Chris Wren | 6abeeb9 | 2016-05-26 14:44:38 -0400 | [diff] [blame] | 2156 | // Notification expansion state toggled by the expand gesture. |
| 2157 | ACTION_NOTIFICATION_GESTURE_EXPANDER = 409; |
| 2158 | |
| 2159 | // Notification group expansion state toggled by the expand gesture. |
| 2160 | ACTION_NOTIFICATION_GROUP_GESTURE_EXPANDER = 410; |
| 2161 | |
Bhavik Singh | 3451da4 | 2016-06-01 18:25:59 -0700 | [diff] [blame] | 2162 | // User performs gesture that activates the ambient display |
| 2163 | // 1: Gesture performed is Nudge |
| 2164 | // 2: Gesture performed is Pickup |
| 2165 | // 4: Gesture performed is Double Tap |
| 2166 | ACTION_AMBIENT_GESTURE = 411; |
| 2167 | |
Jason Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2168 | // ---- End N Constants, all N constants go above this line ---- |
| 2169 | |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2170 | // ------- Begin N App Disambig Shade ----- |
| 2171 | // Application disambig shade opened or closed with a featured app. |
| 2172 | // These are actually visibility events, but visible/hidden doesn't |
| 2173 | // take a package, so these are being logged as actions. |
| 2174 | // Package: Calling app on open, called app on close |
Jason Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2175 | ACTION_SHOW_APP_DISAMBIG_APP_FEATURED = 451; |
| 2176 | ACTION_HIDE_APP_DISAMBIG_APP_FEATURED = 452; |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2177 | |
| 2178 | // Application disambig shade opened or closed without a featured app. |
| 2179 | // These are actually visibility events, but visible/hidden doesn't |
| 2180 | // take a package, so these are being logged as actions. |
| 2181 | // Package: Calling app on open, called app on close |
Jason Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2182 | ACTION_SHOW_APP_DISAMBIG_NONE_FEATURED = 453; |
| 2183 | ACTION_HIDE_APP_DISAMBIG_NONE_FEATURED = 454; |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2184 | |
| 2185 | // User opens in an app by pressing “Always” in the application disambig shade. |
| 2186 | // Subtype: Index of selection |
Jason Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2187 | ACTION_APP_DISAMBIG_ALWAYS = 455; |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2188 | |
| 2189 | // User opens in an app by pressing “Just Once” in the application disambig shade. |
| 2190 | // Subtype: Index of selection |
Jason Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2191 | ACTION_APP_DISAMBIG_JUST_ONCE = 456; |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2192 | |
| 2193 | // User opens in an app by tapping on its name in the application disambig shade. |
| 2194 | // Subtype: Index of selection |
Jason Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2195 | ACTION_APP_DISAMBIG_TAP = 457; |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2196 | |
Daniel Nishi | 010aa49 | 2016-05-11 09:42:24 -0700 | [diff] [blame] | 2197 | // OPEN: Settings > Internal storage > Storage manager |
| 2198 | // CATEGORY: SETTINGS |
| 2199 | STORAGE_MANAGER_SETTINGS = 458; |
| 2200 | |
Doris Ling | 5b2c0ad | 2016-05-25 14:03:14 -0700 | [diff] [blame] | 2201 | // OPEN: Settings -> Gestures |
| 2202 | // CATEGORY: SETTINGS |
| 2203 | SETTINGS_GESTURES = 459; |
| 2204 | |
Daniel Nishi | 597e67f | 2016-05-18 13:56:13 -0700 | [diff] [blame] | 2205 | // ------ Begin Deletion Helper ------ |
| 2206 | // ACTION: Settings > Storage > Free Up Space > Photos & Videos > Toggle |
| 2207 | // SUBTYPE: false is off, true is on |
| 2208 | // CATEGORY: SETTINGS |
| 2209 | ACTION_DELETION_SELECTION_PHOTOS = 460; |
Chris Wren | c6a9857 | 2016-06-02 15:11:48 -0400 | [diff] [blame] | 2210 | |
Daniel Nishi | 597e67f | 2016-05-18 13:56:13 -0700 | [diff] [blame] | 2211 | // ACTION: Settings > Storage > Free Up Space > Apps > Toggle |
| 2212 | // SUBTYPE: false is off, true is on |
| 2213 | // CATEGORY: SETTINGS |
| 2214 | ACTION_DELETION_SELECTION_ALL_APPS = 461; |
| 2215 | |
| 2216 | // ACTION: Settings > Storage > Free Up Space > Apps > Click an unchecked app |
| 2217 | // CATEGORY: SETTINGS |
| 2218 | // PACKAGE: Unchecked app |
| 2219 | ACTION_DELETION_SELECTION_APP_ON = 462; |
| 2220 | |
| 2221 | // ACTION: Settings > Storage > Free Up Space > Apps > Click a checked app |
| 2222 | // CATEGORY: SETTINGS |
| 2223 | // PACKAGE: Checked app |
| 2224 | ACTION_DELETION_SELECTION_APP_OFF = 463; |
| 2225 | |
| 2226 | // ACTION: Settings > Storage > Free Up Space > Apps > Click category |
| 2227 | // SUBTYPE: false is expanded, true is collapsed |
| 2228 | // CATEGORY: SETTINGS |
| 2229 | ACTION_DELETION_APPS_COLLAPSED = 464; |
| 2230 | |
| 2231 | // ACTION: Settings > Storage > Free Up Space > Downloads > Check On |
| 2232 | // SUBTYPE: false is off, true is on |
| 2233 | // CATEGORY: SETTINGS |
| 2234 | ACTION_DELETION_SELECTION_DOWNLOADS = 465; |
| 2235 | |
| 2236 | // ACTION: Settings > Storage > Free Up Space > Downloads > Click category |
| 2237 | // SUBTYPE: false is expanded, true is collapsed |
| 2238 | // CATEGORY: SETTINGS |
| 2239 | ACTION_DELETION_DOWNLOADS_COLLAPSED = 466; |
| 2240 | |
| 2241 | // ACTION: Settings > Storage > Free Up Space > Free up ... GB |
| 2242 | // CATEGORY: SETTINGS |
| 2243 | ACTION_DELETION_HELPER_CLEAR = 467; |
| 2244 | |
| 2245 | // ACTION: Settings > Storage > Free Up Space > Cancel |
| 2246 | // CATEGORY: SETTINGS |
| 2247 | ACTION_DELETION_HELPER_CANCEL = 468; |
| 2248 | |
| 2249 | // ACTION: Settings > Storage > Free Up Space > Free up ... GB > Remove |
| 2250 | // CATEGORY: SETTINGS |
| 2251 | ACTION_DELETION_HELPER_REMOVE_CONFIRM = 469; |
| 2252 | |
| 2253 | // ACTION: Settings > Storage > Free Up Space > Free up ... GB > Cancel |
| 2254 | // CATEGORY: SETTINGS |
| 2255 | ACTION_DELETION_HELPER_REMOVE_CANCEL = 470; |
| 2256 | |
| 2257 | // Deletion helper encountered an error during package deletion. |
| 2258 | ACTION_DELETION_HELPER_APPS_DELETION_FAIL = 471; |
| 2259 | |
| 2260 | // Deletion helper encountered an error during downloads folder deletion. |
| 2261 | ACTION_DELETION_HELPER_DOWNLOADS_DELETION_FAIL = 472; |
| 2262 | |
| 2263 | // Deletion helper encountered an error during photo and video deletion. |
| 2264 | ACTION_DELETION_HELPER_PHOTOS_VIDEOS_DELETION_FAIL = 473; |
| 2265 | |
Fan Zhang | 5e956e8 | 2016-05-06 10:51:47 -0700 | [diff] [blame] | 2266 | // OPEN: Settings (root page if there are multiple tabs) |
| 2267 | // CATEGORY: SETTINGS |
| 2268 | DASHBOARD_CONTAINER = 474; |
| 2269 | |
| 2270 | // OPEN: Settings -> SUPPORT TAB |
| 2271 | // CATEGORY: SETTINGS |
| 2272 | SUPPORT_FRAGMENT = 475; |
| 2273 | |
| 2274 | // ACTION: Settings -> Select summary tab. |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2275 | // CATEGORY: SETTINGS |
jackqdyulei | a2a1434 | 2017-02-28 16:20:48 -0800 | [diff] [blame] | 2276 | ACTION_SELECT_SUMMARY = 476; |
Fan Zhang | 5e956e8 | 2016-05-06 10:51:47 -0700 | [diff] [blame] | 2277 | |
| 2278 | // ACTION: Settings -> Select support tab. |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2279 | // CATEGORY: SETTINGS |
Fan Zhang | 5e956e8 | 2016-05-06 10:51:47 -0700 | [diff] [blame] | 2280 | ACTION_SELECT_SUPPORT_FRAGMENT = 477; |
| 2281 | |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2282 | // ACTION: Settings -> Support -> Tips & tricks |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2283 | // CATEGORY: SETTINGS |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2284 | ACTION_SUPPORT_TIPS_AND_TRICKS = 478; |
| 2285 | |
| 2286 | // ACTION: Settings -> Support -> Help & feedback |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2287 | // CATEGORY: SETTINGS |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2288 | ACTION_SUPPORT_HELP_AND_FEEDBACK = 479; |
| 2289 | |
| 2290 | // ACTION: Settings -> Support -> Sign in |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2291 | // CATEGORY: SETTINGS |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2292 | ACTION_SUPPORT_SIGN_IN = 480; |
| 2293 | |
| 2294 | // ACTION: Settings -> Support -> Phone |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2295 | // CATEGORY: SETTINGS |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2296 | ACTION_SUPPORT_PHONE = 481; |
| 2297 | |
| 2298 | // ACTION: Settings -> Support -> Chat |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2299 | // CATEGORY: SETTINGS |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2300 | ACTION_SUPPORT_CHAT = 482; |
| 2301 | |
| 2302 | // ACTION: Settings -> Support -> Phone/Chat -> Disclaimer Cancel |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2303 | // CATEGORY: SETTINGS |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2304 | ACTION_SUPPORT_DISCLAIMER_CANCEL = 483; |
| 2305 | |
| 2306 | // ACTION: Settings -> Support -> Phone/Chat -> Disclaimer OK |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2307 | // CATEGORY: SETTINGS |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2308 | ACTION_SUPPORT_DISCLAIMER_OK = 484; |
| 2309 | |
Fan Zhang | 8080721 | 2016-06-30 12:26:55 -0700 | [diff] [blame] | 2310 | // ACTION: Settings -> Support -> Toll-Free Phone |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2311 | // CATEGORY: SETTINGS |
Fan Zhang | 8080721 | 2016-06-30 12:26:55 -0700 | [diff] [blame] | 2312 | ACTION_SUPPORT_DAIL_TOLLFREE = 485; |
| 2313 | |
| 2314 | // ACTION: Settings -> Support -> "Travel Abroad" Button |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2315 | // CATEGORY: SETTINGS |
Fan Zhang | 8080721 | 2016-06-30 12:26:55 -0700 | [diff] [blame] | 2316 | ACTION_SUPPORT_VIEW_TRAVEL_ABROAD_DIALOG = 486; |
| 2317 | |
| 2318 | // ACTION: Settings -> Support -> "Travel Abroad" Button -> Tolled Phone |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2319 | // CATEGORY: SETTINGS |
Fan Zhang | 8080721 | 2016-06-30 12:26:55 -0700 | [diff] [blame] | 2320 | ACTION_SUPPORT_DIAL_TOLLED = 487; |
| 2321 | |
Justin Klaassen | 1949427 | 2016-07-18 21:38:24 -0700 | [diff] [blame] | 2322 | // OPEN: Settings > Display > Night Light |
Justin Klaassen | 911e889 | 2016-06-21 18:24:24 -0700 | [diff] [blame] | 2323 | // CATEGORY: SETTINGS |
| 2324 | NIGHT_DISPLAY_SETTINGS = 488; |
| 2325 | |
Daniel Nishi | ff69a4b | 2016-07-12 13:55:57 -0700 | [diff] [blame] | 2326 | // ACTION: Settings -> Storage -> Manage storage -> Click Storage Manager |
jackqdyulei | a2a1434 | 2017-02-28 16:20:48 -0800 | [diff] [blame] | 2327 | // SUBTYPE: false is off, true is on |
Daniel Nishi | ff69a4b | 2016-07-12 13:55:57 -0700 | [diff] [blame] | 2328 | ACTION_TOGGLE_STORAGE_MANAGER = 489; |
| 2329 | |
Jason Monk | 484fd36 | 2016-07-13 15:24:32 -0400 | [diff] [blame] | 2330 | // Settings launched from collapsed quick settings. |
| 2331 | ACTION_QS_COLLAPSED_SETTINGS_LAUNCH = 490; |
| 2332 | |
Justin Klaassen | 1949427 | 2016-07-18 21:38:24 -0700 | [diff] [blame] | 2333 | // OPEN: QS Night Light tile shown |
| 2334 | // ACTION: QS Night Light tile tapped |
Justin Klaassen | 1379090 | 2016-06-21 20:28:12 -0700 | [diff] [blame] | 2335 | // SUBTYPE: 0 is off, 1 is on |
| 2336 | // CATEGORY: QUICK_SETTINGS |
| 2337 | QS_NIGHT_DISPLAY = 491; |
| 2338 | |
Justin Klaassen | 1949427 | 2016-07-18 21:38:24 -0700 | [diff] [blame] | 2339 | // Night Light on |
| 2340 | SETTINGS_CONDITION_NIGHT_DISPLAY = 492; |
| 2341 | |
Doris Ling | 3c00afb | 2016-07-19 17:04:21 -0700 | [diff] [blame] | 2342 | // System navigation key up. |
| 2343 | ACTION_SYSTEM_NAVIGATION_KEY_UP = 493; |
| 2344 | |
| 2345 | // System navigation key down. |
| 2346 | ACTION_SYSTEM_NAVIGATION_KEY_DOWN = 494; |
| 2347 | |
Doris Ling | 6dd3e46 | 2016-08-04 13:17:27 -0700 | [diff] [blame] | 2348 | // OPEN: Settings > Display -> Ambient Display |
| 2349 | // CATEGORY: SETTINGS |
| 2350 | ACTION_AMBIENT_DISPLAY = 495; |
| 2351 | |
Adrian Roos | 159ef7b | 2016-02-25 11:58:32 -0800 | [diff] [blame] | 2352 | // ---- End N-MR1 Constants, all N-MR1 constants go above this line ---- |
| 2353 | |
Adrian Roos | 1cffe3c | 2016-11-28 15:46:06 -0800 | [diff] [blame] | 2354 | // ACTION: The lockscreen gets shown because the SIM card was removed |
| 2355 | // SUBTYPE: false: device was previously unlocked, true: device was previously locked |
| 2356 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 2357 | // OS: N-MR2 |
| 2358 | ACTION_LOCK_BECAUSE_SIM_REMOVED = 496; |
| 2359 | |
| 2360 | // ---- End N-MR2 Constants, all N-MR2 constants go above this line ---- |
| 2361 | |
Clara Bayarri | c17a598 | 2016-04-15 12:26:47 +0100 | [diff] [blame] | 2362 | // ------- Begin N Keyboard Shortcuts Helper ----- |
| 2363 | // Keyboard Shortcuts Helper is opened/closed. |
Chris Wren | e7396ff | 2016-06-02 17:08:21 -0400 | [diff] [blame] | 2364 | KEYBOARD_SHORTCUTS_HELPER = 500; |
Clara Bayarri | c17a598 | 2016-04-15 12:26:47 +0100 | [diff] [blame] | 2365 | |
Philip P. Moltmann | 2e30126 | 2016-06-16 12:39:54 -0700 | [diff] [blame] | 2366 | // OPEN: Print Preview screen |
| 2367 | // Package: Package of app where print job is from |
| 2368 | PRINT_PREVIEW = 501; |
| 2369 | |
| 2370 | // OPEN: User expands full print job options shade in print preview. |
| 2371 | PRINT_JOB_OPTIONS = 502; |
| 2372 | |
| 2373 | // OPEN: “All Printers” screen for selecting printer |
| 2374 | // Subtype: # of printers listed |
| 2375 | PRINT_ALL_PRINTERS = 503; |
| 2376 | |
| 2377 | // OPEN: “Add Printers” screen for adding printers |
| 2378 | // Subtype: # of enabled print service listed |
| 2379 | PRINT_ADD_PRINTERS = 504; |
| 2380 | |
| 2381 | // ACTION: Queue a print job (Usually: User presses Print FAB from Print Preview) |
| 2382 | // Package: Package of print service. |
| 2383 | ACTION_PRINT = 505; |
| 2384 | |
| 2385 | // ACTION: User selects a printer from the dropdown in the print preview screen. This also |
| 2386 | // Count all ACTION_PRINTER_SELECT_ALL actions. |
| 2387 | // Package: Package of print service tied to printer |
| 2388 | ACTION_PRINTER_SELECT_DROPDOWN = 506; |
| 2389 | |
| 2390 | // ACTION: User selects a printer from the “All printers” screen. |
| 2391 | // Package: Package of print service tied to printer |
| 2392 | ACTION_PRINTER_SELECT_ALL = 507; |
| 2393 | |
| 2394 | // ACTION: User changes an option for the print job from print preview. |
| 2395 | // Subtype: 1: Copies |
| 2396 | // 2: Color mode |
| 2397 | // 3: Duplex mode |
| 2398 | // 4: Media (==Paper) size |
| 2399 | // 5: Orientation |
| 2400 | // 6: Page range |
| 2401 | // Package: Package of print service tied to printer |
| 2402 | ACTION_PRINT_JOB_OPTIONS = 508; |
| 2403 | |
| 2404 | // ACTION: User searches for printer from All Printers |
| 2405 | ACTION_PRINTER_SEARCH = 509; |
| 2406 | |
| 2407 | // ACTION: User selects “Add print service” button from All Printers |
| 2408 | ACTION_PRINT_SERVICE_ADD = 510; |
| 2409 | |
| 2410 | // ACTION: User Enables/Disables Print Service via any means. |
| 2411 | // Subtype: 0: Enabled |
| 2412 | // 1: Disabled |
| 2413 | ACTION_PRINT_SERVICE_TOGGLE = 511; |
| 2414 | |
| 2415 | // ACTION: User installs print recommended print service |
| 2416 | // Package: Package of print service |
| 2417 | ACTION_PRINT_RECOMMENDED_SERVICE_INSTALL = 512; |
| 2418 | |
Doris Ling | 88a6b16 | 2016-08-08 16:17:43 -0700 | [diff] [blame] | 2419 | // ACTION: Settings -> [sub settings activity] -> Options menu -> Help & Support |
| 2420 | // SUBTYPE: sub settings classname |
| 2421 | ACTION_SETTING_HELP_AND_FEEDBACK = 513; |
| 2422 | |
Fan Zhang | 92c6038 | 2016-08-08 14:03:53 -0700 | [diff] [blame] | 2423 | // OPEN: Settings > Language & input > Personal dictionary (single locale) |
| 2424 | USER_DICTIONARY_SETTINGS = 514; |
| 2425 | |
| 2426 | // OPEN: Settings > Date & time > Select time zone |
| 2427 | ZONE_PICKER = 515; |
| 2428 | |
| 2429 | // OPEN: Settings > Security > Device administrators |
| 2430 | DEVICE_ADMIN_SETTINGS = 516; |
| 2431 | |
Mahaver Chopra | c8c97c2 | 2016-08-26 13:59:42 +0100 | [diff] [blame] | 2432 | // ACTION: Managed provisioning was launched to set this package as DPC app. |
| 2433 | // PACKAGE: DPC's package name. |
| 2434 | PROVISIONING_DPC_PACKAGE_NAME = 517; |
| 2435 | |
Mahaver Chopra | a9a7932 | 2016-09-12 16:52:44 +0100 | [diff] [blame] | 2436 | // ACTION: Managed provisioning triggered DPC installation. |
| 2437 | // PACKAGE: Package name of package which installed DPC. |
| 2438 | PROVISIONING_DPC_INSTALLED_BY_PACKAGE = 518; |
| 2439 | |
| 2440 | // ACTION: Logged when provisioning activity finishes. |
| 2441 | // TIME: Indicates time taken by provisioning activity to finish in MS. |
| 2442 | PROVISIONING_PROVISIONING_ACTIVITY_TIME_MS = 519; |
| 2443 | |
| 2444 | // ACTION: Logged when preprovisioning activity finishes. |
| 2445 | // TIME: Indicates time taken by preprovisioning activity to finish in MS. |
| 2446 | PROVISIONING_PREPROVISIONING_ACTIVITY_TIME_MS = 520; |
| 2447 | |
| 2448 | // ACTION: Logged when encrypt device activity finishes. |
| 2449 | // TIME: Indicates time taken by encrypt device activity to finish in MS. |
| 2450 | PROVISIONING_ENCRYPT_DEVICE_ACTIVITY_TIME_MS = 521; |
| 2451 | |
| 2452 | // ACTION: Logged when web activity finishes. |
| 2453 | // TIME: Indicates total time taken by web activity to finish in MS. |
| 2454 | PROVISIONING_WEB_ACTIVITY_TIME_MS = 522; |
| 2455 | |
| 2456 | // ACTION: Logged when trampoline activity finishes. |
| 2457 | // TIME: Indicates total time taken by trampoline activity to finish in MS. |
| 2458 | PROVISIONING_TRAMPOLINE_ACTIVITY_TIME_MS = 523; |
| 2459 | |
| 2460 | // ACTION: Logged when encryption activity finishes. |
| 2461 | // TIME: Indicates total time taken by post encryption activity to finish in MS. |
| 2462 | PROVISIONING_POST_ENCRYPTION_ACTIVITY_TIME_MS = 524; |
| 2463 | |
| 2464 | // ACTION: Logged when finalization activity finishes. |
| 2465 | // TIME: Indicates time taken by finalization activity to finish in MS. |
| 2466 | PROVISIONING_FINALIZATION_ACTIVITY_TIME_MS = 525; |
Mahaver Chopra | c8c97c2 | 2016-08-26 13:59:42 +0100 | [diff] [blame] | 2467 | |
Fan Zhang | 3bf54dd | 2016-08-23 16:10:25 -0700 | [diff] [blame] | 2468 | // OPEN: Settings Support > Phone/Chat -> Disclaimer |
Mahaver Chopra | a9a7932 | 2016-09-12 16:52:44 +0100 | [diff] [blame] | 2469 | DIALOG_SUPPORT_DISCLAIMER = 526; |
Fan Zhang | 3bf54dd | 2016-08-23 16:10:25 -0700 | [diff] [blame] | 2470 | |
Fan Zhang | 9509418 | 2016-08-24 18:14:16 -0700 | [diff] [blame] | 2471 | // OPEN: Settings Support > Travel abroad |
Mahaver Chopra | a9a7932 | 2016-09-12 16:52:44 +0100 | [diff] [blame] | 2472 | DIALOG_SUPPORT_PHONE = 527; |
Fan Zhang | 9509418 | 2016-08-24 18:14:16 -0700 | [diff] [blame] | 2473 | |
| 2474 | // OPEN: Settings > Security > Factory Reset Protection dialog |
Mahaver Chopra | a9a7932 | 2016-09-12 16:52:44 +0100 | [diff] [blame] | 2475 | DIALOG_FRP = 528; |
Fan Zhang | 9509418 | 2016-08-24 18:14:16 -0700 | [diff] [blame] | 2476 | |
| 2477 | // OPEN: Settings > Custom list preference with confirmation message |
Mahaver Chopra | a9a7932 | 2016-09-12 16:52:44 +0100 | [diff] [blame] | 2478 | DIALOG_CUSTOM_LIST_CONFIRMATION = 529; |
Fan Zhang | 9509418 | 2016-08-24 18:14:16 -0700 | [diff] [blame] | 2479 | |
| 2480 | // OPEN: Settings > APN Editor > Error dialog |
Mahaver Chopra | a9a7932 | 2016-09-12 16:52:44 +0100 | [diff] [blame] | 2481 | DIALOG_APN_EDITOR_ERROR = 530; |
Fan Zhang | 9509418 | 2016-08-24 18:14:16 -0700 | [diff] [blame] | 2482 | |
| 2483 | // OPEN: Settings > Users > Edit owner info dialog |
Mahaver Chopra | a9a7932 | 2016-09-12 16:52:44 +0100 | [diff] [blame] | 2484 | DIALOG_OWNER_INFO_SETTINGS = 531; |
Fan Zhang | 9509418 | 2016-08-24 18:14:16 -0700 | [diff] [blame] | 2485 | |
Fan Zhang | c1352ae | 2016-09-16 12:46:11 -0700 | [diff] [blame] | 2486 | // OPEN: Settings > Security > Use one lock dialog |
| 2487 | DIALOG_UNIFICATION_CONFIRMATION = 532; |
| 2488 | |
| 2489 | // OPEN: Settings > Security > User Credential |
| 2490 | DIALOG_USER_CREDENTIAL = 533; |
| 2491 | |
| 2492 | // OPEN: Settings > Accounts > Remove account |
| 2493 | DIALOG_REMOVE_USER = 534; |
| 2494 | |
| 2495 | // OPEN: Settings > Accounts > Confirm auto sync dialog |
| 2496 | DIALOG_CONFIRM_AUTO_SYNC_CHANGE = 535; |
| 2497 | |
| 2498 | // OPEN: Settings > Apps > Dialog for running service details |
| 2499 | DIALOG_RUNNIGN_SERVICE = 536; |
| 2500 | |
| 2501 | // OPEN: Settings > Dialog for hiding home settings |
| 2502 | DIALOG_NO_HOME = 537; |
| 2503 | |
| 2504 | // OPEN: Settings > Bluetooth > Rename this device |
| 2505 | DIALOG_BLUETOOTH_RENAME = 538; |
| 2506 | |
| 2507 | // OPEN: Settings > Bluetooth > Paired device profile |
| 2508 | DIALOG_BLUETOOTH_PAIRED_DEVICE_PROFILE = 539; |
| 2509 | |
| 2510 | // OPEN: Settings > Battery optimization > details for app |
| 2511 | DIALOG_HIGH_POWER_DETAILS = 540; |
| 2512 | |
| 2513 | // OPEN: Settings > Keyboard > Show keyboard layout dialog |
| 2514 | DIALOG_KEYBOARD_LAYOUT = 541; |
| 2515 | |
| 2516 | // OPEN: Settings > Wifi > WPS Setup dialog |
| 2517 | DIALOG_WPS_SETUP = 542; |
| 2518 | |
| 2519 | // OPEN: Settings > WIFI Scan permission dialog |
| 2520 | DIALOG_WIFI_SCAN_MODE = 543; |
| 2521 | |
| 2522 | // OPEN: Settings > WIFI Setup > Skip Wifi dialog |
| 2523 | DIALOG_WIFI_SKIP = 544; |
| 2524 | |
| 2525 | // OPEN: Settings > Wireless > VPN > Config dialog |
| 2526 | DIALOG_LEGACY_VPN_CONFIG = 545; |
| 2527 | |
| 2528 | // OPEN: Settings > Wireless > VPN > Config dialog for app |
| 2529 | DIALOG_VPN_APP_CONFIG = 546; |
| 2530 | |
| 2531 | // OPEN: Settings > Wireless > VPN > Cannot connect dialog |
| 2532 | DIALOG_VPN_CANNOT_CONNECT = 547; |
| 2533 | |
| 2534 | // OPEN: Settings > Wireless > VPN > Replace existing VPN dialog |
| 2535 | DIALOG_VPN_REPLACE_EXISTING = 548; |
| 2536 | |
| 2537 | // OPEN: Settings > Billing cycle > Edit billing cycle dates dialog |
| 2538 | DIALOG_BILLING_CYCLE = 549; |
| 2539 | |
| 2540 | // OPEN: Settings > Billing cycle > Edit data limit/warning dialog |
| 2541 | DIALOG_BILLING_BYTE_LIMIT = 550; |
| 2542 | |
| 2543 | // OPEN: Settings > Billing cycle > turn on data limit dialog |
| 2544 | DIALOG_BILLING_CONFIRM_LIMIT = 551; |
| 2545 | |
| 2546 | // OPEN: Settings > Service > Turn off notification access dialog |
| 2547 | DIALOG_DISABLE_NOTIFICATION_ACCESS = 552; |
| 2548 | |
| 2549 | // OPEN: Settings > Sound > Use personal sound for work profile dialog |
| 2550 | DIALOG_UNIFY_SOUND_SETTINGS = 553; |
| 2551 | |
| 2552 | // OPEN: Settings > Zen mode > Dialog warning about the zen access privileges being granted. |
| 2553 | DIALOG_ZEN_ACCESS_GRANT = 554; |
| 2554 | |
| 2555 | // OPEN: Settings > Zen mode > Dialog warning about the zen access privileges being revoked. |
| 2556 | DIALOG_ZEN_ACCESS_REVOKE = 555; |
| 2557 | |
| 2558 | // OPEN: Settings > Zen mode > Dialog that picks time for zen mode. |
| 2559 | DIALOG_ZEN_TIMEPICKER = 556; |
| 2560 | |
| 2561 | // OPEN: Settings > Apps > Dialog that informs user to allow service access for app. |
| 2562 | DIALOG_SERVICE_ACCESS_WARNING = 557; |
| 2563 | |
| 2564 | // OPEN: Settings > Apps > Dialog for app actions (such as force stop/clear data) |
| 2565 | DIALOG_APP_INFO_ACTION = 558; |
| 2566 | |
| 2567 | // OPEN: Settings > Storage > Dialog for forgetting a storage device |
| 2568 | DIALOG_VOLUME_FORGET = 559; |
| 2569 | |
| 2570 | // OPEN: Settings > Storage > Dialog warning that a volume is slow |
| 2571 | DIALOG_VOLUME_SLOW_WARNING = 560; |
| 2572 | |
| 2573 | // OPEN: Settings > Storage > Dialog for initializing a volume |
| 2574 | DIALOG_VOLUME_INIT = 561; |
| 2575 | |
| 2576 | // OPEN: Settings > Storage > Dialog for unmounting a volume |
| 2577 | DIALOG_VOLUME_UNMOUNT = 562; |
| 2578 | |
| 2579 | // OPEN: Settings > Storage > Dialog for renaming a volume |
| 2580 | DIALOG_VOLUME_RENAME = 563; |
| 2581 | |
| 2582 | // OPEN: Settings > Storage > Dialog for clear cache |
| 2583 | DIALOG_STORAGE_CLEAR_CACHE = 564; |
| 2584 | |
| 2585 | // OPEN: Settings > Storage > Dialog for system info |
| 2586 | DIALOG_STORAGE_SYSTEM_INFO = 565; |
| 2587 | |
| 2588 | // OPEN: Settings > Storage > Dialog for other info |
| 2589 | DIALOG_STORAGE_OTHER_INFO = 566; |
| 2590 | |
| 2591 | // OPEN: Settings > Storage > Dialog for user info |
| 2592 | DIALOG_STORAGE_USER_INFO = 567; |
| 2593 | |
| 2594 | // OPEN: Settings > Add fingerprint > Dialog when user touches fingerprint icon. |
| 2595 | DIALOG_FINGERPRINT_ICON_TOUCH = 568; |
| 2596 | |
| 2597 | // OPEN: Settings > Add fingerprint > Error dialog |
| 2598 | DIALOG_FINGERPINT_ERROR = 569; |
| 2599 | |
| 2600 | // OPEN: Settings > Fingerprint > Rename or delete dialog |
| 2601 | DIALOG_FINGERPINT_EDIT = 570; |
| 2602 | |
| 2603 | // OPEN: Settings > Fingerprint > Dialog for deleting last fingerprint |
| 2604 | DIALOG_FINGERPINT_DELETE_LAST = 571; |
| 2605 | |
| 2606 | // OPEN: SUW > Fingerprint > Dialog to confirm cancel fingerprint setup. |
| 2607 | DIALOG_FINGERPRINT_CANCEL_SETUP = 572; |
| 2608 | |
| 2609 | // OPEN: SUW > Fingerprint > Dialog to confirm skip fingerprint setup entirely. |
| 2610 | DIALOG_FINGERPRINT_SKIP_SETUP = 573; |
| 2611 | |
Fan Zhang | 5e9f69c | 2016-09-19 17:44:39 -0700 | [diff] [blame] | 2612 | // OPEN: Settings > Proxy Selector error dialog |
| 2613 | DIALOG_PROXY_SELECTOR_ERROR = 574; |
| 2614 | |
| 2615 | // OPEN: Settings > Wifi > P2P Settings > Disconnect dialog |
| 2616 | DIALOG_WIFI_P2P_DISCONNECT = 575; |
| 2617 | |
| 2618 | // OPEN: Settings > Wifi > P2P Settings > Cancel connection dialog |
| 2619 | DIALOG_WIFI_P2P_CANCEL_CONNECT = 576; |
| 2620 | |
| 2621 | // OPEN: Settings > Wifi > P2P Settings > Rename dialog |
| 2622 | DIALOG_WIFI_P2P_RENAME = 577; |
| 2623 | |
| 2624 | // OPEN: Settings > Wifi > P2P Settings > Forget group dialog |
| 2625 | DIALOG_WIFI_P2P_DELETE_GROUP = 578; |
| 2626 | |
| 2627 | // OPEN: Settings > APN > Restore default dialog |
| 2628 | DIALOG_APN_RESTORE_DEFAULT = 579; |
| 2629 | |
| 2630 | // OPEN: Settings > Dream > When to dream dialog |
| 2631 | DIALOG_DREAM_START_DELAY = 580; |
| 2632 | |
| 2633 | // OPEN: Settings > Encryption interstitial accessibility warning dialog |
| 2634 | DIALOG_ENCRYPTION_INTERSTITIAL_ACCESSIBILITY = 581; |
| 2635 | |
| 2636 | // OPEN: Settings > Tether > AP setting dialog |
| 2637 | DIALOG_AP_SETTINGS = 582; |
| 2638 | |
| 2639 | // OPEN: Settings > Acessibility > Enable accessiblity service dialog |
| 2640 | DIALOG_ACCESSIBILITY_SERVICE_ENABLE = 583; |
| 2641 | |
| 2642 | // OPEN: Settings > Acessibility > Disable accessiblity service dialog |
| 2643 | DIALOG_ACCESSIBILITY_SERVICE_DISABLE = 584; |
| 2644 | |
| 2645 | // OPEN: Settings > Account > Remove account dialog |
| 2646 | DIALOG_ACCOUNT_SYNC_REMOVE = 585; |
| 2647 | |
| 2648 | // OPEN: Settings > Account > Remove account failed dialog |
| 2649 | DIALOG_ACCOUNT_SYNC_FAILED_REMOVAL = 586; |
| 2650 | |
| 2651 | // OPEN: Settings > Account > Cannot do onetime sync dialog |
| 2652 | DIALOG_ACCOUNT_SYNC_CANNOT_ONETIME_SYNC = 587; |
| 2653 | |
| 2654 | // OPEN: Settings > Display > Night light > Set start time dialog |
| 2655 | DIALOG_NIGHT_DISPLAY_SET_START_TIME = 588; |
| 2656 | |
| 2657 | // OPEN: Settings > Display > Night light > Set end time dialog |
| 2658 | DIALOG_NIGHT_DISPLAY_SET_END_TIME = 589; |
| 2659 | |
| 2660 | // OPEN: Settings > User > Edit info dialog |
| 2661 | DIALOG_USER_EDIT = 590; |
| 2662 | |
| 2663 | // OPEN: Settings > User > Confirm remove dialog |
| 2664 | DIALOG_USER_REMOVE = 591; |
| 2665 | |
| 2666 | // OPEN: Settings > User > Enable calling dialog |
| 2667 | DIALOG_USER_ENABLE_CALLING = 592; |
| 2668 | |
| 2669 | // OPEN: Settings > User > Enable calling and sms dialog |
| 2670 | DIALOG_USER_ENABLE_CALLING_AND_SMS = 593; |
| 2671 | |
| 2672 | // OPEN: Settings > User > Cannot manage device message dialog |
| 2673 | DIALOG_USER_CANNOT_MANAGE = 594; |
| 2674 | |
| 2675 | // OPEN: Settings > User > Add user dialog |
| 2676 | DIALOG_USER_ADD = 595; |
| 2677 | |
| 2678 | // OPEN: Settings > User > Setup user dialog |
| 2679 | DIALOG_USER_SETUP = 596; |
| 2680 | |
| 2681 | // OPEN: Settings > User > Setup profile dialog |
| 2682 | DIALOG_USER_SETUP_PROFILE = 597; |
| 2683 | |
| 2684 | // OPEN: Settings > User > Choose user type dialog |
| 2685 | DIALOG_USER_CHOOSE_TYPE = 598; |
| 2686 | |
| 2687 | // OPEN: Settings > User > Need lockscreen dialog |
| 2688 | DIALOG_USER_NEED_LOCKSCREEN = 599; |
| 2689 | |
| 2690 | // OPEN: Settings > User > Confirm exit guest mode dialog |
| 2691 | DIALOG_USER_CONFIRM_EXIT_GUEST = 600; |
| 2692 | |
| 2693 | // OPEN: Settings > User > Edit user profile dialog |
| 2694 | DIALOG_USER_EDIT_PROFILE = 601; |
| 2695 | |
| 2696 | // OPEN: Settings > Wifi > Saved AP > Edit dialog |
| 2697 | DIALOG_WIFI_SAVED_AP_EDIT = 602; |
| 2698 | |
| 2699 | // OPEN: Settings > Wifi > Edit AP dialog |
| 2700 | DIALOG_WIFI_AP_EDIT = 603; |
| 2701 | |
| 2702 | // OPEN: Settings > Wifi > PBC Config dialog |
| 2703 | DIALOG_WIFI_PBC = 604; |
| 2704 | |
| 2705 | // OPEN: Settings > Wifi > Display pin dialog |
| 2706 | DIALOG_WIFI_PIN = 605; |
| 2707 | |
| 2708 | // OPEN: Settings > Wifi > Write config to NFC dialog |
| 2709 | DIALOG_WIFI_WRITE_NFC = 606; |
Fan Zhang | 04c2035 | 2016-09-23 12:11:15 -0700 | [diff] [blame] | 2710 | // OPEN: Settings > Date > Date picker dialog |
| 2711 | DIALOG_DATE_PICKER = 607; |
| 2712 | |
| 2713 | // OPEN: Settings > Date > Time picker dialog |
| 2714 | DIALOG_TIME_PICKER = 608; |
| 2715 | |
| 2716 | // OPEN: Settings > Wireless > Manage wireless plan dialog |
| 2717 | DIALOG_MANAGE_MOBILE_PLAN = 609; |
Fan Zhang | 5e9f69c | 2016-09-19 17:44:39 -0700 | [diff] [blame] | 2718 | |
Mahaver Chopra | a12b487 | 2016-09-28 16:19:36 +0100 | [diff] [blame] | 2719 | // ACTION: Logs network type of the device while provisioning |
Mahaver Chopra | 2b0efb0 | 2016-09-15 18:57:09 +0100 | [diff] [blame] | 2720 | PROVISIONING_NETWORK_TYPE = 610; |
| 2721 | |
Mahaver Chopra | a12b487 | 2016-09-28 16:19:36 +0100 | [diff] [blame] | 2722 | // ACTION: Logs action which triggered provisioning. |
| 2723 | PROVISIONING_ACTION = 611; |
| 2724 | |
Mahaver Chopra | ab28207 | 2016-10-06 19:19:23 +0100 | [diff] [blame] | 2725 | // ACTION: Logs extra passed by the dpc while provisioning. |
| 2726 | PROVISIONING_EXTRA = 612; |
| 2727 | |
Salvador Martinez | 64867c1 | 2016-10-14 15:25:09 -0700 | [diff] [blame] | 2728 | // OPEN Settings > Bluetooth > Attempt to connect to device that shows dialog |
| 2729 | BLUETOOTH_DIALOG_FRAGMENT = 613; |
| 2730 | |
Mahaver Chopra | 667ae0a | 2016-10-14 14:08:36 +0100 | [diff] [blame] | 2731 | // ACTION: Logs provisioning started by zero touch. |
| 2732 | PROVISIONING_ENTRY_POINT_ZERO_TOUCH = 614; |
| 2733 | |
| 2734 | // ACTION: Logs provisioning started by NFC bump. |
| 2735 | PROVISIONING_ENTRY_POINT_NFC = 615; |
| 2736 | |
| 2737 | // ACTION: Logs provisioning started using QR code. |
| 2738 | PROVISIONING_ENTRY_POINT_QR_CODE = 616; |
| 2739 | |
| 2740 | // ACTION: Logs provisioning started using adb. |
| 2741 | PROVISIONING_ENTRY_POINT_ADB = 617; |
| 2742 | |
| 2743 | // ACTION: Logs provisioning started by trusted source. |
| 2744 | PROVISIONING_ENTRY_POINT_TRUSTED_SOURCE = 618; |
| 2745 | |
Mahaver Chopra | cc7176f | 2016-10-26 17:16:19 +0100 | [diff] [blame] | 2746 | // ACTION: Logged when copy account task finishes. |
| 2747 | // TIME: Indicates time taken by copy account task to finish in MS. |
| 2748 | PROVISIONING_COPY_ACCOUNT_TASK_MS = 619; |
| 2749 | |
| 2750 | // ACTION: Logged when create profile task finishes. |
| 2751 | // TIME: Indicates time taken by create profile task to finish in MS. |
| 2752 | PROVISIONING_CREATE_PROFILE_TASK_MS = 620; |
| 2753 | |
| 2754 | // ACTION: Logged when start profile task finishes. |
| 2755 | // TIME: Indicates time taken by start profile task to finish in MS. |
| 2756 | PROVISIONING_START_PROFILE_TASK_MS = 621; |
| 2757 | |
| 2758 | // ACTION: Logged when download package task finishes. |
| 2759 | // TIME: Indicates time taken by download package task to finish in MS. |
| 2760 | PROVISIONING_DOWNLOAD_PACKAGE_TASK_MS = 622; |
| 2761 | |
| 2762 | // ACTION: Logged when install package task finishes. |
| 2763 | // TIME: Indicates time taken by install package task to finish in MS. |
| 2764 | PROVISIONING_INSTALL_PACKAGE_TASK_MS = 623; |
| 2765 | |
| 2766 | // ACTION: User cancelled provisioning. |
| 2767 | PROVISIONING_CANCELLED = 624; |
| 2768 | |
| 2769 | // ACTION: Logged when provisioning throws an error. |
| 2770 | PROVISIONING_ERROR = 625; |
| 2771 | |
| 2772 | // ACTION: Logs the status of copying user account during provisioning. |
| 2773 | PROVISIONING_COPY_ACCOUNT_STATUS = 626; |
| 2774 | |
| 2775 | // ACTION: Logs the end to end time taken by all provisioning tasks. |
| 2776 | PROVISIONING_TOTAL_TASK_TIME_MS = 627; |
| 2777 | |
Bartosz Fabianowski | 48e6961 | 2016-11-10 04:08:31 +0100 | [diff] [blame] | 2778 | // OPEN: Settings > Privacy |
| 2779 | // CATEGORY: SETTINGS |
| 2780 | // OS: O |
| 2781 | ENTERPRISE_PRIVACY_SETTINGS = 628; |
| 2782 | |
Abodunrinwa Toki | 1b304e4 | 2016-11-03 23:27:58 +0000 | [diff] [blame] | 2783 | // ACTION: Longpress on a TextView. |
| 2784 | // SUBTYPE: 1 is for START_SELECTION, 2 is for START_DRAG_AND_DROP, 0 is for OTHER. |
| 2785 | // CATEGORY: TEXT_CONTROLS |
| 2786 | // OS: O |
| 2787 | TEXT_LONGPRESS = 629; |
| 2788 | |
Philip P. Moltmann | 0d8f4b7 | 2016-11-09 11:28:05 -0800 | [diff] [blame] | 2789 | // ACTION: An app requested an unknown permission |
| 2790 | // PACKAGE: The package name of the app requesting the permission |
| 2791 | ACTION_PERMISSION_REQUEST_UNKNOWN = 630; |
| 2792 | |
| 2793 | // ACTION: An app was granted an unknown permission |
| 2794 | // PACKAGE: The package name of the app that was granted the permission |
| 2795 | ACTION_PERMISSION_GRANT_UNKNOWN = 631; |
| 2796 | |
| 2797 | // ACTION: An app requested an unknown permission and the request was denied |
| 2798 | // PACKAGE: The package name of the app requesting the permission |
| 2799 | ACTION_PERMISSION_DENIED_UNKNOWN = 632; |
| 2800 | |
| 2801 | // ACTION: An unknown permission was revoked for an app |
| 2802 | // PACKAGE: The package name of the app the permission was revoked for |
| 2803 | ACTION_PERMISSION_REVOKE_UNKNOWN = 633; |
| 2804 | |
| 2805 | // ACTION: An app requested the permission READ_CALENDAR |
| 2806 | // PACKAGE: The package name of the app requesting the permission |
| 2807 | ACTION_PERMISSION_REQUEST_READ_CALENDAR = 634; |
| 2808 | |
| 2809 | // ACTION: An app was granted the permission READ_CALENDAR |
| 2810 | // PACKAGE: The package name of the app that was granted the permission |
| 2811 | ACTION_PERMISSION_GRANT_READ_CALENDAR = 635; |
| 2812 | |
| 2813 | // ACTION: An app requested the permission READ_CALENDAR and the request was denied |
| 2814 | // PACKAGE: The package name of the app requesting the permission |
| 2815 | ACTION_PERMISSION_DENIED_READ_CALENDAR = 636; |
| 2816 | |
| 2817 | // ACTION: The permission READ_CALENDAR was revoked for an app |
| 2818 | // PACKAGE: The package name of the app the permission was revoked for |
| 2819 | ACTION_PERMISSION_REVOKE_READ_CALENDAR = 637; |
| 2820 | |
| 2821 | // ACTION: An app requested the permission WRITE_CALENDAR |
| 2822 | // PACKAGE: The package name of the app requesting the permission |
| 2823 | ACTION_PERMISSION_REQUEST_WRITE_CALENDAR = 638; |
| 2824 | |
| 2825 | // ACTION: An app was granted the permission WRITE_CALENDAR |
| 2826 | // PACKAGE: The package name of the app that was granted the permission |
| 2827 | ACTION_PERMISSION_GRANT_WRITE_CALENDAR = 639; |
| 2828 | |
| 2829 | // ACTION: An app requested the permission WRITE_CALENDAR and the request was denied |
| 2830 | // PACKAGE: The package name of the app requesting the permission |
| 2831 | ACTION_PERMISSION_DENIED_WRITE_CALENDAR = 640; |
| 2832 | |
| 2833 | // ACTION: The permission WRITE_CALENDAR was revoked for an app |
| 2834 | // PACKAGE: The package name of the app the permission was revoked for |
| 2835 | ACTION_PERMISSION_REVOKE_WRITE_CALENDAR = 641; |
| 2836 | |
| 2837 | // ACTION: An app requested the permission CAMERA |
| 2838 | // PACKAGE: The package name of the app requesting the permission |
| 2839 | ACTION_PERMISSION_REQUEST_CAMERA = 642; |
| 2840 | |
| 2841 | // ACTION: An app was granted the permission CAMERA |
| 2842 | // PACKAGE: The package name of the app that was granted the permission |
| 2843 | ACTION_PERMISSION_GRANT_CAMERA = 643; |
| 2844 | |
| 2845 | // ACTION: An app requested the permission CAMERA and the request was denied |
| 2846 | // PACKAGE: The package name of the app requesting the permission |
| 2847 | ACTION_PERMISSION_DENIED_CAMERA = 644; |
| 2848 | |
| 2849 | // ACTION: The permission CAMERA was revoked for an app |
| 2850 | // PACKAGE: The package name of the app the permission was revoked for |
| 2851 | ACTION_PERMISSION_REVOKE_CAMERA = 645; |
| 2852 | |
| 2853 | // ACTION: An app requested the permission READ_CONTACTS |
| 2854 | // PACKAGE: The package name of the app requesting the permission |
| 2855 | ACTION_PERMISSION_REQUEST_READ_CONTACTS = 646; |
| 2856 | |
| 2857 | // ACTION: An app was granted the permission READ_CONTACTS |
| 2858 | // PACKAGE: The package name of the app that was granted the permission |
| 2859 | ACTION_PERMISSION_GRANT_READ_CONTACTS = 647; |
| 2860 | |
| 2861 | // ACTION: An app requested the permission READ_CONTACTS and the request was denied |
| 2862 | // PACKAGE: The package name of the app requesting the permission |
| 2863 | ACTION_PERMISSION_DENIED_READ_CONTACTS = 648; |
| 2864 | |
| 2865 | // ACTION: The permission READ_CONTACTS was revoked for an app |
| 2866 | // PACKAGE: The package name of the app the permission was revoked for |
| 2867 | ACTION_PERMISSION_REVOKE_READ_CONTACTS = 649; |
| 2868 | |
| 2869 | // ACTION: An app requested the permission WRITE_CONTACTS |
| 2870 | // PACKAGE: The package name of the app requesting the permission |
| 2871 | ACTION_PERMISSION_REQUEST_WRITE_CONTACTS = 650; |
| 2872 | |
| 2873 | // ACTION: An app was granted the permission WRITE_CONTACTS |
| 2874 | // PACKAGE: The package name of the app that was granted the permission |
| 2875 | ACTION_PERMISSION_GRANT_WRITE_CONTACTS = 651; |
| 2876 | |
| 2877 | // ACTION: An app requested the permission WRITE_CONTACTS and the request was denied |
| 2878 | // PACKAGE: The package name of the app requesting the permission |
| 2879 | ACTION_PERMISSION_DENIED_WRITE_CONTACTS = 652; |
| 2880 | |
| 2881 | // ACTION: The permission WRITE_CONTACTS was revoked for an app |
| 2882 | // PACKAGE: The package name of the app the permission was revoked for |
| 2883 | ACTION_PERMISSION_REVOKE_WRITE_CONTACTS = 653; |
| 2884 | |
| 2885 | // ACTION: An app requested the permission GET_ACCOUNTS |
| 2886 | // PACKAGE: The package name of the app requesting the permission |
| 2887 | ACTION_PERMISSION_REQUEST_GET_ACCOUNTS = 654; |
| 2888 | |
| 2889 | // ACTION: An app was granted the permission GET_ACCOUNTS |
| 2890 | // PACKAGE: The package name of the app that was granted the permission |
| 2891 | ACTION_PERMISSION_GRANT_GET_ACCOUNTS = 655; |
| 2892 | |
| 2893 | // ACTION: An app requested the permission GET_ACCOUNTS and the request was denied |
| 2894 | // PACKAGE: The package name of the app requesting the permission |
| 2895 | ACTION_PERMISSION_DENIED_GET_ACCOUNTS = 656; |
| 2896 | |
| 2897 | // ACTION: The permission GET_ACCOUNTS was revoked for an app |
| 2898 | // PACKAGE: The package name of the app the permission was revoked for |
| 2899 | ACTION_PERMISSION_REVOKE_GET_ACCOUNTS = 657; |
| 2900 | |
| 2901 | // ACTION: An app requested the permission ACCESS_FINE_LOCATION |
| 2902 | // PACKAGE: The package name of the app requesting the permission |
| 2903 | ACTION_PERMISSION_REQUEST_ACCESS_FINE_LOCATION = 658; |
| 2904 | |
| 2905 | // ACTION: An app was granted the permission ACCESS_FINE_LOCATION |
| 2906 | // PACKAGE: The package name of the app that was granted the permission |
| 2907 | ACTION_PERMISSION_GRANT_ACCESS_FINE_LOCATION = 659; |
| 2908 | |
| 2909 | // ACTION: An app requested the permission ACCESS_FINE_LOCATION and the request was denied |
| 2910 | // PACKAGE: The package name of the app requesting the permission |
| 2911 | ACTION_PERMISSION_DENIED_ACCESS_FINE_LOCATION = 660; |
| 2912 | |
| 2913 | // ACTION: The permission ACCESS_FINE_LOCATION was revoked for an app |
| 2914 | // PACKAGE: The package name of the app the permission was revoked for |
| 2915 | ACTION_PERMISSION_REVOKE_ACCESS_FINE_LOCATION = 661; |
| 2916 | |
| 2917 | // ACTION: An app requested the permission ACCESS_COARSE_LOCATION |
| 2918 | // PACKAGE: The package name of the app requesting the permission |
| 2919 | ACTION_PERMISSION_REQUEST_ACCESS_COARSE_LOCATION = 662; |
| 2920 | |
| 2921 | // ACTION: An app was granted the permission ACCESS_COARSE_LOCATION |
| 2922 | // PACKAGE: The package name of the app that was granted the permission |
| 2923 | ACTION_PERMISSION_GRANT_ACCESS_COARSE_LOCATION = 663; |
| 2924 | |
| 2925 | // ACTION: An app requested the permission ACCESS_COARSE_LOCATION and the request was denied |
| 2926 | // PACKAGE: The package name of the app requesting the permission |
| 2927 | ACTION_PERMISSION_DENIED_ACCESS_COARSE_LOCATION = 664; |
| 2928 | |
| 2929 | // ACTION: The permission ACCESS_COARSE_LOCATION was revoked for an app |
| 2930 | // PACKAGE: The package name of the app the permission was revoked for |
| 2931 | ACTION_PERMISSION_REVOKE_ACCESS_COARSE_LOCATION = 665; |
| 2932 | |
| 2933 | // ACTION: An app requested the permission RECORD_AUDIO |
| 2934 | // PACKAGE: The package name of the app requesting the permission |
| 2935 | ACTION_PERMISSION_REQUEST_RECORD_AUDIO = 666; |
| 2936 | |
| 2937 | // ACTION: An app was granted the permission RECORD_AUDIO |
| 2938 | // PACKAGE: The package name of the app that was granted the permission |
| 2939 | ACTION_PERMISSION_GRANT_RECORD_AUDIO = 667; |
| 2940 | |
| 2941 | // ACTION: An app requested the permission RECORD_AUDIO and the request was denied |
| 2942 | // PACKAGE: The package name of the app requesting the permission |
| 2943 | ACTION_PERMISSION_DENIED_RECORD_AUDIO = 668; |
| 2944 | |
| 2945 | // ACTION: The permission RECORD_AUDIO was revoked for an app |
| 2946 | // PACKAGE: The package name of the app the permission was revoked for |
| 2947 | ACTION_PERMISSION_REVOKE_RECORD_AUDIO = 669; |
| 2948 | |
| 2949 | // ACTION: An app requested the permission READ_PHONE_STATE |
| 2950 | // PACKAGE: The package name of the app requesting the permission |
| 2951 | ACTION_PERMISSION_REQUEST_READ_PHONE_STATE = 670; |
| 2952 | |
| 2953 | // ACTION: An app was granted the permission READ_PHONE_STATE |
| 2954 | // PACKAGE: The package name of the app that was granted the permission |
| 2955 | ACTION_PERMISSION_GRANT_READ_PHONE_STATE = 671; |
| 2956 | |
| 2957 | // ACTION: An app requested the permission READ_PHONE_STATE and the request was denied |
| 2958 | // PACKAGE: The package name of the app requesting the permission |
| 2959 | ACTION_PERMISSION_DENIED_READ_PHONE_STATE = 672; |
| 2960 | |
| 2961 | // ACTION: The permission READ_PHONE_STATE was revoked for an app |
| 2962 | // PACKAGE: The package name of the app the permission was revoked for |
| 2963 | ACTION_PERMISSION_REVOKE_READ_PHONE_STATE = 673; |
| 2964 | |
| 2965 | // ACTION: An app requested the permission CALL_PHONE |
| 2966 | // PACKAGE: The package name of the app requesting the permission |
| 2967 | ACTION_PERMISSION_REQUEST_CALL_PHONE = 674; |
| 2968 | |
| 2969 | // ACTION: An app was granted the permission CALL_PHONE |
| 2970 | // PACKAGE: The package name of the app that was granted the permission |
| 2971 | ACTION_PERMISSION_GRANT_CALL_PHONE = 675; |
| 2972 | |
| 2973 | // ACTION: An app requested the permission CALL_PHONE and the request was denied |
| 2974 | // PACKAGE: The package name of the app requesting the permission |
| 2975 | ACTION_PERMISSION_DENIED_CALL_PHONE = 676; |
| 2976 | |
| 2977 | // ACTION: The permission CALL_PHONE was revoked for an app |
| 2978 | // PACKAGE: The package name of the app the permission was revoked for |
| 2979 | ACTION_PERMISSION_REVOKE_CALL_PHONE = 677; |
| 2980 | |
| 2981 | // ACTION: An app requested the permission READ_CALL_LOG |
| 2982 | // PACKAGE: The package name of the app requesting the permission |
| 2983 | ACTION_PERMISSION_REQUEST_READ_CALL_LOG = 678; |
| 2984 | |
| 2985 | // ACTION: An app was granted the permission READ_CALL_LOG |
| 2986 | // PACKAGE: The package name of the app that was granted the permission |
| 2987 | ACTION_PERMISSION_GRANT_READ_CALL_LOG = 679; |
| 2988 | |
| 2989 | // ACTION: An app requested the permission READ_CALL_LOG and the request was denied |
| 2990 | // PACKAGE: The package name of the app requesting the permission |
| 2991 | ACTION_PERMISSION_DENIED_READ_CALL_LOG = 680; |
| 2992 | |
| 2993 | // ACTION: The permission READ_CALL_LOG was revoked for an app |
| 2994 | // PACKAGE: The package name of the app the permission was revoked for |
| 2995 | ACTION_PERMISSION_REVOKE_READ_CALL_LOG = 681; |
| 2996 | |
| 2997 | // ACTION: An app requested the permission WRITE_CALL_LOG |
| 2998 | // PACKAGE: The package name of the app requesting the permission |
| 2999 | ACTION_PERMISSION_REQUEST_WRITE_CALL_LOG = 682; |
| 3000 | |
| 3001 | // ACTION: An app was granted the permission WRITE_CALL_LOG |
| 3002 | // PACKAGE: The package name of the app that was granted the permission |
| 3003 | ACTION_PERMISSION_GRANT_WRITE_CALL_LOG = 683; |
| 3004 | |
| 3005 | // ACTION: An app requested the permission WRITE_CALL_LOG and the request was denied |
| 3006 | // PACKAGE: The package name of the app requesting the permission |
| 3007 | ACTION_PERMISSION_DENIED_WRITE_CALL_LOG = 684; |
| 3008 | |
| 3009 | // ACTION: The permission WRITE_CALL_LOG was revoked for an app |
| 3010 | // PACKAGE: The package name of the app the permission was revoked for |
| 3011 | ACTION_PERMISSION_REVOKE_WRITE_CALL_LOG = 685; |
| 3012 | |
| 3013 | // ACTION: An app requested the permission ADD_VOICEMAIL |
| 3014 | // PACKAGE: The package name of the app requesting the permission |
| 3015 | ACTION_PERMISSION_REQUEST_ADD_VOICEMAIL = 686; |
| 3016 | |
| 3017 | // ACTION: An app was granted the permission ADD_VOICEMAIL |
| 3018 | // PACKAGE: The package name of the app that was granted the permission |
| 3019 | ACTION_PERMISSION_GRANT_ADD_VOICEMAIL = 687; |
| 3020 | |
| 3021 | // ACTION: An app requested the permission ADD_VOICEMAIL and the request was denied |
| 3022 | // PACKAGE: The package name of the app requesting the permission |
| 3023 | ACTION_PERMISSION_DENIED_ADD_VOICEMAIL = 688; |
| 3024 | |
| 3025 | // ACTION: The permission ADD_VOICEMAIL was revoked for an app |
| 3026 | // PACKAGE: The package name of the app the permission was revoked for |
| 3027 | ACTION_PERMISSION_REVOKE_ADD_VOICEMAIL = 689; |
| 3028 | |
| 3029 | // ACTION: An app requested the permission USE_SIP |
| 3030 | // PACKAGE: The package name of the app requesting the permission |
| 3031 | ACTION_PERMISSION_REQUEST_USE_SIP = 690; |
| 3032 | |
| 3033 | // ACTION: An app was granted the permission USE_SIP |
| 3034 | // PACKAGE: The package name of the app that was granted the permission |
| 3035 | ACTION_PERMISSION_GRANT_USE_SIP = 691; |
| 3036 | |
| 3037 | // ACTION: An app requested the permission USE_SIP and the request was denied |
| 3038 | // PACKAGE: The package name of the app requesting the permission |
| 3039 | ACTION_PERMISSION_DENIED_USE_SIP = 692; |
| 3040 | |
| 3041 | // ACTION: The permission USE_SIP was revoked for an app |
| 3042 | // PACKAGE: The package name of the app the permission was revoked for |
| 3043 | ACTION_PERMISSION_REVOKE_USE_SIP = 693; |
| 3044 | |
| 3045 | // ACTION: An app requested the permission PROCESS_OUTGOING_CALLS |
| 3046 | // PACKAGE: The package name of the app requesting the permission |
| 3047 | ACTION_PERMISSION_REQUEST_PROCESS_OUTGOING_CALLS = 694; |
| 3048 | |
| 3049 | // ACTION: An app was granted the permission PROCESS_OUTGOING_CALLS |
| 3050 | // PACKAGE: The package name of the app that was granted the permission |
| 3051 | ACTION_PERMISSION_GRANT_PROCESS_OUTGOING_CALLS = 695; |
| 3052 | |
| 3053 | // ACTION: An app requested the permission PROCESS_OUTGOING_CALLS and the request was denied |
| 3054 | // PACKAGE: The package name of the app requesting the permission |
| 3055 | ACTION_PERMISSION_DENIED_PROCESS_OUTGOING_CALLS = 696; |
| 3056 | |
| 3057 | // ACTION: The permission PROCESS_OUTGOING_CALLS was revoked for an app |
| 3058 | // PACKAGE: The package name of the app the permission was revoked for |
| 3059 | ACTION_PERMISSION_REVOKE_PROCESS_OUTGOING_CALLS = 697; |
| 3060 | |
| 3061 | // ACTION: An app requested the permission READ_CELL_BROADCASTS |
| 3062 | // PACKAGE: The package name of the app requesting the permission |
| 3063 | ACTION_PERMISSION_REQUEST_READ_CELL_BROADCASTS = 698; |
| 3064 | |
| 3065 | // ACTION: An app was granted the permission READ_CELL_BROADCASTS |
| 3066 | // PACKAGE: The package name of the app that was granted the permission |
| 3067 | ACTION_PERMISSION_GRANT_READ_CELL_BROADCASTS = 699; |
| 3068 | |
| 3069 | // ACTION: An app requested the permission READ_CELL_BROADCASTS and the request was denied |
| 3070 | // PACKAGE: The package name of the app requesting the permission |
| 3071 | ACTION_PERMISSION_DENIED_READ_CELL_BROADCASTS = 700; |
| 3072 | |
| 3073 | // ACTION: The permission READ_CELL_BROADCASTS was revoked for an app |
| 3074 | // PACKAGE: The package name of the app the permission was revoked for |
| 3075 | ACTION_PERMISSION_REVOKE_READ_CELL_BROADCASTS = 701; |
| 3076 | |
| 3077 | // ACTION: An app requested the permission BODY_SENSORS |
| 3078 | // PACKAGE: The package name of the app requesting the permission |
| 3079 | ACTION_PERMISSION_REQUEST_BODY_SENSORS = 702; |
| 3080 | |
| 3081 | // ACTION: An app was granted the permission BODY_SENSORS |
| 3082 | // PACKAGE: The package name of the app that was granted the permission |
| 3083 | ACTION_PERMISSION_GRANT_BODY_SENSORS = 703; |
| 3084 | |
| 3085 | // ACTION: An app requested the permission BODY_SENSORS and the request was denied |
| 3086 | // PACKAGE: The package name of the app requesting the permission |
| 3087 | ACTION_PERMISSION_DENIED_BODY_SENSORS = 704; |
| 3088 | |
| 3089 | // ACTION: The permission BODY_SENSORS was revoked for an app |
| 3090 | // PACKAGE: The package name of the app the permission was revoked for |
| 3091 | ACTION_PERMISSION_REVOKE_BODY_SENSORS = 705; |
| 3092 | |
| 3093 | // ACTION: An app requested the permission SEND_SMS |
| 3094 | // PACKAGE: The package name of the app requesting the permission |
| 3095 | ACTION_PERMISSION_REQUEST_SEND_SMS = 706; |
| 3096 | |
| 3097 | // ACTION: An app was granted the permission SEND_SMS |
| 3098 | // PACKAGE: The package name of the app that was granted the permission |
| 3099 | ACTION_PERMISSION_GRANT_SEND_SMS = 707; |
| 3100 | |
| 3101 | // ACTION: An app requested the permission SEND_SMS and the request was denied |
| 3102 | // PACKAGE: The package name of the app requesting the permission |
| 3103 | ACTION_PERMISSION_DENIED_SEND_SMS = 708; |
| 3104 | |
| 3105 | // ACTION: The permission SEND_SMS was revoked for an app |
| 3106 | // PACKAGE: The package name of the app the permission was revoked for |
| 3107 | ACTION_PERMISSION_REVOKE_SEND_SMS = 709; |
| 3108 | |
| 3109 | // ACTION: An app requested the permission RECEIVE_SMS |
| 3110 | // PACKAGE: The package name of the app requesting the permission |
| 3111 | ACTION_PERMISSION_REQUEST_RECEIVE_SMS = 710; |
| 3112 | |
| 3113 | // ACTION: An app was granted the permission RECEIVE_SMS |
| 3114 | // PACKAGE: The package name of the app that was granted the permission |
| 3115 | ACTION_PERMISSION_GRANT_RECEIVE_SMS = 711; |
| 3116 | |
| 3117 | // ACTION: An app requested the permission RECEIVE_SMS and the request was denied |
| 3118 | // PACKAGE: The package name of the app requesting the permission |
| 3119 | ACTION_PERMISSION_DENIED_RECEIVE_SMS = 712; |
| 3120 | |
| 3121 | // ACTION: The permission RECEIVE_SMS was revoked for an app |
| 3122 | // PACKAGE: The package name of the app the permission was revoked for |
| 3123 | ACTION_PERMISSION_REVOKE_RECEIVE_SMS = 713; |
| 3124 | |
| 3125 | // ACTION: An app requested the permission READ_SMS |
| 3126 | // PACKAGE: The package name of the app requesting the permission |
| 3127 | ACTION_PERMISSION_REQUEST_READ_SMS = 714; |
| 3128 | |
| 3129 | // ACTION: An app was granted the permission READ_SMS |
| 3130 | // PACKAGE: The package name of the app that was granted the permission |
| 3131 | ACTION_PERMISSION_GRANT_READ_SMS = 715; |
| 3132 | |
| 3133 | // ACTION: An app requested the permission READ_SMS and the request was denied |
| 3134 | // PACKAGE: The package name of the app requesting the permission |
| 3135 | ACTION_PERMISSION_DENIED_READ_SMS = 716; |
| 3136 | |
| 3137 | // ACTION: The permission READ_SMS was revoked for an app |
| 3138 | // PACKAGE: The package name of the app the permission was revoked for |
| 3139 | ACTION_PERMISSION_REVOKE_READ_SMS = 717; |
| 3140 | |
| 3141 | // ACTION: An app requested the permission RECEIVE_WAP_PUSH |
| 3142 | // PACKAGE: The package name of the app requesting the permission |
| 3143 | ACTION_PERMISSION_REQUEST_RECEIVE_WAP_PUSH = 718; |
| 3144 | |
| 3145 | // ACTION: An app was granted the permission RECEIVE_WAP_PUSH |
| 3146 | // PACKAGE: The package name of the app that was granted the permission |
| 3147 | ACTION_PERMISSION_GRANT_RECEIVE_WAP_PUSH = 719; |
| 3148 | |
| 3149 | // ACTION: An app requested the permission RECEIVE_WAP_PUSH and the request was denied |
| 3150 | // PACKAGE: The package name of the app requesting the permission |
| 3151 | ACTION_PERMISSION_DENIED_RECEIVE_WAP_PUSH = 720; |
| 3152 | |
| 3153 | // ACTION: The permission RECEIVE_WAP_PUSH was revoked for an app |
| 3154 | // PACKAGE: The package name of the app the permission was revoked for |
| 3155 | ACTION_PERMISSION_REVOKE_RECEIVE_WAP_PUSH = 721; |
| 3156 | |
| 3157 | // ACTION: An app requested the permission RECEIVE_MMS |
| 3158 | // PACKAGE: The package name of the app requesting the permission |
| 3159 | ACTION_PERMISSION_REQUEST_RECEIVE_MMS = 722; |
| 3160 | |
| 3161 | // ACTION: An app was granted the permission RECEIVE_MMS |
| 3162 | // PACKAGE: The package name of the app that was granted the permission |
| 3163 | ACTION_PERMISSION_GRANT_RECEIVE_MMS = 723; |
| 3164 | |
| 3165 | // ACTION: An app requested the permission RECEIVE_MMS and the request was denied |
| 3166 | // PACKAGE: The package name of the app requesting the permission |
| 3167 | ACTION_PERMISSION_DENIED_RECEIVE_MMS = 724; |
| 3168 | |
| 3169 | // ACTION: The permission RECEIVE_MMS was revoked for an app |
| 3170 | // PACKAGE: The package name of the app the permission was revoked for |
| 3171 | ACTION_PERMISSION_REVOKE_RECEIVE_MMS = 725; |
| 3172 | |
| 3173 | // ACTION: An app requested the permission READ_EXTERNAL_STORAGE |
| 3174 | // PACKAGE: The package name of the app requesting the permission |
| 3175 | ACTION_PERMISSION_REQUEST_READ_EXTERNAL_STORAGE = 726; |
| 3176 | |
| 3177 | // ACTION: An app was granted the permission READ_EXTERNAL_STORAGE |
| 3178 | // PACKAGE: The package name of the app that was granted the permission |
| 3179 | ACTION_PERMISSION_GRANT_READ_EXTERNAL_STORAGE = 727; |
| 3180 | |
| 3181 | // ACTION: An app requested the permission READ_EXTERNAL_STORAGE and the request was denied |
| 3182 | // PACKAGE: The package name of the app requesting the permission |
| 3183 | ACTION_PERMISSION_DENIED_READ_EXTERNAL_STORAGE = 728; |
| 3184 | |
| 3185 | // ACTION: The permission READ_EXTERNAL_STORAGE was revoked for an app |
| 3186 | // PACKAGE: The package name of the app the permission was revoked for |
| 3187 | ACTION_PERMISSION_REVOKE_READ_EXTERNAL_STORAGE = 729; |
| 3188 | |
| 3189 | // ACTION: An app requested the permission WRITE_EXTERNAL_STORAGE |
| 3190 | // PACKAGE: The package name of the app requesting the permission |
| 3191 | ACTION_PERMISSION_REQUEST_WRITE_EXTERNAL_STORAGE = 730; |
| 3192 | |
| 3193 | // ACTION: An app was granted the permission WRITE_EXTERNAL_STORAGE |
| 3194 | // PACKAGE: The package name of the app that was granted the permission |
| 3195 | ACTION_PERMISSION_GRANT_WRITE_EXTERNAL_STORAGE = 731; |
| 3196 | |
| 3197 | // ACTION: An app requested the permission WRITE_EXTERNAL_STORAGE and the request was denied |
| 3198 | // PACKAGE: The package name of the app requesting the permission |
| 3199 | ACTION_PERMISSION_DENIED_WRITE_EXTERNAL_STORAGE = 732; |
| 3200 | |
| 3201 | // ACTION: The permission WRITE_EXTERNAL_STORAGE was revoked for an app |
| 3202 | // PACKAGE: The package name of the app the permission was revoked for |
| 3203 | ACTION_PERMISSION_REVOKE_WRITE_EXTERNAL_STORAGE = 733; |
| 3204 | |
Mahaver | fa6566e | 2016-11-29 21:08:14 +0000 | [diff] [blame] | 3205 | // ACTION: Logged when a provisioning session has started |
| 3206 | PROVISIONING_SESSION_STARTED = 734; |
| 3207 | |
| 3208 | // ACTION: Logged when a provisioning session has completed |
| 3209 | PROVISIONING_SESSION_COMPLETED = 735; |
| 3210 | |
Chad Brubaker | 0c1651f | 2017-03-30 16:29:10 -0700 | [diff] [blame] | 3211 | // ACTION: An app requested the permission READ_PHONE_NUMBERS |
Chad Brubaker | 811825a | 2016-12-06 12:31:15 -0800 | [diff] [blame] | 3212 | // PACKAGE: The package name of the app requesting the permission |
Chad Brubaker | 0c1651f | 2017-03-30 16:29:10 -0700 | [diff] [blame] | 3213 | ACTION_PERMISSION_REQUEST_READ_PHONE_NUMBERS = 736; |
Chad Brubaker | 811825a | 2016-12-06 12:31:15 -0800 | [diff] [blame] | 3214 | |
Chad Brubaker | 0c1651f | 2017-03-30 16:29:10 -0700 | [diff] [blame] | 3215 | // ACTION: An app was granted the permission READ_PHONE_NUMBERS |
Chad Brubaker | 811825a | 2016-12-06 12:31:15 -0800 | [diff] [blame] | 3216 | // PACKAGE: The package name of the app that was granted the permission |
Chad Brubaker | 0c1651f | 2017-03-30 16:29:10 -0700 | [diff] [blame] | 3217 | ACTION_PERMISSION_GRANT_READ_PHONE_NUMBERS = 737; |
Chad Brubaker | 811825a | 2016-12-06 12:31:15 -0800 | [diff] [blame] | 3218 | |
Chad Brubaker | 0c1651f | 2017-03-30 16:29:10 -0700 | [diff] [blame] | 3219 | // ACTION: An app requested the permission READ_PHONE_NUMBERS and the request was denied |
Chad Brubaker | 811825a | 2016-12-06 12:31:15 -0800 | [diff] [blame] | 3220 | // PACKAGE: The package name of the app requesting the permission |
Chad Brubaker | 0c1651f | 2017-03-30 16:29:10 -0700 | [diff] [blame] | 3221 | ACTION_PERMISSION_DENIED_READ_PHONE_NUMBERS = 738; |
Chad Brubaker | 811825a | 2016-12-06 12:31:15 -0800 | [diff] [blame] | 3222 | |
Chad Brubaker | 0c1651f | 2017-03-30 16:29:10 -0700 | [diff] [blame] | 3223 | // ACTION: The permission READ_PHONE_NUMBERS was revoked for an app |
Chad Brubaker | 811825a | 2016-12-06 12:31:15 -0800 | [diff] [blame] | 3224 | // PACKAGE: The package name of the app the permission was revoked for |
Chad Brubaker | 0c1651f | 2017-03-30 16:29:10 -0700 | [diff] [blame] | 3225 | ACTION_PERMISSION_REVOKE_READ_PHONE_NUMBERS = 739; |
Chad Brubaker | 811825a | 2016-12-06 12:31:15 -0800 | [diff] [blame] | 3226 | |
Santos Cordon | 3107d29 | 2016-09-20 15:50:35 -0700 | [diff] [blame] | 3227 | // ACTION: QS Brightness Slider (with auto brightness disabled, and VR enabled) |
| 3228 | // SUBTYPE: slider value |
| 3229 | // CATEGORY: QUICK_SETTINGS |
| 3230 | // OS: 6.0 |
| 3231 | ACTION_BRIGHTNESS_FOR_VR = 498; |
| 3232 | |
Hugo Benichi | e1cbf15 | 2016-12-08 09:36:52 +0900 | [diff] [blame] | 3233 | // ACTION: A captive portal was detected during network validation |
| 3234 | // CATEGORY: NOTIFICATION |
| 3235 | // OS: N-MR2 |
| 3236 | NOTIFICATION_NETWORK_SIGN_IN = 740; |
| 3237 | |
| 3238 | // ACTION: An unvalidated network without Internet was selected by the user |
| 3239 | // CATEGORY: NOTIFICATION |
| 3240 | // OS: N-MR2 |
| 3241 | NOTIFICATION_NETWORK_NO_INTERNET = 741; |
| 3242 | |
| 3243 | // ACTION: A validated network failed revalidation and lost Internet access |
| 3244 | // CATEGORY: NOTIFICATION |
| 3245 | // OS: N-MR2 |
| 3246 | NOTIFICATION_NETWORK_LOST_INTERNET = 742; |
| 3247 | |
| 3248 | // ACTION: The system default network switched to a different network |
| 3249 | // CATEGORY: NOTIFICATION |
| 3250 | // OS: N-MR2 |
| 3251 | NOTIFICATION_NETWORK_SWITCH = 743; |
| 3252 | |
Fan Zhang | 074c4cb | 2016-12-21 12:10:33 -0800 | [diff] [blame] | 3253 | // OPEN: Settings > System |
| 3254 | SETTINGS_SYSTEM_CATEGORY = 744; |
| 3255 | |
| 3256 | // OPEN: Settings > Storage |
| 3257 | SETTINGS_STORAGE_CATEGORY = 745; |
| 3258 | |
| 3259 | // OPEN: Settings > Network & Internet |
| 3260 | SETTINGS_NETWORK_CATEGORY = 746; |
| 3261 | |
| 3262 | // OPEN: Settings > Connected Device |
| 3263 | SETTINGS_CONNECTED_DEVICE_CATEGORY = 747; |
| 3264 | |
| 3265 | // OPEN: Settings > App & Notification |
| 3266 | SETTINGS_APP_NOTIF_CATEGORY = 748; |
| 3267 | |
| 3268 | // OPEN: Settings > System > Input & Gesture |
| 3269 | SETTINGS_INPUT_CATEGORY = 749; |
| 3270 | |
| 3271 | // OPEN: Settings > System > Language & Region |
| 3272 | SETTINGS_LANGUAGE_CATEGORY = 750; |
| 3273 | |
| 3274 | // OPEN: Settings > System > Input & Gesture > Swipe to notification gesture |
| 3275 | SETTINGS_GESTURE_SWIPE_TO_NOTIFICATION = 751; |
| 3276 | |
| 3277 | // OPEN: Settings > System > Input & Gesture > Double tap power button gesture |
| 3278 | SETTINGS_GESTURE_DOUBLE_TAP_POWER = 752; |
| 3279 | |
| 3280 | // OPEN: Settings > System > Input & Gesture > Pick up gesture |
| 3281 | SETTINGS_GESTURE_PICKUP = 753; |
| 3282 | |
| 3283 | // OPEN: Settings > System > Input & Gesture > Double tap screen gesture |
| 3284 | SETTINGS_GESTURE_DOUBLE_TAP_SCREEN = 754; |
| 3285 | |
| 3286 | // OPEN: Settings > System > Input & Gesture > Double twist gesture |
| 3287 | SETTINGS_GESTURE_DOUBLE_TWIST = 755; |
| 3288 | |
Salvador Martinez | 8eb4f62 | 2016-11-18 13:44:57 -0800 | [diff] [blame] | 3289 | // OPEN: Settings > Support > SupportDisclaimerDialog > SupportSystemInformationDialog |
| 3290 | // CATEGORY: Settings |
| 3291 | DIALOG_SUPPORT_SYSTEM_INFORMATION = 756; |
| 3292 | |
Alison Cichowlas | 803054d | 2016-12-13 14:38:01 -0500 | [diff] [blame] | 3293 | // These values should never appear in log outputs - they are reserved for |
Chris Wren | 67b3eb9 | 2017-03-07 11:31:12 -0500 | [diff] [blame] | 3294 | // internal platform metrics use. |
Chris Wren | 26ca65d | 2016-11-29 10:43:28 -0500 | [diff] [blame] | 3295 | RESERVED_FOR_LOGBUILDER_CATEGORY = 757; |
| 3296 | RESERVED_FOR_LOGBUILDER_TYPE = 758; |
| 3297 | RESERVED_FOR_LOGBUILDER_SUBTYPE = 759; |
Alison Cichowlas | 803054d | 2016-12-13 14:38:01 -0500 | [diff] [blame] | 3298 | |
Salvador Martinez | c43ab06 | 2016-12-21 11:09:11 -0800 | [diff] [blame] | 3299 | // ACTION: "Do not show again" was enabled in the support disclaimer and the |
| 3300 | // user accepted |
| 3301 | ACTION_SKIP_DISCLAIMER_SELECTED = 760; |
Alison Cichowlas | 803054d | 2016-12-13 14:38:01 -0500 | [diff] [blame] | 3302 | |
Alison Cichowlas | 5cc5d8a | 2017-01-10 11:25:06 -0500 | [diff] [blame] | 3303 | // Enclosing category for group of APP_TRANSITION_FOO events, |
| 3304 | // logged when we execute an app transition. |
| 3305 | APP_TRANSITION = 761; |
| 3306 | |
Fan Zhang | 945deea | 2017-01-11 16:37:49 -0800 | [diff] [blame] | 3307 | // ACTION: User leaves Settings search UI without entering any query. |
| 3308 | ACTION_LEAVE_SEARCH_RESULT_WITHOUT_QUERY = 762; |
| 3309 | |
| 3310 | // ACTION: Clicking on any search result in Settings. |
| 3311 | ACTION_CLICK_SETTINGS_SEARCH_RESULT = 763; |
Alison Cichowlas | 5cc5d8a | 2017-01-10 11:25:06 -0500 | [diff] [blame] | 3312 | |
Fyodor Kupolov | 7423ffc | 2017-01-13 15:22:34 -0800 | [diff] [blame] | 3313 | // ACTION: Allow Battery optimization for an app |
| 3314 | APP_SPECIAL_PERMISSION_BATTERY_ALLOW = 764; |
| 3315 | |
| 3316 | // ACTION: Deny Battery optimization for an app |
| 3317 | APP_SPECIAL_PERMISSION_BATTERY_DENY = 765; |
| 3318 | |
| 3319 | // ACTION: Enable Device Admin app |
| 3320 | APP_SPECIAL_PERMISSION_ADMIN_ALLOW = 766; |
| 3321 | |
| 3322 | // ACTION: Disable Device Admin app |
| 3323 | APP_SPECIAL_PERMISSION_ADMIN_DENY = 767; |
| 3324 | |
| 3325 | // ACTION: Allow "Do Not Disturb access" for an app |
| 3326 | APP_SPECIAL_PERMISSION_DND_ALLOW = 768; |
| 3327 | |
| 3328 | // ACTION: Deny "Do Not Disturb access" for an app |
| 3329 | APP_SPECIAL_PERMISSION_DND_DENY = 769; |
| 3330 | |
| 3331 | // ACTION: Allow "Draw over other apps" for an app |
| 3332 | APP_SPECIAL_PERMISSION_APPDRAW_ALLOW = 770; |
| 3333 | |
Christine Franks | 47175c3 | 2017-03-14 10:21:25 -0700 | [diff] [blame] | 3334 | // ACTION: Deny "Display over other apps" for an app |
Fyodor Kupolov | 7423ffc | 2017-01-13 15:22:34 -0800 | [diff] [blame] | 3335 | APP_SPECIAL_PERMISSION_APPDRAW_DENY = 771; |
| 3336 | |
| 3337 | // ACTION: Allow "VR helper services" for an app |
| 3338 | APP_SPECIAL_PERMISSION_VRHELPER_ALLOW = 772; |
| 3339 | |
| 3340 | // ACTION: Deny "VR helper services" for an app |
| 3341 | APP_SPECIAL_PERMISSION_VRHELPER_DENY = 773; |
| 3342 | |
| 3343 | // ACTION: Allow "Modify system settings" for an app |
| 3344 | APP_SPECIAL_PERMISSION_SETTINGS_CHANGE_ALLOW = 774; |
| 3345 | |
| 3346 | // ACTION: Deny "Modify system settings" for an app |
| 3347 | APP_SPECIAL_PERMISSION_SETTINGS_CHANGE_DENY = 775; |
| 3348 | |
| 3349 | // ACTION: Allow "Notification access" for an app |
| 3350 | APP_SPECIAL_PERMISSION_NOTIVIEW_ALLOW = 776; |
| 3351 | |
| 3352 | // ACTION: Deny "Notification access" for an app |
| 3353 | APP_SPECIAL_PERMISSION_NOTIVIEW_DENY = 777; |
| 3354 | |
| 3355 | // ACTION: "Premium SMS access" for an app - "ask user" option |
| 3356 | APP_SPECIAL_PERMISSION_PREMIUM_SMS_ASK = 778; |
| 3357 | |
| 3358 | // ACTION: "Premium SMS access" for an app - "never allow" option |
| 3359 | APP_SPECIAL_PERMISSION_PREMIUM_SMS_DENY = 779; |
| 3360 | |
| 3361 | // ACTION: "Premium SMS access" for an app - "always allow" option |
| 3362 | APP_SPECIAL_PERMISSION_PREMIUM_SMS_ALWAYS_ALLOW = 780; |
| 3363 | |
| 3364 | // ACTION: Allow "Unrestricted data access" for an app |
| 3365 | APP_SPECIAL_PERMISSION_UNL_DATA_ALLOW = 781; |
| 3366 | |
| 3367 | // ACTION: Deny "Unrestricted data access" for an app |
| 3368 | APP_SPECIAL_PERMISSION_UNL_DATA_DENY = 782; |
| 3369 | |
| 3370 | // ACTION: Allow "Usage access" for an app |
| 3371 | APP_SPECIAL_PERMISSION_USAGE_VIEW_ALLOW = 783; |
| 3372 | |
| 3373 | // ACTION: Deny "Usage access" for an app |
| 3374 | APP_SPECIAL_PERMISSION_USAGE_VIEW_DENY = 784; |
| 3375 | |
Fan Zhang | ad5dacc | 2017-01-18 14:18:54 -0800 | [diff] [blame] | 3376 | // OPEN: Settings > Apps > Default Apps > Default browser |
| 3377 | DEFAULT_BROWSER_PICKER = 785; |
| 3378 | |
| 3379 | // OPEN: Settings > Apps > Default Apps > Default emergency app |
| 3380 | DEFAULT_EMERGENCY_APP_PICKER = 786; |
| 3381 | |
| 3382 | // OPEN: Settings > Apps > Default Apps > Default home |
| 3383 | DEFAULT_HOME_PICKER = 787; |
| 3384 | |
| 3385 | // OPEN: Settings > Apps > Default Apps > Default phone |
| 3386 | DEFAULT_PHONE_PICKER = 788; |
| 3387 | |
| 3388 | // OPEN: Settings > Apps > Default Apps > Default sms |
| 3389 | DEFAULT_SMS_PICKER = 789; |
| 3390 | |
| 3391 | // OPEN: Settings > Apps > Default Apps > Default notification assistant |
| 3392 | DEFAULT_NOTIFICATION_ASSISTANT = 790; |
| 3393 | |
| 3394 | // OPEN: Settings > Apps > Default Apps > Warning dialog to confirm selection |
| 3395 | DEFAULT_APP_PICKER_CONFIRMATION_DIALOG = 791; |
| 3396 | |
Jason Long | 1b51da6 | 2017-01-24 11:35:31 -0800 | [diff] [blame] | 3397 | // OPEN: Settings > Apps > Default Apps > Default autofill app |
| 3398 | DEFAULT_AUTOFILL_PICKER = 792; |
Jason Long | c100962 | 2017-01-18 03:15:21 -0800 | [diff] [blame] | 3399 | |
Chris Wren | 26ca65d | 2016-11-29 10:43:28 -0500 | [diff] [blame] | 3400 | // These values should never appear in log outputs - they are reserved for |
Chris Wren | 67b3eb9 | 2017-03-07 11:31:12 -0500 | [diff] [blame] | 3401 | // internal platform metrics use. |
Chris Wren | 26ca65d | 2016-11-29 10:43:28 -0500 | [diff] [blame] | 3402 | NOTIFICATION_SINCE_CREATE_MILLIS = 793; |
| 3403 | NOTIFICATION_SINCE_VISIBLE_MILLIS = 794; |
| 3404 | NOTIFICATION_SINCE_UPDATE_MILLIS = 795; |
| 3405 | NOTIFICATION_ID = 796; |
| 3406 | NOTIFICATION_TAG = 797; |
| 3407 | NOTIFICATION_SHADE_INDEX = 798; |
| 3408 | RESERVED_FOR_LOGBUILDER_NAME = 799; |
Philip P. Moltmann | 2e30126 | 2016-06-16 12:39:54 -0700 | [diff] [blame] | 3409 | |
Anas Karbila | f7648f4 | 2016-12-11 00:55:02 +0100 | [diff] [blame] | 3410 | // OPEN: QS NFC tile shown |
| 3411 | // ACTION: QS NFC tile tapped |
| 3412 | // CATEGORY: QUICK_SETTINGS |
Jason Monk | 8cff199 | 2017-01-18 13:45:59 -0500 | [diff] [blame] | 3413 | QS_NFC = 800; |
Anas Karbila | f7648f4 | 2016-12-11 00:55:02 +0100 | [diff] [blame] | 3414 | |
Chris Wren | 26ca65d | 2016-11-29 10:43:28 -0500 | [diff] [blame] | 3415 | // These values should never appear in log outputs - they are reserved for |
Chris Wren | 67b3eb9 | 2017-03-07 11:31:12 -0500 | [diff] [blame] | 3416 | // internal platform metrics use. |
Chris Wren | 26ca65d | 2016-11-29 10:43:28 -0500 | [diff] [blame] | 3417 | RESERVED_FOR_LOGBUILDER_BUCKET = 801; |
| 3418 | RESERVED_FOR_LOGBUILDER_VALUE = 802; |
| 3419 | RESERVED_FOR_LOGBUILDER_COUNTER = 803; |
| 3420 | RESERVED_FOR_LOGBUILDER_HISTOGRAM = 804; |
| 3421 | RESERVED_FOR_LOGBUILDER_TIMESTAMP = 805; |
| 3422 | RESERVED_FOR_LOGBUILDER_PACKAGENAME = 806; |
| 3423 | |
Fyodor Kupolov | dc7505d | 2017-01-18 18:28:21 -0800 | [diff] [blame] | 3424 | // ACTION: "Force stop" action on an app |
| 3425 | ACTION_APP_FORCE_STOP = 807; |
| 3426 | |
Suprabh Shukla | 2f34b1a | 2016-12-16 14:47:25 -0800 | [diff] [blame] | 3427 | // OPEN: Settings > Apps > Gear > Special Access > Install other apps |
| 3428 | // CATEGORY: SETTINGS |
| 3429 | // OS: 8.0 |
| 3430 | MANAGE_EXTERNAL_SOURCES = 808; |
| 3431 | |
Mahaver | 6cd4716 | 2017-01-23 09:59:33 +0000 | [diff] [blame] | 3432 | // ACTION: Logged when terms activity finishes. |
| 3433 | // TIME: Indicates time taken by terms activity to finish in MS. |
| 3434 | PROVISIONING_TERMS_ACTIVITY_TIME_MS = 809; |
| 3435 | |
| 3436 | // Indicates number of terms displayed on the terms screen. |
| 3437 | PROVISIONING_TERMS_COUNT = 810; |
| 3438 | |
| 3439 | // Indicates number of terms read on the terms screen. |
| 3440 | PROVISIONING_TERMS_READ = 811; |
| 3441 | |
Winson Chung | 59fda9e | 2017-01-20 16:14:51 -0800 | [diff] [blame] | 3442 | // Logs that the user has edited the picture-in-picture settings. |
| 3443 | // CATEGORY: SETTINGS |
| 3444 | SETTINGS_MANAGE_PICTURE_IN_PICTURE = 812; |
| 3445 | |
Winson Chung | f4ac063 | 2017-03-17 12:34:12 -0700 | [diff] [blame] | 3446 | // ACTION: Allow "Enable picture-in-picture" for an app |
| 3447 | APP_PICTURE_IN_PICTURE_ALLOW = 813; |
Winson Chung | 59fda9e | 2017-01-20 16:14:51 -0800 | [diff] [blame] | 3448 | |
Winson Chung | f4ac063 | 2017-03-17 12:34:12 -0700 | [diff] [blame] | 3449 | // ACTION: Deny "Enable picture-in-picture" for an app |
| 3450 | APP_PICTURE_IN_PICTURE_DENY = 814; |
Winson Chung | 59fda9e | 2017-01-20 16:14:51 -0800 | [diff] [blame] | 3451 | |
Niels Egberts | b8de3d6 | 2017-01-24 15:30:28 +0000 | [diff] [blame] | 3452 | // OPEN: Settings > Language & input > Text-to-speech output -> Speech rate & pitch |
| 3453 | // CATEGORY: SETTINGS |
| 3454 | // OS: 8.0 |
| 3455 | TTS_SLIDERS = 815; |
| 3456 | |
Jason Monk | 524fb40 | 2017-01-25 10:33:31 -0500 | [diff] [blame] | 3457 | // ACTION: Settings -> Display -> Theme |
| 3458 | ACTION_THEME = 816; |
| 3459 | |
chchao | b8e253a | 2017-01-25 12:12:09 -0800 | [diff] [blame] | 3460 | // OPEN: SUW Welcome Screen -> Vision Settings -> Select to Speak |
| 3461 | // ACTION: Select to Speak configuration is chosen |
| 3462 | // SUBTYPE: 0 is off, 1 is on |
| 3463 | // CATEGORY: SETTINGS |
| 3464 | // OS: N |
| 3465 | SUW_ACCESSIBILITY_TOGGLE_SELECT_TO_SPEAK = 817; |
| 3466 | |
Anton Philippov | 95a553e | 2017-01-27 00:08:24 +0000 | [diff] [blame] | 3467 | // OPEN: Settings > System > Backup |
| 3468 | // CATEGORY: SETTINGS |
| 3469 | // OS: O |
| 3470 | BACKUP_SETTINGS = 818; |
| 3471 | |
Winson Chung | 14fbe14 | 2016-12-19 16:18:24 -0800 | [diff] [blame] | 3472 | // ACTION: Picture-in-picture was explicitly entered for an activity |
Chris Wren | 27a52fa | 2017-02-01 14:21:43 -0500 | [diff] [blame] | 3473 | // VALUE: true if it was entered while hiding as a result of moving to |
| 3474 | // another task, false otherwise |
Winson Chung | 14fbe14 | 2016-12-19 16:18:24 -0800 | [diff] [blame] | 3475 | ACTION_PICTURE_IN_PICTURE_ENTERED = 819; |
| 3476 | |
| 3477 | // ACTION: The activity currently in picture-in-picture was expanded back to fullscreen |
| 3478 | // PACKAGE: The package name of the activity that was expanded back to fullscreen |
| 3479 | ACTION_PICTURE_IN_PICTURE_EXPANDED_TO_FULLSCREEN = 820; |
| 3480 | |
| 3481 | // ACTION: The activity currently in picture-in-picture was minimized |
| 3482 | // VALUE: True if the PiP was minimized, false otherwise |
| 3483 | ACTION_PICTURE_IN_PICTURE_MINIMIZED = 821; |
| 3484 | |
| 3485 | // ACTION: Picture-in-picture was dismissed via the dismiss button |
| 3486 | // VALUE: 0 if dismissed by tap, 1 if dismissed by drag |
| 3487 | ACTION_PICTURE_IN_PICTURE_DISMISSED = 822; |
| 3488 | |
| 3489 | // ACTION: The visibility of the picture-in-picture meny |
| 3490 | // VALUE: Whether or not the menu is visible |
| 3491 | ACTION_PICTURE_IN_PICTURE_MENU = 823; |
| 3492 | |
| 3493 | // Enclosing category for group of PICTURE_IN_PICTURE_ASPECT_RATIO_FOO events, |
| 3494 | // logged when the aspect ratio changes |
| 3495 | ACTION_PICTURE_IN_PICTURE_ASPECT_RATIO_CHANGED = 824; |
| 3496 | |
| 3497 | // The current aspect ratio of the PiP, logged when it changes. |
| 3498 | PICTURE_IN_PICTURE_ASPECT_RATIO = 825; |
| 3499 | |
Chris Wren | 27a52fa | 2017-02-01 14:21:43 -0500 | [diff] [blame] | 3500 | // FIELD - length in dp of ACTION_LS_* gestures, or zero if not applicable |
| 3501 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 3502 | // OS: O |
| 3503 | FIELD_GESTURE_LENGTH = 826; |
| 3504 | |
| 3505 | // FIELD - velocity in dp (per second?) of ACTION_LS_* gestures, or zero if not applicable |
| 3506 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 3507 | // OS: O |
| 3508 | FIELD_GESTURE_VELOCITY = 827; |
| 3509 | |
Christine Franks | 27fde39 | 2017-02-07 10:21:55 -0800 | [diff] [blame] | 3510 | // OPEN: Carrier demo mode password dialog |
| 3511 | CARRIER_DEMO_MODE_PASSWORD = 828; |
| 3512 | |
Fan Zhang | 70967f3 | 2017-02-13 16:02:24 -0800 | [diff] [blame] | 3513 | // ACTION: Create a Settings shortcut item. |
| 3514 | ACTION_SETTINGS_CREATE_SHORTCUT = 829; |
| 3515 | |
| 3516 | // ACTION: A tile in Settings information architecture is clicked |
| 3517 | ACTION_SETTINGS_TILE_CLICK = 830; |
| 3518 | |
Julia Reynolds | 520df6e | 2017-02-13 09:05:10 -0500 | [diff] [blame] | 3519 | // OPEN: Notification unsnoozed. CLOSE: Notification snoozed. UPDATE: snoozed notification |
| 3520 | // updated |
| 3521 | // CATEGORY: NOTIFICATION |
| 3522 | // OS: O |
| 3523 | NOTIFICATION_SNOOZED = 831; |
| 3524 | |
| 3525 | // Tagged data for NOTIFICATION_SNOOZED. TRUE: snoozed until context, FALSE: snoozed for time. |
| 3526 | // OS: O |
| 3527 | NOTIFICATION_SNOOZED_CRITERIA = 832; |
| 3528 | |
Fan Zhang | 6589943 | 2017-02-14 13:36:53 -0800 | [diff] [blame] | 3529 | // FIELD - The context (source) from which an action is performed |
Jason Monk | f8c2f7b | 2017-09-06 09:22:29 -0400 | [diff] [blame] | 3530 | // For QS, this is a boolean of whether the panel is expanded |
Fan Zhang | 6589943 | 2017-02-14 13:36:53 -0800 | [diff] [blame] | 3531 | FIELD_CONTEXT = 833; |
| 3532 | |
Fan Zhang | d95dcb4 | 2017-02-14 13:48:09 -0800 | [diff] [blame] | 3533 | // ACTION: Settings advanced button is expanded |
| 3534 | ACTION_SETTINGS_ADVANCED_BUTTON_EXPAND = 834; |
| 3535 | |
Sundeep Ghuman | 53a7e8c | 2017-02-13 13:13:07 -0800 | [diff] [blame] | 3536 | // ACTION: Logs the number of times the saved network evaluator was used to |
| 3537 | // recommend a wifi network |
| 3538 | WIFI_NETWORK_RECOMMENDATION_SAVED_NETWORK_EVALUATOR = 835; |
| 3539 | |
| 3540 | // ACTION: Logs the number of times the recommended network evaluator was |
| 3541 | // used to recommend a wifi network |
| 3542 | WIFI_NETWORK_RECOMMENDATION_RECOMMENDED_NETWORK_EVALUATOR = 836; |
| 3543 | |
| 3544 | // ACTION: Logs the number of times a recommended network was resulted in a |
| 3545 | // successful connection |
| 3546 | // VALUE: true if the connection was successful, false if the connection failed |
| 3547 | WIFI_NETWORK_RECOMMENDATION_CONNECTION_SUCCESS = 837; |
| 3548 | |
Daniel Nishi | c581bfc | 2017-02-08 10:18:19 -0800 | [diff] [blame] | 3549 | // OPEN: Settings > Storage > Games |
| 3550 | // CATEGORY: SETTINGS |
| 3551 | // OS: O |
| 3552 | APPLICATIONS_STORAGE_GAMES = 838; |
| 3553 | |
| 3554 | // OPEN: Settings > Storage > Audio and Music |
| 3555 | // CATEGORY: SETTINGS |
| 3556 | // OS: O |
| 3557 | APPLICATIONS_STORAGE_MUSIC = 839; |
| 3558 | |
| 3559 | // ACTION: Settings > Storage > Free Up Space to launch Deletion Helper |
| 3560 | // CATEGORY: SETTINGS |
| 3561 | // OS: O |
| 3562 | STORAGE_FREE_UP_SPACE_NOW = 840; |
| 3563 | |
| 3564 | // ACTION: Settings > Storage > Files to open the File Manager |
| 3565 | // CATEGORY: SETTINGS |
| 3566 | // OS: O |
| 3567 | STORAGE_FILES = 841; |
| 3568 | |
Fan Zhang | b1d4922 | 2017-02-15 17:12:58 -0800 | [diff] [blame] | 3569 | // FIELD - Rank of the clicked Settings search result |
Fan Zhang | 449502e | 2017-06-26 12:07:59 -0700 | [diff] [blame] | 3570 | FIELD_SETTINGS_SEARCH_RESULT_RANK = 842; |
Fan Zhang | b1d4922 | 2017-02-15 17:12:58 -0800 | [diff] [blame] | 3571 | |
Fan Zhang | 7f2cace | 2017-02-17 12:05:48 -0800 | [diff] [blame] | 3572 | // OPEN: Settings > Apps > Default Apps > Assist > Default assist |
| 3573 | DEFAULT_ASSIST_PICKER = 843; |
| 3574 | |
| 3575 | // OPEN: Settings > Apps > Default Apps > Assist > Default voice input |
| 3576 | DEFAULT_VOICE_INPUT_PICKER = 844; |
| 3577 | |
Daniel Nishi | 4058a84 | 2017-02-21 17:11:35 -0800 | [diff] [blame] | 3578 | // OPEN: Settings > Storage > [Profile] |
| 3579 | SETTINGS_STORAGE_PROFILE = 845; |
| 3580 | |
Doris Ling | edb84c3 | 2017-02-23 10:56:01 -0800 | [diff] [blame] | 3581 | // OPEN: Settings > Security & screen lock -> Encryption & crendentials |
| 3582 | // CATEGORY: SETTINGS |
| 3583 | // OS: O |
| 3584 | ENCRYPTION_AND_CREDENTIAL = 846; |
| 3585 | |
Fan Zhang | b66e542 | 2017-02-24 14:37:45 -0800 | [diff] [blame] | 3586 | // ACTION: Settings > About device > Build number |
| 3587 | ACTION_SETTINGS_BUILD_NUMBER_PREF = 847; |
| 3588 | |
| 3589 | // FIELD: Whether developer mode has already been enabled when clicking build number preference |
| 3590 | FIELD_SETTINGS_BUILD_NUMBER_DEVELOPER_MODE_ENABLED = 848; |
| 3591 | |
Sundeep Ghuman | 104aa31 | 2017-02-27 15:57:58 -0800 | [diff] [blame] | 3592 | // OPEN: Settings > Wi-Fi > Network Details (click on Access Point) |
| 3593 | // CATEGORY: SETTINGS |
| 3594 | // OS: O |
| 3595 | WIFI_NETWORK_DETAILS = 849; |
| 3596 | |
jackqdyulei | a2a1434 | 2017-02-28 16:20:48 -0800 | [diff] [blame] | 3597 | // ACTION: Settings > Battery > Menu > Usage Alerts |
| 3598 | ACTION_SETTINGS_MENU_BATTERY_USAGE_ALERTS = 850; |
| 3599 | |
| 3600 | // ACTION: Settings > Battery > Menu > Optimization |
| 3601 | ACTION_SETTINGS_MENU_BATTERY_OPTIMIZATION = 851; |
| 3602 | |
| 3603 | // ACTION: Settings > Battery > Menu > Apps Toggle |
| 3604 | ACTION_SETTINGS_MENU_BATTERY_APPS_TOGGLE = 852; |
| 3605 | |
Fan Zhang | b5ce2d1 | 2017-03-06 15:33:10 -0800 | [diff] [blame] | 3606 | // ACTION: Settings > Any preference is changed |
| 3607 | ACTION_SETTINGS_PREFERENCE_CHANGE = 853; |
| 3608 | |
| 3609 | // FIELD: The name of preference when it is changed in Settings |
| 3610 | FIELD_SETTINGS_PREFERENCE_CHANGE_NAME = 854; |
| 3611 | |
| 3612 | // FIELD: The new value of preference when it is changed in Settings |
| 3613 | FIELD_SETTINGS_PREFERENCE_CHANGE_VALUE = 855; |
| 3614 | |
Julia Reynolds | d373d78 | 2017-03-03 13:32:57 -0500 | [diff] [blame] | 3615 | // OPEN: Notification channel created. CLOSE: Notification channel deleted. UPDATE: notification |
| 3616 | // channel updated |
| 3617 | // PACKAGE: the package the channel belongs too |
| 3618 | // CATEGORY: NOTIFICATION |
| 3619 | // OS: O |
| 3620 | ACTION_NOTIFICATION_CHANNEL = 856; |
| 3621 | |
| 3622 | // Tagged data for notification channel. String. |
| 3623 | FIELD_NOTIFICATION_CHANNEL_ID = 857; |
| 3624 | |
| 3625 | // Tagged data for notification channel. int. |
| 3626 | FIELD_NOTIFICATION_CHANNEL_IMPORTANCE = 858; |
| 3627 | |
| 3628 | // OPEN: Notification channel group created. |
| 3629 | // PACKAGE: the package the group belongs to |
| 3630 | // CATEGORY: NOTIFICATION |
| 3631 | // OS: O |
| 3632 | ACTION_NOTIFICATION_CHANNEL_GROUP = 859; |
| 3633 | |
| 3634 | // Tagged data for notification channel group. String. |
| 3635 | FIELD_NOTIFICATION_CHANNEL_GROUP_ID = 860; |
| 3636 | |
Stephen Chen | be9a9a6 | 2017-03-06 12:20:48 -0800 | [diff] [blame] | 3637 | // OPEN: Settings > Wi-Fi > Wifi Preferences -> Advanced -> Network Scorer |
| 3638 | // CATEGORY: SETTINGS |
| 3639 | // OS: O |
| 3640 | SETTINGS_NETWORK_SCORER = 861; |
| 3641 | |
Fan Zhang | 9986131 | 2017-03-07 14:32:38 -0800 | [diff] [blame] | 3642 | // OPEN: Settings > About device > Model > Hardware info dialog |
| 3643 | DIALOG_SETTINGS_HARDWARE_INFO = 862; |
| 3644 | |
mariagpuyol | 0f5512e | 2017-03-01 12:09:56 -0800 | [diff] [blame] | 3645 | // ACTION: Checks whether a contact's phone still exists |
| 3646 | // Value 0: It doesn't exist anymore |
| 3647 | // Value 1: It still exists |
| 3648 | // Value 2: A SecurityException was thrown |
| 3649 | // CATEGORY: SETTINGS |
| 3650 | // OS: N |
| 3651 | ACTION_PHONE_EXISTS = 863; |
| 3652 | |
| 3653 | // ACTION: Retrieves a contact from CP2 |
| 3654 | // Value 0: Contact retrieved without issues |
| 3655 | // Value 1: An IllegalArgumentException was thrown |
| 3656 | // CATEGORY: SETTINGS |
| 3657 | // OS: N |
| 3658 | ACTION_GET_CONTACT = 864; |
| 3659 | |
Chris Wren | 4d6b54d | 2017-04-27 16:56:54 -0400 | [diff] [blame] | 3660 | // This value should never appear in log outputs - it is reserved for |
Chris Wren | 67b3eb9 | 2017-03-07 11:31:12 -0500 | [diff] [blame] | 3661 | // internal platform metrics use. |
| 3662 | RESERVED_FOR_LOGBUILDER_PID = 865; |
| 3663 | |
Doris Ling | 9ac3ddd | 2017-03-09 14:53:02 -0800 | [diff] [blame] | 3664 | // ACTION: Settings > Connected devices > Bluetooth -> Available devices |
| 3665 | ACTION_SETTINGS_BLUETOOTH_PAIR = 866; |
| 3666 | |
| 3667 | // ACTION: Settings > Connected devices > Bluetooth -> Paired devices |
| 3668 | ACTION_SETTINGS_BLUETOOTH_CONNECT = 867; |
| 3669 | |
| 3670 | // ACTION: Settings > Connected devices > Bluetooth -> Connected device |
| 3671 | ACTION_SETTINGS_BLUETOOTH_DISCONNECT = 868; |
| 3672 | |
| 3673 | // ACTION: Settings > Connected devices > Bluetooth -> Error dialog |
| 3674 | ACTION_SETTINGS_BLUETOOTH_CONNECT_ERROR = 869; |
| 3675 | |
| 3676 | // ACTION: Settings > Connected devices > Bluetooth master switch Toggle |
| 3677 | ACTION_SETTINGS_MASTER_SWITCH_BLUETOOTH_TOGGLE = 870; |
| 3678 | |
Jorim Jaggi | 3878ca3 | 2017-02-02 17:13:05 -0800 | [diff] [blame] | 3679 | // The name of the activity being launched in an app transition event. |
Jason Monk | 8c09ac7 | 2017-03-16 11:53:40 -0400 | [diff] [blame] | 3680 | FIELD_CLASS_NAME = 871; |
Jorim Jaggi | 3878ca3 | 2017-02-02 17:13:05 -0800 | [diff] [blame] | 3681 | |
Fan Zhang | 082d21c | 2017-03-13 15:25:54 -0700 | [diff] [blame] | 3682 | // ACTION: Settings > App detail > Uninstall |
| 3683 | ACTION_SETTINGS_UNINSTALL_APP = 872; |
| 3684 | |
| 3685 | // ACTION: Settings > App detail > Uninstall Device admin app |
| 3686 | ACTION_SETTINGS_UNINSTALL_DEVICE_ADMIN = 873; |
| 3687 | |
| 3688 | // ACTION: Settings > App detail > Disable app |
| 3689 | ACTION_SETTINGS_DISABLE_APP = 874; |
| 3690 | |
| 3691 | // ACTION: Settings > App detail > Enable app |
| 3692 | ACTION_SETTINGS_ENABLE_APP = 875; |
| 3693 | |
| 3694 | // ACTION: Settings > App detail > Clear data |
| 3695 | ACTION_SETTINGS_CLEAR_APP_DATA = 876; |
| 3696 | |
| 3697 | // ACTION: Settings > App detail > Clear cache |
| 3698 | ACTION_SETTINGS_CLEAR_APP_CACHE = 877; |
| 3699 | |
| 3700 | // ACTION: Clicking on any search result in Settings. |
| 3701 | ACTION_CLICK_SETTINGS_SEARCH_INLINE_RESULT = 878; |
| 3702 | |
| 3703 | // FIELD: Settings inline search result name |
| 3704 | FIELD_SETTINGS_SEARCH_INLINE_RESULT_NAME = 879; |
| 3705 | |
| 3706 | // FIELD: Settings inline search result value |
| 3707 | FIELD_SETTINGS_SEARCH_INLINE_RESULT_VALUE = 880; |
| 3708 | |
Fan Zhang | 5379793 | 2017-03-13 17:46:24 -0700 | [diff] [blame] | 3709 | // ACTION: Settings > Search > Click saved queries |
| 3710 | ACTION_CLICK_SETTINGS_SEARCH_SAVED_QUERY = 881; |
| 3711 | |
Doris Ling | bf8d9de | 2017-03-15 11:52:50 -0700 | [diff] [blame] | 3712 | // OPEN: Settings > Security & screen lock -> Lock screen preferences |
| 3713 | // CATEGORY: SETTINGS |
| 3714 | SETTINGS_LOCK_SCREEN_PREFERENCES = 882; |
| 3715 | |
Philip P. Moltmann | e56c08e | 2017-03-15 12:46:04 -0700 | [diff] [blame] | 3716 | // ACTION: An app requested the app-op permission ACCESS_NOTIFICATIONS |
| 3717 | // PACKAGE: The package name of the app requesting the permission |
| 3718 | ACTION_APPOP_REQUEST_ACCESS_NOTIFICATIONS = 883; |
| 3719 | |
| 3720 | // ACTION: An app was granted the app-op permission ACCESS_NOTIFICATIONS |
| 3721 | // PACKAGE: The package name of the app that was granted the permission |
| 3722 | ACTION_APPOP_GRANT_ACCESS_NOTIFICATIONS = 884; |
| 3723 | |
| 3724 | // ACTION: An app requested the app-op permission ACCESS_NOTIFICATIONS and the request was denied |
| 3725 | // PACKAGE: The package name of the app requesting the permission |
| 3726 | ACTION_APPOP_DENIED_ACCESS_NOTIFICATIONS = 885; |
| 3727 | |
| 3728 | // ACTION: The app-op permission ACCESS_NOTIFICATIONS was revoked for an app |
| 3729 | // PACKAGE: The package name of the app the permission was revoked for |
| 3730 | ACTION_APPOP_REVOKE_ACCESS_NOTIFICATIONS = 886; |
| 3731 | |
| 3732 | // ACTION: An app requested the app-op permission SYSTEM_ALERT_WINDOW |
| 3733 | // PACKAGE: The package name of the app requesting the permission |
| 3734 | ACTION_APPOP_REQUEST_SYSTEM_ALERT_WINDOW = 887; |
| 3735 | |
| 3736 | // ACTION: An app was granted the app-op permission SYSTEM_ALERT_WINDOW |
| 3737 | // PACKAGE: The package name of the app that was granted the permission |
| 3738 | ACTION_APPOP_GRANT_SYSTEM_ALERT_WINDOW = 888; |
| 3739 | |
| 3740 | // ACTION: An app requested the app-op permission SYSTEM_ALERT_WINDOW and the request was denied |
| 3741 | // PACKAGE: The package name of the app requesting the permission |
| 3742 | ACTION_APPOP_DENIED_SYSTEM_ALERT_WINDOW = 889; |
| 3743 | |
| 3744 | // ACTION: The app-op permission SYSTEM_ALERT_WINDOW was revoked for an app |
| 3745 | // PACKAGE: The package name of the app the permission was revoked for |
| 3746 | ACTION_APPOP_REVOKE_SYSTEM_ALERT_WINDOW = 890; |
| 3747 | |
| 3748 | // ACTION: An app requested the app-op permission REQUEST_WRITE_SETTINGS |
| 3749 | // PACKAGE: The package name of the app requesting the permission |
| 3750 | ACTION_APPOP_REQUEST_WRITE_SETTINGS = 891; |
| 3751 | |
| 3752 | // ACTION: An app was granted the app-op permission REQUEST_WRITE_SETTINGS |
| 3753 | // PACKAGE: The package name of the app that was granted the permission |
| 3754 | ACTION_APPOP_GRANT_WRITE_SETTINGS = 892; |
| 3755 | |
| 3756 | // ACTION: An app requested the app-op permission REQUEST_WRITE_SETTINGS and the request was denied |
| 3757 | // PACKAGE: The package name of the app requesting the permission |
| 3758 | ACTION_APPOP_DENIED_WRITE_SETTINGS = 893; |
| 3759 | |
| 3760 | // ACTION: The app-op permission REQUEST_WRITE_SETTINGS was revoked for an app |
| 3761 | // PACKAGE: The package name of the app the permission was revoked for |
| 3762 | ACTION_APPOP_REVOKE_WRITE_SETTINGS = 894; |
| 3763 | |
| 3764 | // ACTION: An app requested the app-op permission REQUEST_INSTALL_PACKAGES |
| 3765 | // PACKAGE: The package name of the app requesting the permission |
| 3766 | ACTION_APPOP_REQUEST_REQUEST_INSTALL_PACKAGES = 895; |
| 3767 | |
| 3768 | // ACTION: An app was granted the app-op permission REQUEST_INSTALL_PACKAGES |
| 3769 | // PACKAGE: The package name of the app that was granted the permission |
| 3770 | ACTION_APPOP_GRANT_REQUEST_INSTALL_PACKAGES = 896; |
| 3771 | |
| 3772 | // ACTION: An app requested the app-op permission REQUEST_INSTALL_PACKAGES and the request was denied |
| 3773 | // PACKAGE: The package name of the app requesting the permission |
| 3774 | ACTION_APPOP_DENIED_REQUEST_INSTALL_PACKAGES = 897; |
| 3775 | |
| 3776 | // ACTION: The app-op permission REQUEST_INSTALL_PACKAGES was revoked for an app |
| 3777 | // PACKAGE: The package name of the app the permission was revoked for |
| 3778 | ACTION_APPOP_REVOKE_REQUEST_INSTALL_PACKAGES = 898; |
| 3779 | |
Todd Kennedy | 7e5407e | 2017-03-16 09:51:11 -0700 | [diff] [blame] | 3780 | // ACTION: Phase 1 of instant application resolution occurred |
| 3781 | // OS: O |
| 3782 | ACTION_INSTANT_APP_RESOLUTION_PHASE_ONE = 899; |
| 3783 | |
| 3784 | // ACTION: Phase 2 of instant application resolution occurred |
| 3785 | // OS: O |
| 3786 | ACTION_INSTANT_APP_RESOLUTION_PHASE_TWO = 900; |
| 3787 | |
| 3788 | // FIELD: The amount of time for an ephemeral resolution phase; in milliseconds |
| 3789 | // OS: O |
| 3790 | FIELD_INSTANT_APP_RESOLUTION_DELAY_MS = 901; |
| 3791 | |
| 3792 | // FIELD: The status of an ephemeral resolution phase |
| 3793 | // Value 0: success |
| 3794 | // Value 1: no full hash match |
| 3795 | // OS: O |
| 3796 | FIELD_INSTANT_APP_RESOLUTION_STATUS = 902; |
| 3797 | |
| 3798 | // FIELD - A token to identify all events that are part of the same instant application launch |
| 3799 | // OS: O |
| 3800 | FIELD_INSTANT_APP_LAUNCH_TOKEN = 903; |
| 3801 | |
| 3802 | // FIELD - The name of the package responsible for launching the activity |
| 3803 | // OS: O |
| 3804 | APP_TRANSITION_CALLING_PACKAGE_NAME = 904; |
| 3805 | |
| 3806 | // FIELD - Whether or not the launched activity is part of an instant application |
| 3807 | // OS: O |
| 3808 | APP_TRANSITION_IS_EPHEMERAL = 905; |
| 3809 | |
Philip P. Moltmann | 7b77116 | 2017-03-03 17:22:57 -0800 | [diff] [blame] | 3810 | // An autofill session was started |
| 3811 | // Package: Package of app that is autofilled |
| 3812 | AUTOFILL_SESSION_STARTED = 906; |
| 3813 | |
| 3814 | // An autofill request was processed by a service |
| 3815 | // Type TYPE_SUCCESS: The request succeeded |
| 3816 | // Type TYPE_FAILURE: The request failed |
| 3817 | // Package: Package of app that is autofilled |
| 3818 | // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request |
| 3819 | // Tag FIELD_AUTOFILL_NUM_DATASET: The number of datasets returned (only in success case) |
| 3820 | AUTOFILL_REQUEST = 907; |
| 3821 | |
| 3822 | // Tag of a field for a package of an autofill service |
| 3823 | FIELD_AUTOFILL_SERVICE = 908; |
| 3824 | |
| 3825 | // Tag of a field for the number of datasets |
| 3826 | FIELD_AUTOFILL_NUM_DATASETS = 909; |
| 3827 | |
| 3828 | // An autofill dataset selection UI was shown |
| 3829 | // Type TYPE_DISMISS: UI was explicityly canceled by the user |
| 3830 | // Type TYPE_CLOSE: UI was destroyed without influence of the user |
| 3831 | // Type TYPE_ACTION: dataset was selected |
| 3832 | // Type TYPE_DETAIL: authentication was selected |
| 3833 | // Package: Package of app that was autofilled |
| 3834 | // Tag FIELD_AUTOFILL_FILTERTEXT_LEN: The length of the filter text |
| 3835 | // Tag FIELD_AUTOFILL_NUM_DATASETS: The number of datasets shown |
| 3836 | AUTOFILL_FILL_UI = 910; |
| 3837 | |
| 3838 | // Tag of a field for the length of the filter text |
| 3839 | FIELD_AUTOFILL_FILTERTEXT_LEN = 911; |
| 3840 | |
| 3841 | // An autofill authentification succeeded |
| 3842 | // Package: Package of app that was autofilled |
| 3843 | AUTOFILL_AUTHENTICATED = 912; |
| 3844 | |
| 3845 | // An activity was autofilled and all values could be applied |
| 3846 | // Package: Package of app that is autofilled |
| 3847 | // Tag FIELD_AUTOFILL_NUM_VALUES: Number of values that were suggested to be autofilled |
| 3848 | // Tag FIELD_AUTOFILL_NUM_VIEWS_FILLED: Number of views that could be filled |
| 3849 | AUTOFILL_DATASET_APPLIED = 913; |
| 3850 | |
| 3851 | // Tag of a field for the number values to be filled in |
| 3852 | FIELD_AUTOFILL_NUM_VALUES = 914; |
| 3853 | |
| 3854 | // Tag of a field for the number of views that were filled |
| 3855 | FIELD_AUTOFILL_NUM_VIEWS_FILLED = 915; |
| 3856 | |
| 3857 | // An autofill save UI was shown |
| 3858 | // Type TYPE_DISMISS: UI was explicityly canceled by the user |
| 3859 | // Type TYPE_CLOSE: UI was destroyed without influence of the user |
| 3860 | // Type TYPE_ACTION: data was saved |
| 3861 | // Package: Package of app that was autofilled |
| 3862 | // Tag FIELD_AUTOFILL_NUM_ID: The number of ids that are saved |
| 3863 | AUTOFILL_SAVE_UI = 916; |
| 3864 | |
| 3865 | // Tag of a field for the number of saveable ids |
| 3866 | FIELD_AUTOFILL_NUM_IDS = 917; |
| 3867 | |
| 3868 | // ACTION: An autofill service was reqiested to save data |
| 3869 | // Type TYPE_SUCCESS: The request succeeded |
| 3870 | // Type TYPE_FAILURE: The request failed |
| 3871 | // Package: Package of app that was autofilled |
| 3872 | // Tag FIELD_AUTOFILL_SERVICE: Package of service that processed the request |
| 3873 | AUTOFILL_DATA_SAVE_REQUEST = 918; |
| 3874 | |
| 3875 | // An auto-fill session was finished |
| 3876 | // Package: Package of app that was autofilled |
| 3877 | AUTOFILL_SESSION_FINISHED = 919; |
| 3878 | |
Chris Wren | 14880558 | 2017-03-17 17:18:11 -0400 | [diff] [blame] | 3879 | // meta-event: a reader has checkpointed the log here. |
| 3880 | METRICS_CHECKPOINT = 920; |
| 3881 | |
Fan Zhang | ed1845f | 2017-03-23 14:46:59 -0700 | [diff] [blame] | 3882 | // OPEN: Settings -> Display -> When in VR Mode |
| 3883 | VR_DISPLAY_PREFERENCE = 921; |
| 3884 | |
Casey Burkhardt | f4e9803 | 2017-03-22 22:52:24 -0700 | [diff] [blame] | 3885 | // OPEN: Settings > Accessibility > Magnification |
| 3886 | // CATEGORY: SETTINGS |
| 3887 | // OS: O |
| 3888 | ACCESSIBILITY_SCREEN_MAGNIFICATION_SETTINGS = 922; |
Antony Sargent | b062e90 | 2017-03-23 16:32:04 -0700 | [diff] [blame] | 3889 | |
| 3890 | // ACTION: Logs pressing the "Clear app" button in the app info settings page for an instant |
| 3891 | // app. |
| 3892 | // VALUE: The package name of the app |
| 3893 | ACTION_SETTINGS_CLEAR_INSTANT_APP = 923; |
| 3894 | |
Fan Zhang | 1a34e75 | 2017-03-24 13:44:51 -0700 | [diff] [blame] | 3895 | // OPEN: Settings -> System -> Reset options |
| 3896 | RESET_DASHBOARD = 924; |
| 3897 | |
Jason Monk | 8c09ac7 | 2017-03-16 11:53:40 -0400 | [diff] [blame] | 3898 | // ACTION: QS -> Tile clicked |
| 3899 | ACTION_QS_CLICK = 925; |
| 3900 | |
| 3901 | // ACTION: QS -> Secondary click |
| 3902 | ACTION_QS_SECONDARY_CLICK = 926; |
| 3903 | |
| 3904 | // FIELD: Position info in QS clicks |
| 3905 | FIELD_QS_POSITION = 927; |
| 3906 | |
| 3907 | // FIELD: The value of a QS tile when clicked (if applicable) |
| 3908 | FIELD_QS_VALUE = 928; |
| 3909 | |
| 3910 | // ACTION: QS -> Detail panel -> more settings |
| 3911 | ACTION_QS_MORE_SETTINGS = 929; |
| 3912 | |
| 3913 | // ACTION: QS -> Click date |
| 3914 | ACTION_QS_DATE = 930; |
| 3915 | |
Jason Monk | 1b77565 | 2017-03-31 15:42:27 -0400 | [diff] [blame] | 3916 | // ACTION: Event on nav button |
| 3917 | ACTION_NAV_BUTTON_EVENT = 931; |
| 3918 | |
| 3919 | // FIELD: Flags for a nav button event |
| 3920 | FIELD_FLAGS = 932; |
| 3921 | |
| 3922 | // FIELD: Action for a nav button event |
| 3923 | FIELD_NAV_ACTION = 933; |
| 3924 | |
Kevin Chyn | 8d1a528 | 2017-04-06 12:11:04 -0700 | [diff] [blame] | 3925 | // OPEN: Settings > Security > Nexus Imprint > [Fingerprint] > Delete |
| 3926 | // CATEGORY: SETTINGS |
| 3927 | // OS: O |
| 3928 | FINGERPRINT_REMOVE_SIDECAR = 934; |
| 3929 | |
Daniel Nishi | 45c23fa | 2017-03-27 13:19:02 -0700 | [diff] [blame] | 3930 | // OPEN: Settings > Storage > Movies & TV |
| 3931 | // CATEGORY: SETTINGS |
| 3932 | // OS: O |
| 3933 | APPLICATIONS_STORAGE_MOVIES = 935; |
| 3934 | |
Abodunrinwa Toki | 54486c1 | 2017-04-19 21:02:36 +0100 | [diff] [blame] | 3935 | // OPEN: Text selection "assist" menu item shown. |
| 3936 | // SUBTYPE: 1 is for EMAIL, 2 is for PHONE, 3 is for ADDRESS, 4 is for URL, 0 is for OTHER. |
| 3937 | // CATEGORY: TEXT_CONTROLS |
| 3938 | // OS: O |
| 3939 | TEXT_SELECTION_MENU_ITEM_ASSIST = 936; |
| 3940 | |
| 3941 | // ACTION: Text selection "assist" menu item clicked. |
| 3942 | // SUBTYPE: 1 is for EMAIL, 2 is for PHONE, 3 is for ADDRESS, 4 is for URL, 0 is for OTHER. |
| 3943 | // CATEGORY: TEXT_CONTROLS |
| 3944 | // OS: O |
| 3945 | ACTION_TEXT_SELECTION_MENU_ITEM_ASSIST = 937; |
| 3946 | |
Denis Kuznetsov | 7152a41 | 2017-04-13 11:41:33 +0200 | [diff] [blame] | 3947 | // OPEN: Settings > Security > Managed Device Info > Apps installed |
| 3948 | // CATEGORY: SETTINGS |
| 3949 | // OS: O |
| 3950 | ENTERPRISE_PRIVACY_INSTALLED_APPS = 938; |
| 3951 | |
| 3952 | // OPEN: Settings > Security > Managed Device Info > nnn permissions |
| 3953 | // CATEGORY: SETTINGS |
| 3954 | // OS: O |
| 3955 | ENTERPRISE_PRIVACY_PERMISSIONS = 939; |
| 3956 | |
| 3957 | // OPEN: Settings > Security > Managed Device Info > Default apps |
| 3958 | // CATEGORY: SETTINGS |
| 3959 | // OS: O |
| 3960 | ENTERPRISE_PRIVACY_DEFAULT_APPS = 940; |
| 3961 | |
Julia Reynolds | 80b1807 | 2017-04-23 12:27:07 -0400 | [diff] [blame] | 3962 | // OPEN: Settings > Notifications > An app > A channel > Importance |
| 3963 | // CATEGORY: SETTINGS |
| 3964 | // OS: O |
| 3965 | NOTIFICATION_CHANNEL_IMPORTANCE = 941; |
| 3966 | |
| 3967 | // OPEN: Settings > Notifications > An app > A channel > On the lock screen |
| 3968 | // CATEGORY: SETTINGS |
| 3969 | // OS: O |
| 3970 | NOTIFICATION_CHANNEL_LOCK_SCREEN_VIS = 942; |
| 3971 | |
Chris Wren | 4d6b54d | 2017-04-27 16:56:54 -0400 | [diff] [blame] | 3972 | // This value should never appear in log outputs - it is reserved for |
| 3973 | // internal platform metrics use. |
| 3974 | RESERVED_FOR_LOGBUILDER_UID = 943; |
| 3975 | |
Dianne Hackborn | 83b40f6 | 2017-04-26 13:59:47 -0700 | [diff] [blame] | 3976 | // OPEN: Running background apps notification > List of background apps |
| 3977 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 3978 | // OS: O |
| 3979 | RUNNING_BACKGROUND_APPS_DIALOG = 944; |
| 3980 | |
Jorim Jaggi | 515dd68 | 2017-05-05 15:05:07 +0200 | [diff] [blame] | 3981 | // FIELD - The delay from the start of the transition until we just call bindApplication on the |
| 3982 | // client. |
| 3983 | // OS: O |
| 3984 | APP_TRANSITION_BIND_APPLICATION_DELAY_MS = 945; |
| 3985 | |
Chris Wren | b392179 | 2017-06-01 13:34:46 -0400 | [diff] [blame] | 3986 | // FIELD - The group ID of a notification. |
| 3987 | // Type: string |
| 3988 | // OS: O |
| 3989 | FIELD_NOTIFICATION_GROUP_ID = 946; |
| 3990 | |
| 3991 | // FIELD - If the notification is a group summary: 1. |
| 3992 | // Type: int encoded boolean |
| 3993 | // OS: O |
| 3994 | FIELD_NOTIFICATION_GROUP_SUMMARY = 947; |
| 3995 | |
Chris Wren | 26ca65d | 2016-11-29 10:43:28 -0500 | [diff] [blame] | 3996 | // ---- End O Constants, all O constants go above this line ---- |
| 3997 | |
Daniel Sheng | 2c4bc64 | 2017-04-18 14:17:16 -0700 | [diff] [blame] | 3998 | // OPEN: Settings > System > Languages & input > Advanced > Lift to open camera |
| 3999 | SETTINGS_GESTURE_CAMERA_LIFT_TRIGGER = 986; |
| 4000 | |
jackqdyulei | 92e492e | 2017-04-28 13:04:42 -0700 | [diff] [blame] | 4001 | // OPEN: Settings > Battery > High Usage > Abnormal app page |
| 4002 | // CATEGORY: SETTINGS |
| 4003 | FUELGAUGE_ANOMALY_DETAIL = 987; |
| 4004 | |
| 4005 | // OPEN: Settings > Battery > High Usage |
| 4006 | DIALOG_HANDLE_ANOMALY = 988; |
| 4007 | |
Jonathan Solnit | a413816 | 2017-05-10 21:06:04 -0700 | [diff] [blame] | 4008 | // ACTION: Camera lift gesture |
| 4009 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 4010 | // OS: O |
| 4011 | ACTION_CAMERA_LIFT_TRIGGER = 989; |
| 4012 | |
Maurice Lam | 76ae09c | 2017-05-05 12:03:49 -0700 | [diff] [blame] | 4013 | // OPEN: Choose screen lock dialog in Settings |
| 4014 | // CATEGORY: SETTINGS |
| 4015 | // OS: O DR |
| 4016 | SETTINGS_CHOOSE_LOCK_DIALOG = 990; |
| 4017 | |
Maurice Lam | 05b2b8b | 2017-05-15 15:59:59 -0700 | [diff] [blame] | 4018 | // OPEN: Assist Gesture training intro in Settings |
| 4019 | // CATEGORY: SETTINGS |
| 4020 | // OS: O DR |
| 4021 | SETTINGS_ASSIST_GESTURE_TRAINING_INTRO = 991; |
| 4022 | |
| 4023 | // OPEN: Assist Gesture training enrolling in Settings |
| 4024 | // CATEGORY: SETTINGS |
| 4025 | // OS: O DR |
| 4026 | SETTINGS_ASSIST_GESTURE_TRAINING_ENROLLING = 992; |
| 4027 | |
| 4028 | // OPEN: Assist Gesture training finished in Settings |
| 4029 | // CATEGORY: SETTINGS |
| 4030 | // OS: O DR |
| 4031 | SETTINGS_ASSIST_GESTURE_TRAINING_FINISHED = 993; |
| 4032 | |
Fan Zhang | c666a20 | 2017-05-18 17:50:20 -0700 | [diff] [blame] | 4033 | // FIELD: The numeric preference value (of type long) when it is changed in Settings |
| 4034 | FIELD_SETTINGS_PREFERENCE_CHANGE_LONG_VALUE = 994; |
| 4035 | |
| 4036 | // FIELD: The numeric preference value (of type float) when it is changed in Settings |
| 4037 | FIELD_SETTINGS_PREFERENCE_CHANGE_FLOAT_VALUE = 995; |
| 4038 | |
Philip Quinn | 0f9566d | 2017-05-23 10:32:08 -0700 | [diff] [blame] | 4039 | // OPEN: Settings > System > Languages & input > Assist gesture |
| 4040 | // CATEGORY: SETTINGS |
| 4041 | // OS: O DR |
| 4042 | SETTINGS_ASSIST_GESTURE = 996; |
| 4043 | |
| 4044 | // ACTION: Assist gesture released without triggering |
| 4045 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 4046 | // OS: O DR |
| 4047 | ASSIST_GESTURE_RELEASED = 997; |
| 4048 | |
| 4049 | // ACTION: Assist gesture primed |
| 4050 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 4051 | // OS: O DR |
| 4052 | ASSIST_GESTURE_PRIMED = 998; |
| 4053 | |
| 4054 | // ACTION: Assist gesture triggered |
Kevin Chyn | aa8a511 | 2017-08-16 11:43:41 -0700 | [diff] [blame] | 4055 | // SUBTYPE: 1 is for SCREEN_ON, 2 is for SCREEN_OFF |
Philip Quinn | 0f9566d | 2017-05-23 10:32:08 -0700 | [diff] [blame] | 4056 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 4057 | // OS: O DR |
| 4058 | ASSIST_GESTURE_TRIGGERED = 999; |
| 4059 | |
Fan Zhang | 238162b | 2017-05-25 14:01:41 -0700 | [diff] [blame] | 4060 | // ACTION: Update default app from Settings |
| 4061 | ACTION_SETTINGS_UPDATE_DEFAULT_APP = 1000; |
| 4062 | |
| 4063 | // FIELD - Query length when Settings search result is clicked |
Fan Zhang | 449502e | 2017-06-26 12:07:59 -0700 | [diff] [blame] | 4064 | FIELD_SETTINGS_SEARCH_QUERY_LENGTH = 1001; |
Fan Zhang | 238162b | 2017-05-25 14:01:41 -0700 | [diff] [blame] | 4065 | |
| 4066 | // FIELD - Number of results when Settings search result is clicked |
Fan Zhang | 449502e | 2017-06-26 12:07:59 -0700 | [diff] [blame] | 4067 | FIELD_SETTINGS_SEARCH_RESULT_COUNT = 1002; |
Fan Zhang | 238162b | 2017-05-25 14:01:41 -0700 | [diff] [blame] | 4068 | |
Adrian Roos | 1c81d77 | 2017-05-25 18:00:21 -0700 | [diff] [blame] | 4069 | // OPEN: Settings > Display > Ambient Display |
| 4070 | // CATEGORY: SETTINGS |
| 4071 | // OS: O DR |
| 4072 | AMBIENT_DISPLAY_SETTINGS = 1003; |
| 4073 | |
Hugo Benichi | 11da42b | 2017-05-31 11:11:37 +0900 | [diff] [blame] | 4074 | // ACTION: CaptivePortalLoginActivity starts |
| 4075 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 4076 | // OS: O DR |
| 4077 | ACTION_CAPTIVE_PORTAL_LOGIN_ACTIVITY = 1004; |
| 4078 | |
| 4079 | // ACTION: CaptivePortalLoginActivity auto-closes |
| 4080 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 4081 | // OS: O DR |
| 4082 | ACTION_CAPTIVE_PORTAL_LOGIN_RESULT_DISMISSED = 1005; |
| 4083 | |
| 4084 | // ACTION: CaptivePortalLoginActivity > Menu > Do not use this network |
| 4085 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 4086 | // OS: O DR |
| 4087 | ACTION_CAPTIVE_PORTAL_LOGIN_RESULT_UNWANTED = 1006; |
| 4088 | |
| 4089 | // ACTION: CaptivePortalLoginActivity > Menu > Use this network |
| 4090 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 4091 | // OS: O DR |
| 4092 | ACTION_CAPTIVE_PORTAL_LOGIN_RESULT_WANTED_AS_IS = 1007; |
| 4093 | |
| 4094 | // ACTION: Settings > Wi-Fi > [Long press network] > Sign in to network |
| 4095 | // CATEGORY: SETTINGS |
| 4096 | // OS: O DR |
| 4097 | ACTION_WIFI_SIGNIN = 1008; |
| 4098 | |
Antony Sargent | f3cc317 | 2017-05-04 14:58:06 -0700 | [diff] [blame] | 4099 | // OPEN: Settings->Connected Devices->Bluetooth->(click on details link for a paired device) |
| 4100 | // CATEGORY: SETTINGS |
| 4101 | // OS: O DR |
| 4102 | BLUETOOTH_DEVICE_DETAILS = 1009; |
| 4103 | |
fanzhang172 | 255759d | 2017-06-05 21:43:47 -0700 | [diff] [blame] | 4104 | // OPEN: Settings > credential pages - prompt for key guard configuration confirmation |
| 4105 | CONFIGURE_KEYGUARD_DIALOG = 1010; |
| 4106 | |
Fan Zhang | e33c70d | 2017-06-06 12:37:13 -0700 | [diff] [blame] | 4107 | // Open: Settings > Search > No Result View |
| 4108 | SETTINGS_SEARCH_NO_RESULT = 1011; |
| 4109 | |
Kevin Chyn | 4fddc9f | 2017-06-05 11:28:09 -0700 | [diff] [blame] | 4110 | // OPEN: Assist Gesture before training |
| 4111 | // CATEGORY: SETTINGS |
| 4112 | // OS: O DR |
| 4113 | SETTINGS_ASSIST_GESTURE_FIRST_TIME = 1012; |
| 4114 | |
Hugo Benichi | 9e8ab43 | 2017-06-05 14:52:24 +0900 | [diff] [blame] | 4115 | // CaptivePortalLoginActivity displays SSL error page |
| 4116 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 4117 | // OS: O DR |
| 4118 | CAPTIVE_PORTAL_LOGIN_ACTIVITY_SSL_ERROR = 1013; |
| 4119 | |
Fan Zhang | 1a0fc99 | 2017-06-13 13:45:21 -0700 | [diff] [blame] | 4120 | // OPEN: Settings > Network > Tether > Wi-Fi hotspot |
| 4121 | WIFI_TETHER_SETTINGS = 1014; |
| 4122 | |
Antony Sargent | c3b5da6 | 2017-06-16 11:50:13 -0700 | [diff] [blame] | 4123 | // OPEN: Settings->Connected Devices->Bluetooth->(click on details link for a paired device) |
| 4124 | // -> Edit name button. |
| 4125 | // CATEGORY: SETTINGS |
| 4126 | // OS: O DR |
| 4127 | DIALOG_BLUETOOTH_PAIRED_DEVICE_RENAME = 1015; |
| 4128 | |
Fan Zhang | 543587d | 2017-06-19 12:32:14 -0700 | [diff] [blame] | 4129 | // ACTION: Settings > Notification Settings > Open application notification |
| 4130 | // CATEGORY: SETTINGS |
| 4131 | // OS: O DR |
| 4132 | ACTION_OPEN_APP_NOTIFICATION_SETTING = 1016; |
| 4133 | |
| 4134 | // ACTION: Settings > App Info > Open app settings |
| 4135 | // CATEGORY: SETTINGS |
| 4136 | // OS: O DR |
| 4137 | ACTION_OPEN_APP_SETTING = 1017; |
| 4138 | |
jackqdyulei | 2f1a359 | 2017-06-19 13:11:05 -0700 | [diff] [blame] | 4139 | // OPEN: Settings > Connected devices > Bluetooth > Pair new device |
| 4140 | // CATEGORY: SETTINGS |
| 4141 | // OS: O DR |
| 4142 | BLUETOOTH_PAIRING = 1018; |
| 4143 | |
Matthew Fritze | ad8e6e8 | 2017-06-12 14:23:59 -0700 | [diff] [blame] | 4144 | // ACTION: Collect PSD Signals |
| 4145 | // CATEGORY: SETTINGS |
| 4146 | // OS: O DR |
| 4147 | ACTION_PSD_LOADER = 1019; |
| 4148 | |
jackqdyulei | 602bcc9 | 2017-06-21 15:17:53 -0700 | [diff] [blame] | 4149 | // ACTION: Background check action on an app |
| 4150 | // CATEGORY: SETTINGS |
| 4151 | // OS: O DR |
| 4152 | ACTION_APP_BACKGROUND_CHECK = 1020; |
| 4153 | |
| 4154 | // ACTION: Location check action on an app |
| 4155 | // CATEGORY: SETTINGS |
| 4156 | // OS: O DR |
| 4157 | ACTION_APP_LOCATION_CHECK = 1021; |
| 4158 | |
Charlie Wang | 15a36ed | 2017-06-14 14:46:39 -0700 | [diff] [blame] | 4159 | // Device headset status |
| 4160 | // CATEGORY: OTHER |
| 4161 | // SUBTYPE: 1 is DON, 2 is DOFF |
| 4162 | // OS: O DR |
| 4163 | ACTION_HEADSET_STATUS = 1022; |
| 4164 | |
| 4165 | // Device Headset Plug status |
| 4166 | // CATEGORY: OTHER |
| 4167 | // SUBTYPE: 1 is AC power, 2 is USB power, 3 is Unplug |
| 4168 | // OS: O DR |
| 4169 | ACTION_HEADSET_PLUG = 1023; |
| 4170 | |
| 4171 | // Device Headset battery level on Plug |
| 4172 | // CATEGORY: OTHER |
| 4173 | // FIELD - The battery percentage when the user decided to plug in |
| 4174 | // Type: integer |
| 4175 | // OS: O DR |
| 4176 | FIELD_PLUG_BATTERY_PERCENTAGE = 1024; |
| 4177 | |
Charlie Wang | 566ec70 | 2017-06-26 15:30:03 -0700 | [diff] [blame] | 4178 | // Device Headset battery level on Plug |
| 4179 | // CATEGORY: OTHER |
| 4180 | // FIELD - The battery percentage when the user decided to plug in |
| 4181 | // Type: integer |
| 4182 | // OS: O DR |
| 4183 | FIELD_UNPLUG_BATTERY_PERCENTAGE = 1025; |
| 4184 | |
Charlie Wang | 15a36ed | 2017-06-14 14:46:39 -0700 | [diff] [blame] | 4185 | // Device Headset Pose status |
| 4186 | // CATEGORY: OTHER |
| 4187 | // SUBTYPE: 1 is 6DOF, 2 is 3DOF |
| 4188 | // OS: O DR |
Charlie Wang | 566ec70 | 2017-06-26 15:30:03 -0700 | [diff] [blame] | 4189 | ACTION_HEADSET_POSE_STATUS = 1026; |
| 4190 | |
| 4191 | // Device Headset Usage session time |
| 4192 | // CATEGORY: OTHER |
| 4193 | // FIELD - The time the headset was used in a session |
| 4194 | // OS: O DR |
| 4195 | FIELD_SESSION_TIME_MS = 1027; |
| 4196 | |
| 4197 | // Device Headset Idle time |
| 4198 | // CATEGORY: OTHER |
| 4199 | // FIELD - The time in between each session |
| 4200 | // OS: O DR |
| 4201 | FIELD_TIME_ELAPSED_BETWEEN_SESSION_MS = 1028; |
| 4202 | |
| 4203 | // Device Headset charge session time |
| 4204 | // CATEGORY: OTHER |
| 4205 | // FIELD - The time taken for each charge |
| 4206 | // OS: O DR |
| 4207 | FIELD_TIME_OF_CHARGE_MS = 1029; |
| 4208 | |
| 4209 | // Device Headset time between charge |
| 4210 | // CATEGORY: OTHER |
| 4211 | // FIELD - The time in between each charge |
| 4212 | // OS: O DR |
| 4213 | FIELD_TIME_ELAPSED_BETWEEN_CHARGE_MS = 1030; |
Charlie Wang | 15a36ed | 2017-06-14 14:46:39 -0700 | [diff] [blame] | 4214 | |
Antony Sargent | ca701a2 | 2017-07-05 17:02:00 -0700 | [diff] [blame] | 4215 | // OPEN: Settings->Connected Devices->Bluetooth->(click on details link for a paired device) |
| 4216 | // -> Forget button. |
| 4217 | // CATEGORY: SETTINGS |
| 4218 | // OS: O DR |
| 4219 | DIALOG_BLUETOOTH_PAIRED_DEVICE_FORGET = 1031; |
| 4220 | |
Eino-Ville Talvala | 31ad8a3 | 2017-07-10 16:23:50 -0700 | [diff] [blame] | 4221 | // An event from the camera service |
| 4222 | // CATEGORY: OTHER |
| 4223 | // SUBTYPE: CameraEvent |
| 4224 | // OS: O DR |
| 4225 | ACTION_CAMERA_EVENT = 1032; |
| 4226 | |
Matthew Fritze | dc2ad28 | 2017-07-25 13:13:21 -0700 | [diff] [blame] | 4227 | // OPEN: Settings > Trampoline Intent > Settings page |
| 4228 | // CATEGORY: SETTINGS |
| 4229 | // OS: O DR |
| 4230 | TRAMPOLINE_SETTINGS_EVENT = 1033; |
| 4231 | |
Chris Wren | 9a4f266 | 2017-06-29 10:10:02 -0400 | [diff] [blame] | 4232 | // ---- End O-DR1 Constants, all O-DR1 constants go above this line ---- |
| 4233 | |
Malcolm Chen | 2106254 | 2017-06-20 11:36:01 -0700 | [diff] [blame] | 4234 | // ACTION: Settings > Network & Internet > Mobile network > Mobile data |
| 4235 | // CATEGORY: SETTINGS |
| 4236 | // OS: O MR |
| 4237 | ACTION_MOBILE_NETWORK_MOBILE_DATA_TOGGLE = 1081; |
| 4238 | |
| 4239 | // ACTION: Settings > Network & Internet > Mobile network > Data usage |
| 4240 | // CATEGORY: SETTINGS |
| 4241 | // OS: O MR |
| 4242 | ACTION_MOBILE_NETWORK_DATA_USAGE = 1082; |
| 4243 | |
Soroosh Mariooryad | 83310bc | 2017-06-30 11:42:14 -0700 | [diff] [blame] | 4244 | // FIELD - State of asynchronous ranking when Settings search result is clicked |
| 4245 | // CATEGORY: SETTINGS |
| 4246 | // OS: O MR |
| 4247 | FIELD_SETTINGS_SEARCH_RESULT_ASYNC_RANKING_STATE = 1083; |
| 4248 | |
Oren Blasberg | 68e8e8a | 2017-07-07 13:36:28 -0700 | [diff] [blame] | 4249 | // ACTION: Settings > Connected devices > SMS Mirroring |
| 4250 | // CATEGORY: SETTINGS |
| 4251 | // OS: O MR |
| 4252 | ACTION_SETTINGS_SMS_MIRRORING = 1084; |
| 4253 | |
Kang Li | 2c57189 | 2017-07-05 14:47:32 -0700 | [diff] [blame] | 4254 | // ACTION: Chooser picked a ranked target. |
| 4255 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 4256 | // OS: O MR |
| 4257 | ACTION_TARGET_SELECTED = 1085; |
| 4258 | |
| 4259 | // FIELD - is category used in Chooser: 1. |
| 4260 | // Type: int encoded boolean |
| 4261 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 4262 | // OS: O MR |
| 4263 | FIELD_IS_CATEGORY_USED = 1086; |
| 4264 | |
| 4265 | // FIELD - ranked position of selected target for Chooser. |
| 4266 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 4267 | // OS: O MR |
| 4268 | FIELD_RANKED_POSITION = 1087; |
| 4269 | |
Rajeev Kumar | a8ba66e | 2017-07-19 16:51:55 -0700 | [diff] [blame] | 4270 | // OPEN: Settings > Data plan usage |
| 4271 | // CATEGORY: SETTINGS |
| 4272 | // OS: O MR |
| 4273 | DATA_PLAN_USAGE_SUMMARY = 1088; |
| 4274 | |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4275 | // FIELD: The numeric preference value (of type int) when it is changed in Settings |
| 4276 | FIELD_SETTINGS_PREFERENCE_CHANGE_INT_VALUE = 1089; |
| 4277 | |
Jorim Jaggi | 4d27b84 | 2017-08-17 17:22:26 +0200 | [diff] [blame] | 4278 | // ACTION: Logged when the app has notified that it has fully drawn. See |
| 4279 | // Activity.reportFullyDrawn(). |
| 4280 | APP_TRANSITION_REPORTED_DRAWN = 1090; |
| 4281 | |
| 4282 | // FIELD: The delay of the activity reporting to be fully drawn measured from the beginning of |
| 4283 | // the app transition. |
| 4284 | APP_TRANSITION_REPORTED_DRAWN_MS = 1091; |
| 4285 | |
Daniel Nishi | a86115f | 2017-08-23 10:27:08 -0700 | [diff] [blame] | 4286 | // OPEN: Settings > Storage > Photos & Videos |
| 4287 | // CATEGORY: SETTINGS |
| 4288 | // OS: O MR |
| 4289 | APPLICATIONS_STORAGE_PHOTOS = 1092; |
| 4290 | |
Jason Monk | f8c2f7b | 2017-09-06 09:22:29 -0400 | [diff] [blame] | 4291 | // ACTION: Logged when the status bar icons change. |
| 4292 | // OS: O MR |
| 4293 | STATUS_BAR_ICONS_CHANGED = 1093; |
| 4294 | |
| 4295 | // FIELD: Bitfield indicating which icons are shown. |
| 4296 | // OS: O MR |
| 4297 | FIELD_STATUS_ICONS = 1094; |
| 4298 | |
| 4299 | // FIELD: Number of status icons currently shown. |
| 4300 | // OS: O MR |
| 4301 | FIELD_NUM_STATUS_ICONS = 1095; |
| 4302 | |
Jack He | 4b60579 | 2017-09-01 11:48:30 -0700 | [diff] [blame] | 4303 | // ACTION: Logged when user tries to pair a Bluetooth device without name from Settings app |
| 4304 | // CATEGORY: SETTINGS |
| 4305 | // OS: O MR |
Jason Monk | aa60c74 | 2017-09-07 08:26:28 -0400 | [diff] [blame] | 4306 | ACTION_SETTINGS_BLUETOOTH_PAIR_DEVICES_WITHOUT_NAMES = 1096; |
Jack He | 4b60579 | 2017-09-01 11:48:30 -0700 | [diff] [blame] | 4307 | |
Soroosh Mariooryad | ee68423 | 2017-09-07 08:45:18 -0700 | [diff] [blame^] | 4308 | // FIELD - Whether smart suggestion ranking was enabled or not |
| 4309 | // Type: int encoded boolean |
| 4310 | // CATEGORY: SETTINGS |
| 4311 | // OS: O MR |
| 4312 | FIELD_SETTINGS_SMART_SUGGESTIONS_ENABLED = 1097; |
| 4313 | |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4314 | // ---- End O-MR1 Constants, all O-MR1 constants go above this line ---- |
| 4315 | |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4316 | // OPEN: Settings > Network & Internet > Mobile network |
| 4317 | // CATEGORY: SETTINGS |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4318 | SETTINGS_MOBILE_NETWORK_CATEGORY = 1139; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4319 | |
| 4320 | // ACTION: Settings > Network & Internet > Mobile network > Roaming |
| 4321 | // CATEGORY: SETTINGS |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4322 | ACTION_MOBILE_NETWORK_DATA_ROAMING_TOGGLE = 1140; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4323 | |
| 4324 | // ACTION: Settings > Network & Internet > Mobile network > Advanced |
| 4325 | // CATEGORY: SETTINGS |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4326 | ACTION_MOBILE_NETWORK_EXPAND_ADVANCED_FIELDS = 1141; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4327 | |
| 4328 | // ACTION: Settings > Network & Internet > Mobile network > Enhanced 4G LTE Mode |
| 4329 | // CATEGORY: SETTINGS |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4330 | ACTION_MOBILE_ENHANCED_4G_LTE_MODE_TOGGLE = 1142; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4331 | |
| 4332 | // ACTION: Settings > Network & Internet > Mobile network > Preferred network type |
| 4333 | // CATEGORY: SETTINGS |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4334 | ACTION_MOBILE_NETWORK_SELECT_PREFERRED_NETWORK = 1143; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4335 | |
| 4336 | // ACTION: Settings > Network & Internet > Mobile network > Preferred network type (enabled networks) |
| 4337 | // CATEGORY: SETTINGS |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4338 | ACTION_MOBILE_NETWORK_SELECT_ENABLED_NETWORK = 1144; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4339 | |
| 4340 | // OPEN: Settings > Network & Internet > Mobile network > Carrier |
| 4341 | // CATEGORY: SETTINGS |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4342 | ACTION_MOBILE_NETWORK_EUICC_SETTING = 1145; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4343 | |
| 4344 | // OPEN: Settings > Network & Internet > Mobile network > Wi-Fi calling |
| 4345 | // CATEGORY: SETTINGS |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4346 | ACTION_MOBILE_NETWORK_WIFI_CALLING = 1146; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4347 | |
| 4348 | // ACTION: Settings > Network & Internet > Mobile network > Carrier video calling |
| 4349 | // CATEGORY: SETTINGS |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4350 | ACTION_MOBILE_NETWORK_VIDEO_CALLING_TOGGLE = 1147; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4351 | |
| 4352 | // ACTION: Settings > Network & Internet > Mobile network > Automatically select network |
| 4353 | // CATEGORY: SETTINGS |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4354 | ACTION_MOBILE_NETWORK_AUTO_SELECT_NETWORK_TOGGLE = 1148; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4355 | |
| 4356 | // ACTION: Settings > Network & Internet > Mobile network > Network |
| 4357 | // CATEGORY: SETTINGS |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4358 | ACTION_MOBILE_NETWORK_MANUAL_SELECT_NETWORK = 1149; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4359 | |
| 4360 | // FIELD - Manually selected mobile network |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4361 | FIELD_MOBILE_NETWORK = 1150; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4362 | |
| 4363 | // OPEN: Settings > Network & Internet > Mobile network > Access Point Names |
| 4364 | // CATEGORY: SETTINGS |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4365 | ACTION_MOBILE_NETWORK_APN_SETTINGS = 1151; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4366 | |
| 4367 | // OPEN: Settings > Network & Internet > Mobile network > Carrier settings |
| 4368 | // CATEGORY: SETTINGS |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4369 | ACTION_MOBILE_NETWORK_CARRIER_SETTINGS = 1152; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4370 | |
| 4371 | // OPEN: Settings > Network & Internet > Mobile network > System select |
| 4372 | // CATEGORY: SETTINGS |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4373 | ACTION_MOBILE_NETWORK_CDMA_SYSTEM_SELECT = 1153; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4374 | |
| 4375 | // OPEN: Settings > Network & Internet > Mobile network > CDMA subscription |
| 4376 | // CATEGORY: SETTINGS |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4377 | ACTION_MOBILE_NETWORK_CDMA_SUBSCRIPTION_SELECT = 1154; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4378 | |
| 4379 | // ACTION: Settings > Network & Internet > Mobile network > Set up data service |
| 4380 | // CATEGORY: SETTINGS |
Doris Ling | ce007eb | 2017-08-09 13:59:46 -0700 | [diff] [blame] | 4381 | ACTION_MOBILE_NETWORK_SET_UP_DATA_SERVICE = 1155; |
Malcolm Chen | 8c2b471 | 2017-07-25 15:48:44 -0700 | [diff] [blame] | 4382 | |
Fan Zhang | a2f2c91 | 2017-08-15 17:20:37 -0700 | [diff] [blame] | 4383 | // OPEN: Settings > Developer Options > Experiment dashboard |
| 4384 | // CATEGORY: SETTINGS |
| 4385 | SETTINGS_FEATURE_FLAGS_DASHBOARD = 1156; |
| 4386 | |
Julia Reynolds | 005c8b9 | 2017-08-24 10:35:53 -0400 | [diff] [blame] | 4387 | // OPEN: Settings > Notifications > [App] > Topic Notifications |
| 4388 | // CATEGORY: SETTINGS |
| 4389 | // OS: P |
| 4390 | NOTIFICATION_CHANNEL_GROUP = 1157; |
| 4391 | |
Adrian Roos | 159ef7b | 2016-02-25 11:58:32 -0800 | [diff] [blame] | 4392 | // Add new aosp constants above this line. |
| 4393 | // END OF AOSP CONSTANTS |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 4394 | } |
| 4395 | } |