blob: 348c21aa2cc4803540656e39782b03aa7399e32f [file] [log] [blame]
Chris Wren77781d32016-01-11 14:49:26 -05001// 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
15syntax = "proto2";
16
17option java_package = "com.android.internal.logging";
18option java_outer_classname = "MetricsProto";
19
20package com_android_internal_logging;
21
22// Wrapper for System UI log events
23message MetricsEvent {
24
Chris Wren5e334f62016-11-14 10:16:21 -050025 // 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;
44 }
45
Chris Wren77781d32016-01-11 14:49:26 -050046 // Known visual elements: views or controls.
47 enum View {
Chris Wren7c516842016-03-01 16:44:32 -050048 // Unknown view
Chris Wren77781d32016-01-11 14:49:26 -050049 VIEW_UNKNOWN = 0;
Chris Wren7c516842016-03-01 16:44:32 -050050
51 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -050052 MAIN_SETTINGS = 1;
Chris Wren7c516842016-03-01 16:44:32 -050053
54 // OPEN: Settings > Accessibility
55 // CATEGORY: SETTINGS
56 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -050057 ACCESSIBILITY = 2;
Chris Wren7c516842016-03-01 16:44:32 -050058
59 // OPEN: Settings > Accessibility > Captions
60 // CATEGORY: SETTINGS
61 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -050062 ACCESSIBILITY_CAPTION_PROPERTIES = 3;
Chris Wren7c516842016-03-01 16:44:32 -050063
64 // OPEN: Settings > Accessibility > [Service]
65 // CATEGORY: SETTINGS
66 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -050067 ACCESSIBILITY_SERVICE = 4;
Chris Wren7c516842016-03-01 16:44:32 -050068
69 // OPEN: Settings > Accessibility > Color correction
70 // CATEGORY: SETTINGS
71 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -050072 ACCESSIBILITY_TOGGLE_DALTONIZER = 5;
Chris Wren7c516842016-03-01 16:44:32 -050073
74 // OPEN: Settings > Accessibility > Accessibility shortcut
75 // CATEGORY: SETTINGS
76 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -050077 ACCESSIBILITY_TOGGLE_GLOBAL_GESTURE = 6;
Chris Wren7c516842016-03-01 16:44:32 -050078
79 // OPEN: Settings > Accessibility > Magnification gestures
80 // CATEGORY: SETTINGS
81 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -050082 ACCESSIBILITY_TOGGLE_SCREEN_MAGNIFICATION = 7;
Chris Wren7c516842016-03-01 16:44:32 -050083
84 // OPEN: Settings > Accounts
85 // CATEGORY: SETTINGS
86 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -050087 ACCOUNT = 8;
Chris Wren7c516842016-03-01 16:44:32 -050088
89 // OPEN: Settings > Accounts > [Single Account Sync Settings]
90 // CATEGORY: SETTINGS
91 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -050092 ACCOUNTS_ACCOUNT_SYNC = 9;
Chris Wren7c516842016-03-01 16:44:32 -050093
94 // OPEN: Settings > Accounts > Add an account
95 // CATEGORY: SETTINGS
96 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -050097 ACCOUNTS_CHOOSE_ACCOUNT_ACTIVITY = 10;
Chris Wren7c516842016-03-01 16:44:32 -050098
99 // OPEN: Settings > Accounts > [List of accounts when more than one]
100 // CATEGORY: SETTINGS
101 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500102 ACCOUNTS_MANAGE_ACCOUNTS = 11;
Chris Wren7c516842016-03-01 16:44:32 -0500103
104 // OPEN: Settings > Cellular network settings > APNs
105 // CATEGORY: SETTINGS
106 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500107 APN = 12;
Chris Wren7c516842016-03-01 16:44:32 -0500108
109 // OPEN: Settings > More > Cellular network settings > APNs > [Edit APN]
110 // CATEGORY: SETTINGS
111 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500112 APN_EDITOR = 13;
Chris Wren7c516842016-03-01 16:44:32 -0500113
114 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500115 APP_OPS_DETAILS = 14;
Chris Wren7c516842016-03-01 16:44:32 -0500116
117 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500118 APP_OPS_SUMMARY = 15;
Chris Wren7c516842016-03-01 16:44:32 -0500119
120 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500121 APPLICATION = 16;
Chris Wren7c516842016-03-01 16:44:32 -0500122
123 // OPEN: Settings > Apps > Configure apps > App links > [App]
124 // CATEGORY: SETTINGS
125 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500126 APPLICATIONS_APP_LAUNCH = 17;
Chris Wren7c516842016-03-01 16:44:32 -0500127
128 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500129 APPLICATIONS_APP_PERMISSION = 18;
Chris Wren7c516842016-03-01 16:44:32 -0500130
131 // OPEN: Settings > Internal storage > Apps storage > [App]
132 // CATEGORY: SETTINGS
133 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500134 APPLICATIONS_APP_STORAGE = 19;
Chris Wren7c516842016-03-01 16:44:32 -0500135
136 // OPEN: Settings > Apps > [App info]
137 // CATEGORY: SETTINGS
138 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500139 APPLICATIONS_INSTALLED_APP_DETAILS = 20;
Chris Wren7c516842016-03-01 16:44:32 -0500140
141 // OPEN: Settings > Memory > App usage > [App Memory usage]
142 // CATEGORY: SETTINGS
143 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500144 APPLICATIONS_PROCESS_STATS_DETAIL = 21;
Chris Wren7c516842016-03-01 16:44:32 -0500145
146 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500147 APPLICATIONS_PROCESS_STATS_MEM_DETAIL = 22;
Chris Wren7c516842016-03-01 16:44:32 -0500148
149 // OPEN: Settings > Memory > App usage
150 // CATEGORY: SETTINGS
151 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500152 APPLICATIONS_PROCESS_STATS_UI = 23;
Chris Wren7c516842016-03-01 16:44:32 -0500153
154 // OPEN: Settings > Bluetooth
155 // CATEGORY: SETTINGS
156 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500157 BLUETOOTH = 24;
Chris Wren7c516842016-03-01 16:44:32 -0500158
159 // OPEN: Choose Bluetooth device (ex: when sharing)
160 // CATEGORY: SETTINGS
161 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500162 BLUETOOTH_DEVICE_PICKER = 25;
Chris Wren7c516842016-03-01 16:44:32 -0500163
164 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500165 BLUETOOTH_DEVICE_PROFILES = 26;
Chris Wren7c516842016-03-01 16:44:32 -0500166
167 // OPEN: Settings > Security > Choose screen lock
168 // CATEGORY: SETTINGS
169 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500170 CHOOSE_LOCK_GENERIC = 27;
Chris Wren7c516842016-03-01 16:44:32 -0500171
172 // OPEN: Settings > Security > Choose screen lock > Choose your password
173 // CATEGORY: SETTINGS
174 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500175 CHOOSE_LOCK_PASSWORD = 28;
Chris Wren7c516842016-03-01 16:44:32 -0500176
177 // OPEN: Settings > Security > Choose screen lock > Choose your pattern
178 // CATEGORY: SETTINGS
179 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500180 CHOOSE_LOCK_PATTERN = 29;
Chris Wren7c516842016-03-01 16:44:32 -0500181
182 // OPEN: Settings > Security > Choose screen lock > Confirm your password
183 // CATEGORY: SETTINGS
184 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500185 CONFIRM_LOCK_PASSWORD = 30;
Chris Wren7c516842016-03-01 16:44:32 -0500186
187 // OPEN: Settings > Security > Choose screen lock > Confirm your pattern
188 // CATEGORY: SETTINGS
189 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500190 CONFIRM_LOCK_PATTERN = 31;
Chris Wren7c516842016-03-01 16:44:32 -0500191
192 // OPEN: Settings > Security > Encrypt phone
193 // CATEGORY: SETTINGS
194 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500195 CRYPT_KEEPER = 32;
Chris Wren7c516842016-03-01 16:44:32 -0500196
197 // OPEN: Settings > Security > Encrypt phone > Confirm
198 // CATEGORY: SETTINGS
199 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500200 CRYPT_KEEPER_CONFIRM = 33;
Chris Wren7c516842016-03-01 16:44:32 -0500201
202 // OPEN: Settings > Search results
203 // CATEGORY: SETTINGS
204 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500205 DASHBOARD_SEARCH_RESULTS = 34;
Chris Wren7c516842016-03-01 16:44:32 -0500206
207 // OPEN: Settings (Root page)
208 // CATEGORY: SETTINGS
209 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500210 DASHBOARD_SUMMARY = 35;
Chris Wren7c516842016-03-01 16:44:32 -0500211
212 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500213 DATA_USAGE = 36;
Chris Wren7c516842016-03-01 16:44:32 -0500214
215 // OPEN: Settings > Data usage
216 // CATEGORY: SETTINGS
217 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500218 DATA_USAGE_SUMMARY = 37;
Chris Wren7c516842016-03-01 16:44:32 -0500219
220 // OPEN: Settings > Date & time
221 // CATEGORY: SETTINGS
222 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500223 DATE_TIME = 38;
Chris Wren7c516842016-03-01 16:44:32 -0500224
225 // OPEN: Settings > Developer options
226 // CATEGORY: SETTINGS
227 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500228 DEVELOPMENT = 39;
Chris Wren7c516842016-03-01 16:44:32 -0500229
230 // OPEN: Settings > About phone
231 // CATEGORY: SETTINGS
232 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500233 DEVICEINFO = 40;
Chris Wren7c516842016-03-01 16:44:32 -0500234
235 // OPEN: Settings > About phone > Status > IMEI information
236 // CATEGORY: SETTINGS
237 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500238 DEVICEINFO_IMEI_INFORMATION = 41;
Chris Wren7c516842016-03-01 16:44:32 -0500239
240 // OPEN: Settings > Internal storage
241 // CATEGORY: SETTINGS
242 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500243 DEVICEINFO_STORAGE = 42;
Chris Wren7c516842016-03-01 16:44:32 -0500244
245 // OPEN: Settings > About phone > Status > SIM status
246 // CATEGORY: SETTINGS
247 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500248 DEVICEINFO_SIM_STATUS = 43;
Chris Wren7c516842016-03-01 16:44:32 -0500249
250 // OPEN: Settings > About phone > Status
251 // CATEGORY: SETTINGS
252 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500253 DEVICEINFO_STATUS = 44;
Chris Wren7c516842016-03-01 16:44:32 -0500254
255 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500256 DEVICEINFO_USB = 45;
Chris Wren7c516842016-03-01 16:44:32 -0500257
258 // OPEN: Settings > Display
259 // CATEGORY: SETTINGS
260 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500261 DISPLAY = 46;
Chris Wren7c516842016-03-01 16:44:32 -0500262
263 // OPEN: Settings > Display > Daydream
264 // CATEGORY: SETTINGS
265 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500266 DREAM = 47;
Chris Wren7c516842016-03-01 16:44:32 -0500267
268 // OPEN: Settings > Security > Screen lock > Secure start-up
269 // CATEGORY: SETTINGS
270 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500271 ENCRYPTION = 48;
Chris Wren7c516842016-03-01 16:44:32 -0500272
273 // OPEN: Settings > Security > Nexus Imprint
274 // CATEGORY: SETTINGS
275 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500276 FINGERPRINT = 49;
Chris Wren7c516842016-03-01 16:44:32 -0500277
278 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500279 FINGERPRINT_ENROLL = 50;
Chris Wren7c516842016-03-01 16:44:32 -0500280
281 // OPEN: Settings > Battery > History details
282 // CATEGORY: SETTINGS
283 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500284 FUELGAUGE_BATTERY_HISTORY_DETAIL = 51;
Chris Wren7c516842016-03-01 16:44:32 -0500285
286 // OPEN: Settings > Battery > Battery saver
287 // CATEGORY: SETTINGS
288 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500289 FUELGAUGE_BATTERY_SAVER = 52;
Chris Wren7c516842016-03-01 16:44:32 -0500290
291 // OPEN: Settings > Battery > [App Use details]
292 // CATEGORY: SETTINGS
293 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500294 FUELGAUGE_POWER_USAGE_DETAIL = 53;
Chris Wren7c516842016-03-01 16:44:32 -0500295
296 // OPEN: Settings > Battery
297 // CATEGORY: SETTINGS
298 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500299 FUELGAUGE_POWER_USAGE_SUMMARY = 54;
Chris Wren7c516842016-03-01 16:44:32 -0500300
301 // OPEN: Settings > Home
302 // CATEGORY: SETTINGS
303 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500304 HOME = 55;
Chris Wren7c516842016-03-01 16:44:32 -0500305
306 // OPEN: Settings > Security > SIM card lock settings
307 // CATEGORY: SETTINGS
308 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500309 ICC_LOCK = 56;
Chris Wren7c516842016-03-01 16:44:32 -0500310
311 // OPEN: Settings > Language & input
312 // CATEGORY: SETTINGS
313 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500314 INPUTMETHOD_LANGUAGE = 57;
Chris Wren7c516842016-03-01 16:44:32 -0500315
316 // OPEN: Settings > Language & input > Physical keyboard
317 // CATEGORY: SETTINGS
318 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500319 INPUTMETHOD_KEYBOARD = 58;
Chris Wren7c516842016-03-01 16:44:32 -0500320
321 // OPEN: Settings > Language & input > Spell checker
322 // CATEGORY: SETTINGS
323 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500324 INPUTMETHOD_SPELL_CHECKERS = 59;
Chris Wren7c516842016-03-01 16:44:32 -0500325
326 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500327 INPUTMETHOD_SUBTYPE_ENABLER = 60;
Chris Wren7c516842016-03-01 16:44:32 -0500328
329 // OPEN: Settings > Language & input > Personal dictionary
330 // CATEGORY: SETTINGS
331 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500332 INPUTMETHOD_USER_DICTIONARY = 61;
Chris Wren7c516842016-03-01 16:44:32 -0500333
334 // OPEN: Settings > Language & input > Add word
335 // CATEGORY: SETTINGS
336 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500337 INPUTMETHOD_USER_DICTIONARY_ADD_WORD = 62;
Chris Wren7c516842016-03-01 16:44:32 -0500338
339 // OPEN: Settings > Location
340 // CATEGORY: SETTINGS
341 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500342 LOCATION = 63;
Chris Wren7c516842016-03-01 16:44:32 -0500343
344 // OPEN: Settings > Location > Location mode
345 // CATEGORY: SETTINGS
346 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500347 LOCATION_MODE = 64;
Chris Wren7c516842016-03-01 16:44:32 -0500348
349 // OPEN: Settings > Apps
350 // CATEGORY: SETTINGS
351 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500352 MANAGE_APPLICATIONS = 65;
Chris Wren7c516842016-03-01 16:44:32 -0500353
354 // OPEN: Settings > Backup & reset > Factory data reset
355 // CATEGORY: SETTINGS
356 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500357 MASTER_CLEAR = 66;
Chris Wren7c516842016-03-01 16:44:32 -0500358
359 // OPEN: Settings > Backup & reset > Factory data reset > Confirm
360 // CATEGORY: SETTINGS
361 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500362 MASTER_CLEAR_CONFIRM = 67;
Chris Wren7c516842016-03-01 16:44:32 -0500363
364 // OPEN: Settings > Data usage > Network restrictions
365 // CATEGORY: SETTINGS
366 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500367 NET_DATA_USAGE_METERED = 68;
Chris Wren7c516842016-03-01 16:44:32 -0500368
369 // OPEN: Settings > More > Android Beam
370 // CATEGORY: SETTINGS
371 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500372 NFC_BEAM = 69;
Chris Wren7c516842016-03-01 16:44:32 -0500373
374 // OPEN: Settings > Tap & pay
375 // CATEGORY: SETTINGS
376 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500377 NFC_PAYMENT = 70;
Chris Wren7c516842016-03-01 16:44:32 -0500378
379 // OPEN: Settings > Sound & notification
380 // CATEGORY: SETTINGS
381 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500382 NOTIFICATION = 71;
Chris Wren7c516842016-03-01 16:44:32 -0500383
384 // OPEN: Settings > Sound & notification > App notifications > [App]
385 // CATEGORY: SETTINGS
386 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500387 NOTIFICATION_APP_NOTIFICATION = 72;
Chris Wren7c516842016-03-01 16:44:32 -0500388
389 // OPEN: Settings > Sound & notification > Other sounds
390 // CATEGORY: SETTINGS
391 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500392 NOTIFICATION_OTHER_SOUND = 73;
Chris Wren7c516842016-03-01 16:44:32 -0500393
394 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500395 NOTIFICATION_REDACTION = 74;
Chris Wren7c516842016-03-01 16:44:32 -0500396
397 // OPEN: Settings Widget > Notification log
398 // CATEGORY: SETTINGS
399 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500400 NOTIFICATION_STATION = 75;
Chris Wren7c516842016-03-01 16:44:32 -0500401
402 // OPEN: Settings > Sound & notification > Do not disturb
403 // CATEGORY: SETTINGS
404 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500405 NOTIFICATION_ZEN_MODE = 76;
Chris Wren7c516842016-03-01 16:44:32 -0500406
407 // OPEN: OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500408 OWNER_INFO = 77;
Chris Wren7c516842016-03-01 16:44:32 -0500409
410 // OPEN: Print job notification > Print job settings
411 // CATEGORY: SETTINGS
412 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500413 PRINT_JOB_SETTINGS = 78;
Chris Wren7c516842016-03-01 16:44:32 -0500414
415 // OPEN: Settings > Printing > [Print Service]
416 // CATEGORY: SETTINGS
417 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500418 PRINT_SERVICE_SETTINGS = 79;
Chris Wren7c516842016-03-01 16:44:32 -0500419
420 // OPEN: Settings > Printing
421 // CATEGORY: SETTINGS
422 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500423 PRINT_SETTINGS = 80;
Chris Wren7c516842016-03-01 16:44:32 -0500424
425 // OPEN: Settings > Backup & reset
426 // CATEGORY: SETTINGS
427 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500428 PRIVACY = 81;
Chris Wren7c516842016-03-01 16:44:32 -0500429
430 //OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500431 PROXY_SELECTOR = 82;
Chris Wren7c516842016-03-01 16:44:32 -0500432
433 // OPEN: Settings > Backup & reset > Network settings reset
434 // CATEGORY: SETTINGS
435 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500436 RESET_NETWORK = 83;
Chris Wren7c516842016-03-01 16:44:32 -0500437
438 // OPEN: Settings > Backup & reset > Network settings reset > Confirm
439 // CATEGORY: SETTINGS
440 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500441 RESET_NETWORK_CONFIRM = 84;
Chris Wren7c516842016-03-01 16:44:32 -0500442
443 // OPEN: Settings > Developer Options > Running Services
444 // CATEGORY: SETTINGS
445 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500446 RUNNING_SERVICE_DETAILS = 85;
Chris Wren7c516842016-03-01 16:44:32 -0500447
448 // OPEN: Settings > Security > Screen pinning
449 // CATEGORY: SETTINGS
450 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500451 SCREEN_PINNING = 86;
Chris Wren7c516842016-03-01 16:44:32 -0500452
453 // OPEN: Settings > Security
454 // CATEGORY: SETTINGS
455 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500456 SECURITY = 87;
Chris Wren7c516842016-03-01 16:44:32 -0500457
458 // OPEN: Settings > SIM cards
459 // CATEGORY: SETTINGS
460 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500461 SIM = 88;
Chris Wren7c516842016-03-01 16:44:32 -0500462
463 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500464 TESTING = 89;
Chris Wren7c516842016-03-01 16:44:32 -0500465
466 // OPEN: Settings > More > Tethering & portable hotspot
467 // CATEGORY: SETTINGS
468 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500469 TETHER = 90;
Chris Wren7c516842016-03-01 16:44:32 -0500470
471 // OPEN: Settings > Security > Trust agents
472 // CATEGORY: SETTINGS
473 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500474 TRUST_AGENT = 91;
Chris Wren7c516842016-03-01 16:44:32 -0500475
476 // OPEN: Settings > Security > Trusted credentials
477 // CATEGORY: SETTINGS
478 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500479 TRUSTED_CREDENTIALS = 92;
Chris Wren7c516842016-03-01 16:44:32 -0500480
481 // OPEN: Settings > Language & input > TTS output > [Engine] > Settings
482 // CATEGORY: SETTINGS
483 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500484 TTS_ENGINE_SETTINGS = 93;
Chris Wren7c516842016-03-01 16:44:32 -0500485
486 // OPEN: Settings > Language & input > Text-to-speech output
487 // CATEGORY: SETTINGS
488 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500489 TTS_TEXT_TO_SPEECH = 94;
Chris Wren7c516842016-03-01 16:44:32 -0500490
491 // OPEN: Settings > Security > Apps with usage access
492 // CATEGORY: SETTINGS
493 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500494 USAGE_ACCESS = 95;
Chris Wren7c516842016-03-01 16:44:32 -0500495
496 // OPEN: Settings > Users
497 // CATEGORY: SETTINGS
498 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500499 USER = 96;
Chris Wren7c516842016-03-01 16:44:32 -0500500
501 // OPEN: Settings > Users > [Restricted profile app & content access]
502 // CATEGORY: SETTINGS
503 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500504 USERS_APP_RESTRICTIONS = 97;
Chris Wren7c516842016-03-01 16:44:32 -0500505
506 // OPEN: Settings > Users > [User settings]
507 // CATEGORY: SETTINGS
508 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500509 USER_DETAILS = 98;
Chris Wren7c516842016-03-01 16:44:32 -0500510
511 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500512 VOICE_INPUT = 99;
Chris Wren7c516842016-03-01 16:44:32 -0500513
514 // OPEN: Settings > More > VPN
515 // CATEGORY: SETTINGS
516 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500517 VPN = 100;
Chris Wren7c516842016-03-01 16:44:32 -0500518
519 // OPEN: Settings > Display > Choose wallpaper from
520 // CATEGORY: SETTINGS
521 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500522 WALLPAPER_TYPE = 101;
Chris Wren7c516842016-03-01 16:44:32 -0500523
524 // OPEN: Settings > Display > Cast
525 // CATEGORY: SETTINGS
526 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500527 WFD_WIFI_DISPLAY = 102;
Chris Wren7c516842016-03-01 16:44:32 -0500528
529 // OPEN: Settings > Wi-Fi
530 // CATEGORY: SETTINGS
531 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500532 WIFI = 103;
Chris Wren7c516842016-03-01 16:44:32 -0500533
534 // OPEN: Settings > Wi-Fi > Advanced Wi-Fi
535 // CATEGORY: SETTINGS
536 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500537 WIFI_ADVANCED = 104;
Chris Wren7c516842016-03-01 16:44:32 -0500538
539 // OPEN: Settings > More > Wi-Fi Calling
540 // CATEGORY: SETTINGS
541 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500542 WIFI_CALLING = 105;
Chris Wren7c516842016-03-01 16:44:32 -0500543
544 // OPEN: Settings > Wi-Fi > Saved networks
545 // CATEGORY: SETTINGS
546 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500547 WIFI_SAVED_ACCESS_POINTS = 106;
Chris Wren7c516842016-03-01 16:44:32 -0500548
549 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500550 WIFI_APITEST = 107;
Chris Wren7c516842016-03-01 16:44:32 -0500551
552 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500553 WIFI_INFO = 108;
Chris Wren7c516842016-03-01 16:44:32 -0500554
555 // OPEN: Settings > Wi-Fi > Advanced Wi-Fi > Wi-Fi Direct
556 // CATEGORY: SETTINGS
557 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500558 WIFI_P2P = 109;
Chris Wren7c516842016-03-01 16:44:32 -0500559
560 // OPEN: Settings > More
561 // CATEGORY: SETTINGS
562 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500563 WIRELESS = 110;
Chris Wren7c516842016-03-01 16:44:32 -0500564
565 // OPEN: Quick Settings Panel
566 // CATEGORY: QUICK_SETTINGS
567 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500568 QS_PANEL = 111;
Chris Wren7c516842016-03-01 16:44:32 -0500569
570 // OPEN: QS Airplane mode tile shown
571 // ACTION: QS Airplane mode tile tapped
572 // SUBTYPE: 0 is off, 1 is on
573 // CATEGORY: QUICK_SETTINGS
574 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500575 QS_AIRPLANEMODE = 112;
Chris Wren7c516842016-03-01 16:44:32 -0500576
577 // OPEN: QS Bluetooth tile shown
578 // ACTION: QS Bluetooth tile tapped
579 // SUBTYPE: 0 is off, 1 is on
580 // CATEGORY: QUICK_SETTINGS
581 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500582 QS_BLUETOOTH = 113;
Chris Wren7c516842016-03-01 16:44:32 -0500583
584 // OPEN: QS Cast tile shown
585 // ACTION: QS Cast tile tapped
586 // CATEGORY: QUICK_SETTINGS
587 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500588 QS_CAST = 114;
Chris Wren7c516842016-03-01 16:44:32 -0500589
590 // OPEN: QS Cellular tile shown
591 // ACTION: QS Cellular tile tapped
592 // CATEGORY: QUICK_SETTINGS
593 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500594 QS_CELLULAR = 115;
Chris Wren7c516842016-03-01 16:44:32 -0500595
596 // OPEN: QS Color inversion tile shown
597 // ACTION: QS Color inversion tile tapped
598 // SUBTYPE: 0 is off, 1 is on
599 // CATEGORY: QUICK_SETTINGS
600 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500601 QS_COLORINVERSION = 116;
Chris Wren7c516842016-03-01 16:44:32 -0500602
603 // OPEN: QS Cellular tile > Cellular detail panel
604 // CATEGORY: QUICK_SETTINGS
605 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500606 QS_DATAUSAGEDETAIL = 117;
Chris Wren7c516842016-03-01 16:44:32 -0500607
608 // OPEN: QS Do not disturb tile shown
609 // ACTION: QS Do not disturb tile tapped
610 // SUBTYPE: 0 is off, 1 is on
611 // CATEGORY: QUICK_SETTINGS
612 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500613 QS_DND = 118;
Chris Wren7c516842016-03-01 16:44:32 -0500614
615 // OPEN: QS Flashlight tile shown
616 // ACTION: QS Flashlight tile tapped
617 // SUBTYPE: 0 is off, 1 is on
618 // CATEGORY: QUICK_SETTINGS
619 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500620 QS_FLASHLIGHT = 119;
Chris Wren7c516842016-03-01 16:44:32 -0500621
622 // OPEN: QS Hotspot tile shown
623 // ACTION: QS Hotspot tile tapped
624 // SUBTYPE: 0 is off, 1 is on
625 // CATEGORY: QUICK_SETTINGS
626 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500627 QS_HOTSPOT = 120;
Chris Wren7c516842016-03-01 16:44:32 -0500628
629 // OPEN: QS 3P tile shown
630 // ACTION: QS 3P tile tapped
631 // CATEGORY: QUICK_SETTINGS
632 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500633 QS_INTENT = 121;
Chris Wren7c516842016-03-01 16:44:32 -0500634
635 // OPEN: QS Location tile shown
636 // ACTION: QS Location tile tapped
637 // SUBTYPE: 0 is off, 1 is on
638 // CATEGORY: QUICK_SETTINGS
639 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500640 QS_LOCATION = 122;
Chris Wren7c516842016-03-01 16:44:32 -0500641
642 // OPEN: QS Rotation tile shown
643 // ACTION: QS Rotation tile tapped
644 // SUBTYPE: 0 is off, 1 is on
645 // CATEGORY: QUICK_SETTINGS
646 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500647 QS_ROTATIONLOCK = 123;
Chris Wren7c516842016-03-01 16:44:32 -0500648
649 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500650 QS_USERDETAILITE = 124;
Chris Wren7c516842016-03-01 16:44:32 -0500651
652 // OPEN: QS User list panel
653 // CATEGORY: QUICK_SETTINGS
654 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500655 QS_USERDETAIL = 125;
Chris Wren7c516842016-03-01 16:44:32 -0500656
657 // OPEN: QS WiFi tile shown
658 // ACTION: QS WiFi tile tapped
659 // SUBTYPE: 0 is off, 1 is on
660 // CATEGORY: QUICK_SETTINGS
661 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500662 QS_WIFI = 126;
Chris Wren7c516842016-03-01 16:44:32 -0500663
664 // OPEN: Notification Panel (including lockscreen)
665 // CATEGORY: NOTIFICATION
666 // OS: 5.1.1
Chris Wren77781d32016-01-11 14:49:26 -0500667 NOTIFICATION_PANEL = 127;
Chris Wren7c516842016-03-01 16:44:32 -0500668
669 // OPEN: Notification in panel became visible.
670 // PACKAGE: App that posted the notification.
671 // ACTION: Notification is tapped.
672 // PACKAGE: App that posted the notification
673 // DETAIL: Notification is expanded by user.
674 // PACKAGE: App that posted the notification
675 // DISMISS: Notification is dismissed.
676 // PACKAGE: App that posted the notification
677 // SUBTYPE: Dismiss reason from NotificationManagerService.java
678 // CATEGORY: NOTIFICATION
679 // OS: 5.1.1
Chris Wren77781d32016-01-11 14:49:26 -0500680 NOTIFICATION_ITEM = 128;
Chris Wren7c516842016-03-01 16:44:32 -0500681
682 // ACTION: User tapped notification action
683 // PACKAGE: App that posted the notification
684 // SUBTYPE: Index of action on notification
685 // CATEGORY: NOTIFICATION
686 // OS: 5.0
Chris Wren77781d32016-01-11 14:49:26 -0500687 NOTIFICATION_ITEM_ACTION = 129;
Chris Wren7c516842016-03-01 16:44:32 -0500688
689 // OPEN: Settings > Apps > Configure apps > App permissions
690 // CATEGORY: SETTINGS
691 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500692 APPLICATIONS_ADVANCED = 130;
Chris Wren7c516842016-03-01 16:44:32 -0500693
694 // OPEN: Settings > Location > Scanning
695 // CATEGORY: SETTINGS
696 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500697 LOCATION_SCANNING = 131;
Chris Wren7c516842016-03-01 16:44:32 -0500698
699 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500700 MANAGE_APPLICATIONS_ALL = 132;
Chris Wren7c516842016-03-01 16:44:32 -0500701
702 // OPEN: Settings > Sound & notification > App notifications
703 // CATEGORY: SETTINGS
704 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500705 MANAGE_APPLICATIONS_NOTIFICATIONS = 133;
Chris Wren7c516842016-03-01 16:44:32 -0500706
707 // ACTION: Settings > Wi-Fi > Overflow > Add Network
708 // CATEGORY: SETTINGS
709 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500710 ACTION_WIFI_ADD_NETWORK = 134;
Chris Wren7c516842016-03-01 16:44:32 -0500711
712 // ACTION: Settings > Wi-Fi > [Long press network] > Connect to network
Stephen Chen0d14da32016-11-03 10:44:32 -0700713 // SUBTYPE: true if connecting to a saved network, false if not
Chris Wren7c516842016-03-01 16:44:32 -0500714 // CATEGORY: SETTINGS
715 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500716 ACTION_WIFI_CONNECT = 135;
Chris Wren7c516842016-03-01 16:44:32 -0500717
718 // ACTION: Settings > Wi-Fi > Overflow > Refresh
719 // CATEGORY: SETTINGS
720 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500721 ACTION_WIFI_FORCE_SCAN = 136;
Chris Wren7c516842016-03-01 16:44:32 -0500722
723 // ACTION: Settings > Wi-Fi > [Long press network] > Forget network
724 // CATEGORY: SETTINGS
725 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500726 ACTION_WIFI_FORGET = 137;
Chris Wren7c516842016-03-01 16:44:32 -0500727
728 // ACTION: Settings > Wi-Fi > Toggle off
Stephen Chen0d14da32016-11-03 10:44:32 -0700729 // SUBTYPE: true if connected to network before toggle, false if not
Chris Wren7c516842016-03-01 16:44:32 -0500730 // CATEGORY: SETTINGS
731 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500732 ACTION_WIFI_OFF = 138;
Chris Wren7c516842016-03-01 16:44:32 -0500733
734 // ACTION: Settings > Wi-Fi > Toggle on
735 // CATEGORY: SETTINGS
736 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500737 ACTION_WIFI_ON = 139;
Chris Wren7c516842016-03-01 16:44:32 -0500738
739 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500740 MANAGE_PERMISSIONS = 140;
Chris Wren7c516842016-03-01 16:44:32 -0500741
742 // OPEN: Settings > Sound & notification > DND > Priority only allows
743 // CATEGORY: SETTINGS
744 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500745 NOTIFICATION_ZEN_MODE_PRIORITY = 141;
Chris Wren7c516842016-03-01 16:44:32 -0500746
747 // OPEN: Settings > Sound & notification > DND > Automatic rules
748 // CATEGORY: SETTINGS
749 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500750 NOTIFICATION_ZEN_MODE_AUTOMATION = 142;
Chris Wren7c516842016-03-01 16:44:32 -0500751
752 // OPEN: Settings > Apps > Configure apps > App links
753 // CATEGORY: SETTINGS
754 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500755 MANAGE_DOMAIN_URLS = 143;
Chris Wren7c516842016-03-01 16:44:32 -0500756
757 // OPEN: Settings > Sound & notification > DND > [Time based rule]
758 // CATEGORY: SETTINGS
759 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500760 NOTIFICATION_ZEN_MODE_SCHEDULE_RULE = 144;
Chris Wren7c516842016-03-01 16:44:32 -0500761
762 // OPEN: Settings > Sound & notification > DND > [External rule]
763 // CATEGORY: SETTINGS
764 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500765 NOTIFICATION_ZEN_MODE_EXTERNAL_RULE = 145;
Chris Wren7c516842016-03-01 16:44:32 -0500766
767 // OPEN: Settings > Sound & notification > DND > [Event rule]
768 // CATEGORY: SETTINGS
769 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500770 NOTIFICATION_ZEN_MODE_EVENT_RULE = 146;
Chris Wren7c516842016-03-01 16:44:32 -0500771
772 // ACTION: App notification settings > Block Notifications
773 // CATEGORY: SETTINGS
774 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500775 ACTION_BAN_APP_NOTES = 147;
Chris Wren7c516842016-03-01 16:44:32 -0500776
777 // ACTION: Notification shade > Dismiss all button
778 // CATEGORY: NOTIFICATION
779 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500780 ACTION_DISMISS_ALL_NOTES = 148;
Chris Wren7c516842016-03-01 16:44:32 -0500781
782 // OPEN: QS Do Not Disturb detail panel
783 // CATEGORY: QUICK_SETTINGS
784 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500785 QS_DND_DETAILS = 149;
Chris Wren7c516842016-03-01 16:44:32 -0500786
787 // OPEN: QS Bluetooth detail panel
788 // CATEGORY: QUICK_SETTINGS
789 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500790 QS_BLUETOOTH_DETAILS = 150;
Chris Wren7c516842016-03-01 16:44:32 -0500791
792 // OPEN: QS Cast detail panel
793 // CATEGORY: QUICK_SETTINGS
794 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500795 QS_CAST_DETAILS = 151;
Chris Wren7c516842016-03-01 16:44:32 -0500796
797 // OPEN: QS Wi-Fi detail panel
798 // CATEGORY: QUICK_SETTINGS
799 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500800 QS_WIFI_DETAILS = 152;
Chris Wren7c516842016-03-01 16:44:32 -0500801
802 // ACTION: QS Wi-Fi detail panel > Wi-Fi toggle
803 // SUBTYPE: 0 is off, 1 is on
804 // CATEGORY: QUICK_SETTINGS
805 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500806 QS_WIFI_TOGGLE = 153;
Chris Wren7c516842016-03-01 16:44:32 -0500807
808 // ACTION: QS Bluetooth detail panel > Bluetooth toggle
809 // SUBTYPE: 0 is off, 1 is on
810 // CATEGORY: QUICK_SETTINGS
811 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500812 QS_BLUETOOTH_TOGGLE = 154;
Chris Wren7c516842016-03-01 16:44:32 -0500813
814 // ACTION: QS Cellular detail panel > Cellular toggle
815 // SUBTYPE: 0 is off, 1 is on
816 // CATEGORY: QUICK_SETTINGS
817 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500818 QS_CELLULAR_TOGGLE = 155;
Chris Wren7c516842016-03-01 16:44:32 -0500819
820 // ACTION: QS User list panel > Select different user
821 // CATEGORY: QUICK_SETTINGS
822 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500823 QS_SWITCH_USER = 156;
Chris Wren7c516842016-03-01 16:44:32 -0500824
825 // ACTION: QS Cast detail panel > Select cast device
826 // CATEGORY: QUICK_SETTINGS
827 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500828 QS_CAST_SELECT = 157;
Chris Wren7c516842016-03-01 16:44:32 -0500829
830 // ACTION: QS Cast detail panel > Disconnect cast device
831 // CATEGORY: QUICK_SETTINGS
832 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500833 QS_CAST_DISCONNECT = 158;
Chris Wren7c516842016-03-01 16:44:32 -0500834
835 // ACTION: Settings > Bluetooth > Toggle
836 // SUBTYPE: 0 is off, 1 is on
837 // CATEGORY: SETTINGS
838 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500839 ACTION_BLUETOOTH_TOGGLE = 159;
Chris Wren7c516842016-03-01 16:44:32 -0500840
841 // ACTION: Settings > Bluetooth > Overflow > Refresh
842 // CATEGORY: SETTINGS
843 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500844 ACTION_BLUETOOTH_SCAN = 160;
Chris Wren7c516842016-03-01 16:44:32 -0500845
846 // ACTION: Settings > Bluetooth > Overflow > Rename this device
847 // CATEGORY: SETTINGS
848 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500849 ACTION_BLUETOOTH_RENAME = 161;
Chris Wren7c516842016-03-01 16:44:32 -0500850
851 // ACTION: Settings > Bluetooth > Overflow > Show received files
852 // CATEGORY: SETTINGS
853 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500854 ACTION_BLUETOOTH_FILES = 162;
Chris Wren7c516842016-03-01 16:44:32 -0500855
856 // ACTION: QS DND details panel > Increase / Decrease exit time
857 // SUBTYPE: true is increase, false is decrease
858 // CATEGORY: QUICK_SETTINGS
859 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500860 QS_DND_TIME = 163;
Chris Wren7c516842016-03-01 16:44:32 -0500861
862 // ACTION: QS DND details panel > [Exit condition]
863 // CATEGORY: QUICK_SETTINGS
864 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500865 QS_DND_CONDITION_SELECT = 164;
Chris Wren7c516842016-03-01 16:44:32 -0500866
867 // ACTION: QS DND details panel > [DND mode]
868 // SUBTYPE: 1 is priority, 2 is silence, 3 is alarms only
869 // CATEGORY: QUICK_SETTINGS
870 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500871 QS_DND_ZEN_SELECT = 165;
Chris Wren7c516842016-03-01 16:44:32 -0500872
873 // ACTION: QS DND detail panel > DND toggle
874 // SUBTYPE: 0 is off, 1 is on
875 // CATEGORY: QUICK_SETTINGS
876 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500877 QS_DND_TOGGLE = 166;
Chris Wren7c516842016-03-01 16:44:32 -0500878
879 // ACTION: DND Settings > Priority only allows > Reminder toggle
880 // SUBTYPE: 0 is off, 1 is on
881 // CATEGORY: SETTINGS
882 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500883 ACTION_ZEN_ALLOW_REMINDERS = 167;
Chris Wren7c516842016-03-01 16:44:32 -0500884
885 // ACTION: DND Settings > Priority only allows > Event toggle
886 // SUBTYPE: 0 is off, 1 is on
887 // CATEGORY: SETTINGS
888 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500889 ACTION_ZEN_ALLOW_EVENTS = 168;
Chris Wren7c516842016-03-01 16:44:32 -0500890
891 // ACTION: DND Settings > Priority only allows > Messages
892 // SUBTYPE: 0 is off, 1 is on
893 // CATEGORY: SETTINGS
894 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500895 ACTION_ZEN_ALLOW_MESSAGES = 169;
Chris Wren7c516842016-03-01 16:44:32 -0500896
897 // ACTION: DND Settings > Priority only allows > Calls
898 // SUBTYPE: 0 is off, 1 is on
899 // CATEGORY: SETTINGS
900 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500901 ACTION_ZEN_ALLOW_CALLS = 170;
Chris Wren7c516842016-03-01 16:44:32 -0500902
903 // ACTION: DND Settings > Priority only allows > Repeat callers toggle
904 // SUBTYPE: 0 is off, 1 is on
905 // CATEGORY: SETTINGS
906 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500907 ACTION_ZEN_ALLOW_REPEAT_CALLS = 171;
Chris Wren7c516842016-03-01 16:44:32 -0500908
909 // ACTION: DND Settings > Automatic rules > Add rule
910 // CATEGORY: SETTINGS
911 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500912 ACTION_ZEN_ADD_RULE = 172;
Chris Wren7c516842016-03-01 16:44:32 -0500913
914 // ACTION: DND Settings > Automatic rules > Add rule > OK
915 // CATEGORY: SETTINGS
916 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500917 ACTION_ZEN_ADD_RULE_OK = 173;
Chris Wren7c516842016-03-01 16:44:32 -0500918
919 // ACTION: DND Settings > Automatic rules > [Rule] > Delete rule
920 // CATEGORY: SETTINGS
921 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500922 ACTION_ZEN_DELETE_RULE = 174;
Chris Wren7c516842016-03-01 16:44:32 -0500923
924 // ACTION: DND Settings > Automatic rules > [Rule] > Delete rule > Delete
925 // CATEGORY: SETTINGS
926 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500927 ACTION_ZEN_DELETE_RULE_OK = 175;
Chris Wren7c516842016-03-01 16:44:32 -0500928
929 // ACTION: DND Settings > Automatic rules > [Rule] > Toggle
930 // SUBTYPE: 0 is off, 1 is on
931 // CATEGORY: SETTINGS
932 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500933 ACTION_ZEN_ENABLE_RULE = 176;
Chris Wren7c516842016-03-01 16:44:32 -0500934
935 // ACTION: Settings > More > Airplane mode toggle
936 // SUBTYPE: 0 is off, 1 is on
937 // CATEGORY: SETTINGS
938 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500939 ACTION_AIRPLANE_TOGGLE = 177;
Chris Wren7c516842016-03-01 16:44:32 -0500940
941 // ACTION: Settings > Data usage > Cellular data toggle
942 // SUBTYPE: 0 is off, 1 is on
943 // CATEGORY: SETTINGS
944 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500945 ACTION_CELL_DATA_TOGGLE = 178;
Chris Wren7c516842016-03-01 16:44:32 -0500946
947 // OPEN: Settings > Sound & notification > Notification access
948 // CATEGORY: SETTINGS
949 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500950 NOTIFICATION_ACCESS = 179;
Chris Wren7c516842016-03-01 16:44:32 -0500951
952 // OPEN: Settings > Sound & notification > Do Not Disturb access
953 // CATEGORY: SETTINGS
954 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500955 NOTIFICATION_ZEN_MODE_ACCESS = 180;
Chris Wren7c516842016-03-01 16:44:32 -0500956
957 // OPEN: Settings > Apps > Configure apps > Default Apps
958 // CATEGORY: SETTINGS
959 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500960 APPLICATIONS_DEFAULT_APPS = 181;
Chris Wren7c516842016-03-01 16:44:32 -0500961
962 // OPEN: Settings > Internal storage > Apps storage
963 // CATEGORY: SETTINGS
964 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500965 APPLICATIONS_STORAGE_APPS = 182;
Chris Wren7c516842016-03-01 16:44:32 -0500966
967 // OPEN: Settings > Security > Usage access
968 // CATEGORY: SETTINGS
969 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500970 APPLICATIONS_USAGE_ACCESS_DETAIL = 183;
Chris Wren7c516842016-03-01 16:44:32 -0500971
972 // OPEN: Settings > Battery > Battery optimization
973 // CATEGORY: SETTINGS
974 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -0500975 APPLICATIONS_HIGH_POWER_APPS = 184;
Chris Wren7c516842016-03-01 16:44:32 -0500976
977 // OBSOLETE
Chris Wren77781d32016-01-11 14:49:26 -0500978 FUELGAUGE_HIGH_POWER_DETAILS = 185;
Chris Wren7c516842016-03-01 16:44:32 -0500979
980 // ACTION: Lockscreen > Unlock gesture
981 // CATEGORY: GLOBAL_SYSTEM_UI
982 // OS: 5.1.1
Chris Wren77781d32016-01-11 14:49:26 -0500983 ACTION_LS_UNLOCK = 186;
Chris Wren7c516842016-03-01 16:44:32 -0500984
985 // ACTION: Lockscreen > Pull shade open
986 // CATEGORY: GLOBAL_SYSTEM_UI
987 // OS: 5.1.1
Chris Wren77781d32016-01-11 14:49:26 -0500988 ACTION_LS_SHADE = 187;
Chris Wren7c516842016-03-01 16:44:32 -0500989
990 // ACTION: Lockscreen > Tap on lock, shows hint
991 // CATEGORY: GLOBAL_SYSTEM_UI
992 // OS: 5.1.1
Chris Wren77781d32016-01-11 14:49:26 -0500993 ACTION_LS_HINT = 188;
Chris Wren7c516842016-03-01 16:44:32 -0500994
995 // ACTION: Lockscreen > Camera
996 // CATEGORY: GLOBAL_SYSTEM_UI
997 // OS: 5.1.1
Chris Wren77781d32016-01-11 14:49:26 -0500998 ACTION_LS_CAMERA = 189;
Chris Wren7c516842016-03-01 16:44:32 -0500999
1000 // ACTION: Lockscreen > Dialer
1001 // CATEGORY: GLOBAL_SYSTEM_UI
1002 // OS: 5.1.1
Chris Wren77781d32016-01-11 14:49:26 -05001003 ACTION_LS_DIALER = 190;
Chris Wren7c516842016-03-01 16:44:32 -05001004
1005 // ACTION: Lockscreen > Tap on lock, locks phone
1006 // CATEGORY: GLOBAL_SYSTEM_UI
1007 // OS: 5.1.1
Chris Wren77781d32016-01-11 14:49:26 -05001008 ACTION_LS_LOCK = 191;
Chris Wren7c516842016-03-01 16:44:32 -05001009
1010 // ACTION: Lockscreen > Tap on notification, false touch rejection
1011 // CATEGORY: GLOBAL_SYSTEM_UI
1012 // OS: 5.1.1
Chris Wren77781d32016-01-11 14:49:26 -05001013 ACTION_LS_NOTE = 192;
Chris Wren7c516842016-03-01 16:44:32 -05001014
1015 // ACTION: Lockscreen > Swipe down to open quick settings
1016 // CATEGORY: GLOBAL_SYSTEM_UI
1017 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001018 ACTION_LS_QS = 193;
Chris Wren7c516842016-03-01 16:44:32 -05001019
1020 // ACTION: Swipe down to open quick settings when unlocked
1021 // CATEGORY: GLOBAL_SYSTEM_UI
1022 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001023 ACTION_SHADE_QS_PULL = 194;
Chris Wren7c516842016-03-01 16:44:32 -05001024
1025 // ACTION: Notification shade > Tap to open quick settings
1026 // CATEGORY: GLOBAL_SYSTEM_UI
1027 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001028 ACTION_SHADE_QS_TAP = 195;
Chris Wren7c516842016-03-01 16:44:32 -05001029
1030 // OPEN: Lockscreen
1031 // SUBTYPE: 0 is unsecure, 1 is secured by password / pattern / PIN
1032 // CATEGORY: GLOBAL_SYSTEM_UI
1033 // OS: 5.1.1
Chris Wren77781d32016-01-11 14:49:26 -05001034 LOCKSCREEN = 196;
Chris Wren7c516842016-03-01 16:44:32 -05001035
1036 // OPEN: Lockscreen > Screen to enter password / pattern / PIN
1037 // CATEGORY: GLOBAL_SYSTEM_UI
1038 // OS: 5.1.1
Chris Wren77781d32016-01-11 14:49:26 -05001039 BOUNCER = 197;
Chris Wren7c516842016-03-01 16:44:32 -05001040
1041 // OPEN: Screen turned on
1042 // SUBTYPE: 2 is user action
1043 // CATEGORY: GLOBAL_SYSTEM_UI
1044 // OS: 5.1.1
Chris Wren77781d32016-01-11 14:49:26 -05001045 SCREEN = 198;
Chris Wren7c516842016-03-01 16:44:32 -05001046
1047 // OPEN: Notification caused sound, vibration, and/or LED blink
1048 // SUBTYPE: 1 is buzz, 2 is beep, blink is 4, or'd together
1049 // CATEGORY: NOTIFICATION
1050 // OS: 5.1.1
Chris Wren77781d32016-01-11 14:49:26 -05001051 NOTIFICATION_ALERT = 199;
Chris Wren7c516842016-03-01 16:44:32 -05001052
1053 // ACTION: Lockscreen > Emergency Call button
1054 // CATEGORY: GLOBAL_SYSTEM_UI
1055 // OS: 5.1.1
Chris Wren77781d32016-01-11 14:49:26 -05001056 ACTION_EMERGENCY_CALL = 200;
Chris Wren7c516842016-03-01 16:44:32 -05001057
1058 // OPEN: Settings > Apps > Configure > Default apps > Assist & voice input
1059 // CATEGORY: SETTINGS
1060 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001061 APPLICATIONS_MANAGE_ASSIST = 201;
Chris Wren7c516842016-03-01 16:44:32 -05001062
1063 // OPEN: Settings > Memory
1064 // CATEGORY: SETTINGS
1065 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001066 PROCESS_STATS_SUMMARY = 202;
Chris Wren7c516842016-03-01 16:44:32 -05001067
1068 // ACTION: Settings > Display > When device is rotated
1069 // CATEGORY: SETTINGS
1070 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001071 ACTION_ROTATION_LOCK = 203;
Chris Wren7c516842016-03-01 16:44:32 -05001072
1073 // ACTION: Long press on notification to view controls
1074 // CATEGORY: NOTIFICATION
1075 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001076 ACTION_NOTE_CONTROLS = 204;
Chris Wren7c516842016-03-01 16:44:32 -05001077
1078 // ACTION: Notificatoin controls > Info button
1079 // CATEGORY: NOTIFICATION
1080 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001081 ACTION_NOTE_INFO = 205;
Chris Wren7c516842016-03-01 16:44:32 -05001082
1083 // ACTION: Notification controls > Settings button
1084 // CATEGORY: NOTIFICATION
1085 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001086 ACTION_APP_NOTE_SETTINGS = 206;
Chris Wren7c516842016-03-01 16:44:32 -05001087
1088 // OPEN: Volume Dialog (with hardware buttons)
1089 // CATEGORY: GLOBAL_SYSTEM_UI
1090 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001091 VOLUME_DIALOG = 207;
Chris Wren7c516842016-03-01 16:44:32 -05001092
1093 // OPEN: Volume dialog > Expanded volume dialog (multiple sliders)
1094 // CATEGORY: GLOBAL_SYSTEM_UI
1095 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001096 VOLUME_DIALOG_DETAILS = 208;
Chris Wren7c516842016-03-01 16:44:32 -05001097
1098 // ACTION: Volume dialog > Adjust volume slider
1099 // SUBTYPE: volume level (0-7)
1100 // CATEGORY: GLOBAL_SYSTEM_UI
1101 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001102 ACTION_VOLUME_SLIDER = 209;
Chris Wren7c516842016-03-01 16:44:32 -05001103
1104 // ACTION: Volume dialog > Select non-active stream
1105 // SUBTYPE: stream (defined in AudioSystem.java)
1106 // CATEGORY: GLOBAL_SYSTEM_UI
1107 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001108 ACTION_VOLUME_STREAM = 210;
Chris Wren7c516842016-03-01 16:44:32 -05001109
1110 // ACTION: Adjust volume with hardware key
1111 // SUBTYPE: volume level (0-7)
1112 // CATEGORY: GLOBAL_SYSTEM_UI
1113 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001114 ACTION_VOLUME_KEY = 211;
Chris Wren7c516842016-03-01 16:44:32 -05001115
1116 // ACTION: Volume dialog > Mute a stream by tapping icon
1117 // SUBTYPE: mute is 1, audible is 2
1118 // CATEGORY: GLOBAL_SYSTEM_UI
1119 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001120 ACTION_VOLUME_ICON = 212;
Chris Wren7c516842016-03-01 16:44:32 -05001121
1122 // ACTION: Volume dialog > Change ringer mode by tapping icon
1123 // SUBTYPE: 2 is audible, 3 is vibrate
1124 // CATEGORY: GLOBAL_SYSTEM_UI
1125 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001126 ACTION_RINGER_MODE = 213;
Chris Wren7c516842016-03-01 16:44:32 -05001127
1128 // ACTION: Chooser shown (share target, file open, etc.)
1129 // CATEGORY: GLOBAL_SYSTEM_UI
1130 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001131 ACTION_ACTIVITY_CHOOSER_SHOWN = 214;
Chris Wren7c516842016-03-01 16:44:32 -05001132
1133 // ACTION: Chooser > User taps an app target
1134 // SUBTYPE: Index of target
1135 // CATEGORY: GLOBAL_SYSTEM_UI
1136 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001137 ACTION_ACTIVITY_CHOOSER_PICKED_APP_TARGET = 215;
Chris Wren7c516842016-03-01 16:44:32 -05001138
1139 // ACTION: Chooser > User taps a service target
1140 // SUBTYPE: Index of target
1141 // CATEGORY: GLOBAL_SYSTEM_UI
1142 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001143 ACTION_ACTIVITY_CHOOSER_PICKED_SERVICE_TARGET = 216;
Chris Wren7c516842016-03-01 16:44:32 -05001144
1145 // ACTION: Chooser > User taps a standard target
1146 // SUBTYPE: Index of target
1147 // CATEGORY: GLOBAL_SYSTEM_UI
1148 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001149 ACTION_ACTIVITY_CHOOSER_PICKED_STANDARD_TARGET = 217;
Chris Wren7c516842016-03-01 16:44:32 -05001150
1151 // ACTION: QS Brightness Slider (with auto brightness disabled)
1152 // SUBTYPE: slider value
1153 // CATEGORY: QUICK_SETTINGS
1154 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001155 ACTION_BRIGHTNESS = 218;
Chris Wren7c516842016-03-01 16:44:32 -05001156
1157 // ACTION: QS Brightness Slider (with auto brightness enabled)
1158 // SUBTYPE: slider value
1159 // CATEGORY: QUICK_SETTINGS
1160 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001161 ACTION_BRIGHTNESS_AUTO = 219;
Chris Wren7c516842016-03-01 16:44:32 -05001162
1163 // OPEN: Settings > Display > Brightness Slider
1164 // CATEGORY: SETTINGS
1165 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001166 BRIGHTNESS_DIALOG = 220;
Chris Wren7c516842016-03-01 16:44:32 -05001167
1168 // OPEN: Settings > Apps > Configure Apps > Draw over other apps
1169 // CATEGORY: SETTINGS
1170 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001171 SYSTEM_ALERT_WINDOW_APPS = 221;
Chris Wren7c516842016-03-01 16:44:32 -05001172
1173 // OPEN: Display has entered dream mode
1174 // CATEGORY: GLOBAL_SYSTEM_UI
1175 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001176 DREAMING = 222;
Chris Wren7c516842016-03-01 16:44:32 -05001177
1178 // OPEN: Display has entered ambient notification mode
1179 // CATEGORY: GLOBAL_SYSTEM_UI
1180 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001181 DOZING = 223;
Chris Wren7c516842016-03-01 16:44:32 -05001182
1183 // OPEN: Overview
1184 // CATEGORY: GLOBAL_SYSTEM_UI
1185 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001186 OVERVIEW_ACTIVITY = 224;
Chris Wren7c516842016-03-01 16:44:32 -05001187
1188 // OPEN: Settings > About phone > Legal information
1189 // CATEGORY: SETTINGS
1190 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001191 ABOUT_LEGAL_SETTINGS = 225;
Chris Wren7c516842016-03-01 16:44:32 -05001192
1193 // OPEN: Settings > Search > Perform search
1194 // CATEGORY: SETTINGS
1195 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001196 ACTION_SEARCH_RESULTS = 226;
Chris Wren7c516842016-03-01 16:44:32 -05001197
1198 // OPEN: Settings > System UI Tuner
1199 // CATEGORY: SETTINGS
1200 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001201 TUNER = 227;
Chris Wren7c516842016-03-01 16:44:32 -05001202
1203 // OPEN: Settings > System UI Tuner > Quick Settings
1204 // CATEGORY: SETTINGS
1205 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001206 TUNER_QS = 228;
Chris Wren7c516842016-03-01 16:44:32 -05001207
1208 // OPEN: Settings > System UI Tuner > Demo mode
1209 // CATEGORY: SETTINGS
1210 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001211 TUNER_DEMO_MODE = 229;
Chris Wren7c516842016-03-01 16:44:32 -05001212
1213 // ACTION: Settings > System UI Tuner > Quick Settings > Move tile
1214 // PACKAGE: Tile
1215 // CATEGORY: SETTINGS
1216 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001217 TUNER_QS_REORDER = 230;
Chris Wren7c516842016-03-01 16:44:32 -05001218
1219 // ACTION: Settings > System UI Tuner > Quick Settings > Add tile
1220 // PACKAGE: Tile
1221 // CATEGORY: SETTINGS
1222 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001223 TUNER_QS_ADD = 231;
Chris Wren7c516842016-03-01 16:44:32 -05001224
1225 // ACTION: Settings > System UI Tuner > Quick Settings > Remove tile
1226 // PACKAGE: Tile
1227 // CATEGORY: SETTINGS
1228 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001229 TUNER_QS_REMOVE = 232;
Chris Wren7c516842016-03-01 16:44:32 -05001230
1231 // ACTION: Settings > System UI Tuner > Status bar > Enable icon
1232 // PACKAGE: Icon
1233 // CATEGORY: SETTINGS
1234 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001235 TUNER_STATUS_BAR_ENABLE = 233;
Chris Wren7c516842016-03-01 16:44:32 -05001236
1237 // ACTION: Settings > System UI Tuner > Status bar > Disable icon
1238 // PACKAGE: Icon
1239 // CATEGORY: SETTINGS
1240 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001241 TUNER_STATUS_BAR_DISABLE = 234;
Chris Wren7c516842016-03-01 16:44:32 -05001242
1243 // ACTION: Settings > System UI Tuner > Demo mode > Enable demo mode
1244 // SUBTYPE: false is disabled, true is enabled
1245 // CATEGORY: SETTINGS
1246 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001247 TUNER_DEMO_MODE_ENABLED = 235;
Chris Wren7c516842016-03-01 16:44:32 -05001248
1249 // ACTION: Settings > System UI Tuner > Demo mode > Show demo mode
1250 // SUBTYPE: false is disabled, true is enabled
1251 // CATEGORY: SETTINGS
1252 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001253 TUNER_DEMO_MODE_ON = 236;
Chris Wren7c516842016-03-01 16:44:32 -05001254
1255 // ACTION: Settings > System UI Tuner > Show embedded battery percentage
1256 // SUBTYPE: 0 is disabled, 1 is enabled
1257 // CATEGORY: SETTINGS
1258 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001259 TUNER_BATTERY_PERCENTAGE = 237;
Chris Wren7c516842016-03-01 16:44:32 -05001260
1261 // OPEN: Settings > Developer options > Inactive apps
1262 // CATEGORY: SETTINGS
1263 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001264 FUELGAUGE_INACTIVE_APPS = 238;
Chris Wren7c516842016-03-01 16:44:32 -05001265
1266 // ACTION: Long press home to bring up assistant
1267 // CATEGORY: GLOBAL_SYSTEM_UI
1268 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001269 ACTION_ASSIST_LONG_PRESS = 239;
Chris Wren7c516842016-03-01 16:44:32 -05001270
1271 // OPEN: Settings > Security > Nexus Imprint > Add Fingerprint
1272 // CATEGORY: SETTINGS
1273 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001274 FINGERPRINT_ENROLLING = 240;
Chris Wren7c516842016-03-01 16:44:32 -05001275
1276 // OPEN: Fingerprint Enroll > Find Sensor
1277 // CATEGORY: SETTINGS
1278 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001279 FINGERPRINT_FIND_SENSOR = 241;
Chris Wren7c516842016-03-01 16:44:32 -05001280
1281 // OPEN: Fingerprint Enroll > Fingerprint Enrolled!
1282 // CATEGORY: SETTINGS
1283 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001284 FINGERPRINT_ENROLL_FINISH = 242;
Chris Wren7c516842016-03-01 16:44:32 -05001285
1286 // OPEN: Fingerprint Enroll introduction
1287 // CATEGORY: SETTINGS
1288 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001289 FINGERPRINT_ENROLL_INTRO = 243;
Chris Wren7c516842016-03-01 16:44:32 -05001290
1291 // OPEN: Fingerprint Enroll onboarding
1292 // CATEGORY: SETTINGS
1293 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001294 FINGERPRINT_ENROLL_ONBOARD = 244;
Chris Wren7c516842016-03-01 16:44:32 -05001295
1296 // OPEN: Fingerprint Enroll > Let's Start!
1297 // CATEGORY: SETTINGS
1298 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001299 FINGERPRINT_ENROLL_SIDECAR = 245;
Chris Wren7c516842016-03-01 16:44:32 -05001300
1301 // OPEN: Fingerprint Enroll SUW > Let's Start!
1302 // CATEGORY: SETTINGS
1303 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001304 FINGERPRINT_ENROLLING_SETUP = 246;
Chris Wren7c516842016-03-01 16:44:32 -05001305
1306 // OPEN: Fingerprint Enroll SUW > Find Sensor
1307 // CATEGORY: SETTINGS
1308 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001309 FINGERPRINT_FIND_SENSOR_SETUP = 247;
Chris Wren7c516842016-03-01 16:44:32 -05001310
1311 // OPEN: Fingerprint Enroll SUW > Fingerprint Enrolled!
1312 // CATEGORY: SETTINGS
1313 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001314 FINGERPRINT_ENROLL_FINISH_SETUP = 248;
Chris Wren7c516842016-03-01 16:44:32 -05001315
1316 // OPEN: Fingerprint Enroll SUW introduction
1317 // CATEGORY: SETTINGS
1318 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001319 FINGERPRINT_ENROLL_INTRO_SETUP = 249;
Chris Wren7c516842016-03-01 16:44:32 -05001320
1321 // OPEN: Fingerprint Enroll SUW onboarding
1322 // CATEGORY: SETTINGS
1323 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001324 FINGERPRINT_ENROLL_ONBOARD_SETUP = 250;
Chris Wren7c516842016-03-01 16:44:32 -05001325
1326 // ACTION: Add fingerprint > Enroll fingerprint
1327 // CATEGORY: SETTINGS
1328 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001329 ACTION_FINGERPRINT_ENROLL = 251;
Chris Wren7c516842016-03-01 16:44:32 -05001330
1331 // ACTION: Authenticate using fingerprint
1332 // CATEGORY: SETTINGS
1333 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001334 ACTION_FINGERPRINT_AUTH = 252;
Chris Wren7c516842016-03-01 16:44:32 -05001335
1336 // ACTION: Settings > Security > Nexus Imprint > [Fingerprint] > Delete
1337 // CATEGORY: SETTINGS
1338 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001339 ACTION_FINGERPRINT_DELETE = 253;
Chris Wren7c516842016-03-01 16:44:32 -05001340
1341 // ACTION: Settings > Security > Nexus Imprint > [Fingerprint] > Rename
1342 // CATEGORY: SETTINGS
1343 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001344 ACTION_FINGERPRINT_RENAME = 254;
Chris Wren7c516842016-03-01 16:44:32 -05001345
1346 // ACTION: Double tap camera shortcut
1347 // CATEGORY: GLOBAL_SYSTEM_UI
1348 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001349 ACTION_DOUBLE_TAP_POWER_CAMERA_GESTURE = 255;
Chris Wren7c516842016-03-01 16:44:32 -05001350
1351 // ACTION: Double twist camera shortcut
1352 // CATEGORY: GLOBAL_SYSTEM_UI
1353 // OS: 6.0
Chris Wren77781d32016-01-11 14:49:26 -05001354 ACTION_WIGGLE_CAMERA_GESTURE = 256;
Chris Wren7c516842016-03-01 16:44:32 -05001355
1356 // OPEN: QS Work Mode tile shown
1357 // ACTION: QS Work Mode tile tapped
1358 // SUBTYPE: 0 is off, 1 is on
1359 // CATEGORY: QUICK_SETTINGS
1360 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001361 QS_WORKMODE = 257;
Chris Wren7c516842016-03-01 16:44:32 -05001362
1363 // OPEN: Settings > Developer Options > Background Check
1364 // CATEGORY: SETTINGS
1365 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001366 BACKGROUND_CHECK_SUMMARY = 258;
Chris Wren7c516842016-03-01 16:44:32 -05001367
1368 // OPEN: QS Lock tile shown
1369 // ACTION: QS Lock tile tapped
1370 // SUBTYPE: 0 is off, 1 is on
1371 // CATEGORY: QUICK_SETTINGS
1372 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001373 QS_LOCK_TILE = 259;
Chris Wren7c516842016-03-01 16:44:32 -05001374
1375 // OPEN: QS User Tile shown
1376 // CATEGORY: QUICK_SETTINGS
1377 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001378 QS_USER_TILE = 260;
Chris Wren7c516842016-03-01 16:44:32 -05001379
1380 // OPEN: QS Battery tile shown
1381 // CATEGORY: QUICK_SETTINGS
1382 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001383 QS_BATTERY_TILE = 261;
Chris Wren7c516842016-03-01 16:44:32 -05001384
1385 // OPEN: Settings > Sound > Do not disturb > Visual interruptions
1386 // CATEGORY: SETTINGS
1387 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001388 NOTIFICATION_ZEN_MODE_VISUAL_INTERRUPTIONS = 262;
Chris Wren7c516842016-03-01 16:44:32 -05001389
1390 // ACTION: Visual interruptions > No screen interuptions toggle
1391 // SUBTYPE: 0 is off, 1 is on
1392 // CATEGORY: SETTINGS
1393 // OS: N
Julia Reynoldsd5607292016-02-05 15:25:58 -05001394 ACTION_ZEN_ALLOW_WHEN_SCREEN_OFF = 263;
Chris Wren7c516842016-03-01 16:44:32 -05001395
1396 // ACTION: Visual interruptions > No notification light toggle
1397 // SUBTYPE: 0 is off, 1 is on
1398 // CATEGORY: SETTINGS
1399 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001400 ACTION_ZEN_ALLOW_LIGHTS = 264;
Chris Wren7c516842016-03-01 16:44:32 -05001401
1402 // OPEN: Settings > Notifications > [App] > Topic Notifications
1403 // CATEGORY: SETTINGS
1404 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001405 NOTIFICATION_TOPIC_NOTIFICATION = 265;
Chris Wren7c516842016-03-01 16:44:32 -05001406
1407 // ACTION: Settings > Apps > Default Apps > Select different SMS app
1408 // PACKAGE: Selected SMS app
1409 // CATEGORY: SETTINGS
1410 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001411 ACTION_DEFAULT_SMS_APP_CHANGED = 266;
Chris Wren7c516842016-03-01 16:44:32 -05001412
1413 // OPEN: QS Color modification tile shown
1414 // ACTION: QS Color modification tile tapped
1415 // SUBTYPE: 0 is off, 1 is on
1416 // CATEGORY: QUICK_SETTINGS
1417 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001418 QS_COLOR_MATRIX = 267;
Chris Wren7c516842016-03-01 16:44:32 -05001419
1420 // OPEN: QS Custom tile shown
1421 // ACTION: QS Work Mode tile tapped
1422 // CATEGORY: QUICK_SETTINGS
1423 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001424 QS_CUSTOM = 268;
Chris Wren7c516842016-03-01 16:44:32 -05001425
1426 // ACTION: Visual interruptions > Never turn off the screen toggle
1427 // SUBTYPE: 0 is off, 1 is on
1428 // CATEGORY: SETTINGS
1429 // OS: N
Julia Reynoldsd5607292016-02-05 15:25:58 -05001430 ACTION_ZEN_ALLOW_WHEN_SCREEN_ON = 269;
Chris Wren77781d32016-01-11 14:49:26 -05001431
Chris Wren7c516842016-03-01 16:44:32 -05001432 // ACTION: Overview > Long-press task, drag to enter split-screen
1433 // CATEGORY: GLOBAL_SYSTEM_UI
1434 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001435 ACTION_WINDOW_DOCK_DRAG_DROP = 270;
1436
Chris Wren7c516842016-03-01 16:44:32 -05001437 // ACTION: In App > Long-press Overview button to enter split-screen
1438 // CATEGORY: GLOBAL_SYSTEM_UI
1439 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001440 ACTION_WINDOW_DOCK_LONGPRESS = 271;
1441
Chris Wren7c516842016-03-01 16:44:32 -05001442 // ACTION: In App > Swipe Overview button to enter split-screen
1443 // CATEGORY: GLOBAL_SYSTEM_UI
1444 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001445 ACTION_WINDOW_DOCK_SWIPE = 272;
1446
Chris Wren7c516842016-03-01 16:44:32 -05001447 // ACTION: Launch profile-specific app > Confirm credentials
1448 // CATEGORY: GLOBAL_SYSTEM_UI
1449 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001450 PROFILE_CHALLENGE = 273;
1451
Chris Wren7c516842016-03-01 16:44:32 -05001452 // OPEN: QS Battery detail panel
1453 // CATEGORY: GLOBAL_SYSTEM_UI
1454 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001455 QS_BATTERY_DETAIL = 274;
1456
Chris Wren7c516842016-03-01 16:44:32 -05001457 // OPEN: Overview > History
1458 // CATEGORY: GLOBAL_SYSTEM_UI
1459 // OS: N
Chris Wren77781d32016-01-11 14:49:26 -05001460 OVERVIEW_HISTORY = 275;
1461
Chris Wren7c516842016-03-01 16:44:32 -05001462 // ACTION: Overview > Page by tapping Overview button
1463 // CATEGORY: GLOBAL_SYSTEM_UI
1464 // OS: N
Chris Wren7c516842016-03-01 16:44:32 -05001465 ACTION_OVERVIEW_PAGE = 276;
Chris Wren77781d32016-01-11 14:49:26 -05001466
Chris Wren7c516842016-03-01 16:44:32 -05001467 // ACTION: Overview > Select app
1468 // CATEGORY: GLOBAL_SYSTEM_UI
1469 // OS: N
Chris Wren7c516842016-03-01 16:44:32 -05001470 ACTION_OVERVIEW_SELECT = 277;
mariagpuyol64916b72016-01-21 13:53:21 -08001471
Chris Wren7c516842016-03-01 16:44:32 -05001472 // ACTION: View emergency info
1473 // CATEGORY: GLOBAL_SYSTEM_UI
1474 // OS: N
mariagpuyol64916b72016-01-21 13:53:21 -08001475 ACTION_VIEW_EMERGENCY_INFO = 278;
1476
Chris Wren7c516842016-03-01 16:44:32 -05001477 // ACTION: Edit emergency info activity
1478 // CATEGORY: SETTINGS
1479 // OS: N
mariagpuyol64916b72016-01-21 13:53:21 -08001480 ACTION_EDIT_EMERGENCY_INFO = 279;
1481
Chris Wren7c516842016-03-01 16:44:32 -05001482 // ACTION: Edit emergency info field
1483 // CATEGORY: SETTINGS
1484 // OS: N
mariagpuyol64916b72016-01-21 13:53:21 -08001485 ACTION_EDIT_EMERGENCY_INFO_FIELD = 280;
1486
Chris Wren7c516842016-03-01 16:44:32 -05001487 // ACTION: Add emergency contact
1488 // CATEGORY: SETTINGS
1489 // OS: N
mariagpuyol64916b72016-01-21 13:53:21 -08001490 ACTION_ADD_EMERGENCY_CONTACT = 281;
1491
Chris Wren7c516842016-03-01 16:44:32 -05001492 // ACTION: Delete emergency contact
1493 // CATEGORY: SETTINGS
1494 // OS: N
mariagpuyol64916b72016-01-21 13:53:21 -08001495 ACTION_DELETE_EMERGENCY_CONTACT = 282;
1496
Chris Wren7c516842016-03-01 16:44:32 -05001497 // ACTION: Call emergency contact
1498 // CATEGORY: SETTINGS
1499 // OS: N
mariagpuyol64916b72016-01-21 13:53:21 -08001500 ACTION_CALL_EMERGENCY_CONTACT = 283;
Jason Monk9a4ce132016-01-21 15:27:17 -05001501
Chris Wren7c516842016-03-01 16:44:32 -05001502 // OPEN: QS Data Saver tile shown
1503 // ACTION: QS Data Saver tile tapped
1504 // CATEGORY: QUICK_SETTINGS
Jason Monk9a4ce132016-01-21 15:27:17 -05001505 QS_DATA_SAVER = 284;
Jorim Jaggidd50c3f2016-02-04 14:55:07 -08001506
Robin Lee8c1306e2016-02-01 11:37:02 +00001507 // OPEN: Settings > Security > User credentials
1508 // CATEGORY: Settings
Chris Wren7c516842016-03-01 16:44:32 -05001509 // OS: N
Robin Lee8c1306e2016-02-01 11:37:02 +00001510 USER_CREDENTIALS = 285;
Jorim Jaggiea4a19f2016-02-03 21:31:27 -08001511
Chris Wren7c516842016-03-01 16:44:32 -05001512 // ACTION: In App (splitscreen) > Long-press Overview to exit split-screen
1513 // CATEGORY: GLOBAL_SYSTEM_UI
1514 // OS: N
Jorim Jaggidd50c3f2016-02-04 14:55:07 -08001515 ACTION_WINDOW_UNDOCK_LONGPRESS = 286;
Winson42329522016-02-05 10:39:46 -08001516
1517 // Logged when the user scrolls through overview manually
1518 OVERVIEW_SCROLL = 287;
1519
1520 // Logged when the overview times out automatically selecting an app
1521 OVERVIEW_SELECT_TIMEOUT = 288;
1522
1523 // Logged when a user dismisses a task in overview
1524 OVERVIEW_DISMISS = 289;
Julia Reynoldsb1a235f2016-02-09 12:57:02 -05001525
1526 // Logged when the user modifying the notification importance slider.
1527 ACTION_MODIFY_IMPORTANCE_SLIDER = 290;
1528
1529 // Logged when the user saves a modification to notification importance. Negative numbers
1530 // indicate the user lowered the importance; positive means they increased it.
1531 ACTION_SAVE_IMPORTANCE = 291;
Felipe Leme6605bd82016-02-22 15:22:20 -08001532
Chris Wren7c516842016-03-01 16:44:32 -05001533 // ACTION: Long-press power button, then tap "Take bug report" option.
1534 // CATEGORY: GLOBAL_SYSTEM_UI
1535 // OS: N
Felipe Leme6605bd82016-02-22 15:22:20 -08001536 ACTION_BUGREPORT_FROM_POWER_MENU_INTERACTIVE = 292;
1537
Chris Wren7c516842016-03-01 16:44:32 -05001538 // ACTION: Long-press power button, then long-press "Take bug report" option.
1539 // CATEGORY: GLOBAL_SYSTEM_UI
1540 // OS: N
Felipe Leme6605bd82016-02-22 15:22:20 -08001541 ACTION_BUGREPORT_FROM_POWER_MENU_FULL = 293;
1542
Chris Wren7c516842016-03-01 16:44:32 -05001543 // ACTION: Settings -> Developer Options -> Take bug report -> Interactive report
1544 // CATEGORY: SETTINGS
1545 // OS: N
Felipe Leme6605bd82016-02-22 15:22:20 -08001546 // Interactive bug report initiated from Settings.
1547 ACTION_BUGREPORT_FROM_SETTINGS_INTERACTIVE = 294;
1548
Chris Wren7c516842016-03-01 16:44:32 -05001549 // ACTION: Settings -> Developer Options -> Take bug report -> Full report
1550 // CATEGORY: SETTINGS
1551 // OS: N
Chris Wren7c516842016-03-01 16:44:32 -05001552 // Interactive bug report initiated from Settings.
Felipe Leme6605bd82016-02-22 15:22:20 -08001553 ACTION_BUGREPORT_FROM_SETTINGS_FULL = 295;
1554
Chris Wren7c516842016-03-01 16:44:32 -05001555 // ACTION: User tapped notification action to cancel a bug report
1556 // CATEGORY: NOTIFICATION
Chris Wrendc86f342016-03-03 15:38:40 -05001557 // OS: N
Felipe Leme6605bd82016-02-22 15:22:20 -08001558 ACTION_BUGREPORT_NOTIFICATION_ACTION_CANCEL = 296;
1559
Chris Wren7c516842016-03-01 16:44:32 -05001560 // ACTION: User tapped notification action to launch bug report details screen
1561 // CATEGORY: NOTIFICATION
Chris Wrendc86f342016-03-03 15:38:40 -05001562 // OS: N
Felipe Leme6605bd82016-02-22 15:22:20 -08001563 ACTION_BUGREPORT_NOTIFICATION_ACTION_DETAILS = 297;
1564
Chris Wren7c516842016-03-01 16:44:32 -05001565 // ACTION: User tapped notification action to take adition screenshot on bug report
1566 // CATEGORY: NOTIFICATION
Chris Wrendc86f342016-03-03 15:38:40 -05001567 // OS: N
Felipe Leme6605bd82016-02-22 15:22:20 -08001568 ACTION_BUGREPORT_NOTIFICATION_ACTION_SCREENSHOT = 298;
1569
Chris Wren7c516842016-03-01 16:44:32 -05001570 // ACTION: User tapped notification to share bug report
1571 // CATEGORY: NOTIFICATION
Chris Wrendc86f342016-03-03 15:38:40 -05001572 // OS: N
Felipe Leme6605bd82016-02-22 15:22:20 -08001573 ACTION_BUGREPORT_NOTIFICATION_ACTION_SHARE = 299;
1574
Chris Wren7c516842016-03-01 16:44:32 -05001575 // ACTION: User changed bug report name using the details screen
1576 // CATEGORY: GLOBAL_SYSTEM_UI
Chris Wrendc86f342016-03-03 15:38:40 -05001577 // OS: N
Felipe Leme6605bd82016-02-22 15:22:20 -08001578 ACTION_BUGREPORT_DETAILS_NAME_CHANGED = 300;
1579
Chris Wren7c516842016-03-01 16:44:32 -05001580 // ACTION: User changed bug report title using the details screen
1581 // CATEGORY: GLOBAL_SYSTEM_UI
Chris Wrendc86f342016-03-03 15:38:40 -05001582 // OS: N
Felipe Leme6605bd82016-02-22 15:22:20 -08001583 ACTION_BUGREPORT_DETAILS_TITLE_CHANGED = 301;
1584
Chris Wren7c516842016-03-01 16:44:32 -05001585 // ACTION: User changed bug report description using the details screen
1586 // CATEGORY: GLOBAL_SYSTEM_UI
Chris Wrendc86f342016-03-03 15:38:40 -05001587 // OS: N
Felipe Leme6605bd82016-02-22 15:22:20 -08001588 ACTION_BUGREPORT_DETAILS_DESCRIPTION_CHANGED = 302;
1589
Chris Wren7c516842016-03-01 16:44:32 -05001590 // ACTION: User tapped Save in the bug report details screen.
1591 // CATEGORY: GLOBAL_SYSTEM_UI
Chris Wrendc86f342016-03-03 15:38:40 -05001592 // OS: N
Felipe Leme6605bd82016-02-22 15:22:20 -08001593 ACTION_BUGREPORT_DETAILS_SAVED = 303;
1594
Chris Wren7c516842016-03-01 16:44:32 -05001595 // ACTION: User tapped Cancel in the bug report details screen.
1596 // CATEGORY: GLOBAL_SYSTEM_UI
Chris Wrendc86f342016-03-03 15:38:40 -05001597 // OS: N
Felipe Leme6605bd82016-02-22 15:22:20 -08001598 ACTION_BUGREPORT_DETAILS_CANCELED = 304;
Jason Monk5732df42016-02-24 16:24:55 -05001599
1600 // Tuner: Open/close calibrate dialog.
1601 TUNER_CALIBRATE_DISPLAY = 305;
1602
1603 // Tuner: Open/close color and appearance.
1604 TUNER_COLOR_AND_APPEARANCE = 306;
1605
1606 // Tuner: Apply calibrate dialog.
1607 ACTION_TUNER_CALIBRATE_DISPLAY_CHANGED = 307;
1608
1609 // Tuner: Open/close night mode.
1610 TUNER_NIGHT_MODE = 308;
1611
1612 // Tuner: Change night mode.
1613 ACTION_TUNER_NIGHT_MODE = 309;
1614
1615 // Tuner: Change night mode auto.
1616 ACTION_TUNER_NIGHT_MODE_AUTO = 310;
1617
1618 // Tuner: Change night mode adjust dark theme.
1619 ACTION_TUNER_NIGHT_MODE_ADJUST_DARK_THEME = 311;
1620
1621 // Tuner: Change night mode adjust tint.
1622 ACTION_TUNER_NIGHT_MODE_ADJUST_TINT = 312;
1623
1624 // Tuner: Change night mode adjust brightness.
1625 ACTION_TUNER_NIGHT_MODE_ADJUST_BRIGHTNESS = 313;
1626
1627 // Tuner: Change do not disturb in volume panel.
1628 ACTION_TUNER_DO_NOT_DISTURB_VOLUME_PANEL = 314;
1629
1630 // Tuner: Change do not disturb volume buttons shortcut.
1631 ACTION_TUNER_DO_NOT_DISTURB_VOLUME_SHORTCUT = 315;
Adrian Roos90462222016-02-17 15:45:09 -08001632
1633 // Logs the action the user takes when an app crashed.
1634 ACTION_APP_CRASH = 316;
1635
1636 // Logs the action the user takes when an app ANR'd.
1637 ACTION_APP_ANR = 317;
Winsond9342902016-02-25 10:18:33 -08001638
1639 // Logged when a user double taps the overview button to launch the previous task
1640 OVERVIEW_LAUNCH_PREVIOUS_TASK = 318;
Jorim Jaggi275561a2016-02-23 10:11:02 -05001641
1642 // Logged when we execute an app transition. This indicates the total delay from startActivity
1643 // until the app transition is starting to animate, in milliseconds.
1644 APP_TRANSITION_DELAY_MS = 319;
1645
1646 // Logged when we execute an app transition. This indicates the reason why the transition
1647 // started. Must be one of ActivityManagerInternal.APP_TRANSITION_* reasons.
1648 APP_TRANSITION_REASON = 320;
1649
1650 // Logged when we execute an app transition and we drew a starting window. This indicates the
1651 // delay from startActivity until the starting window was drawn.
1652 APP_TRANSITION_STARTING_WINDOW_DELAY_MS = 321;
1653
1654 // Logged when we execute an app transition and all windows of the app got drawn. This indicates
1655 // the delay from startActivity until all windows have been drawn.
1656 APP_TRANSITION_WINDOWS_DRAWN_DELAY_MS = 322;
1657
1658 // Logged when we execute an app transition. This indicates the component name of the current
1659 // transition.
1660 APP_TRANSITION_COMPONENT_NAME = 323;
1661
1662 // Logged when we execute an app transition. This indicates whether the process was already
1663 // running.
1664 APP_TRANSITION_PROCESS_RUNNING = 324;
1665
1666 // Logged when we execute an app transition. This indicates the device uptime in seconds when
1667 // the transition was executed.
1668 APP_TRANSITION_DEVICE_UPTIME_SECONDS = 325;
Felipe Leme3e166b22016-02-24 10:17:41 -08001669
Chris Wren38f98812016-07-13 14:28:40 -04001670 // ACTION: app requested access to a scoped directory, user granted it.
1671 // SUBTYPE: directory's index on Environment.STANDARD_DIRECTORIES
1672 // CATEGORY: GLOBAL_SYSTEM_UI
1673 // OS: N
Felipe Leme3e166b22016-02-24 10:17:41 -08001674 ACTION_SCOPED_DIRECTORY_ACCESS_GRANTED_BY_FOLDER = 326;
1675
Chris Wren38f98812016-07-13 14:28:40 -04001676 // ACTION: app requested access to a scoped directory, user denied it.
1677 // SUBTYPE: directory's index on Environment.STANDARD_DIRECTORIES
1678 // CATEGORY: GLOBAL_SYSTEM_UI
1679 // OS: N
Felipe Leme3e166b22016-02-24 10:17:41 -08001680 ACTION_SCOPED_DIRECTORY_ACCESS_DENIED_BY_FOLDER = 327;
1681
Chris Wren38f98812016-07-13 14:28:40 -04001682 // ACTION: app requested access to a scoped directory, user granted it.
1683 // PACKAGE: app that requested access
1684 // CATEGORY: GLOBAL_SYSTEM_UI
1685 // OS: N
Felipe Leme3e166b22016-02-24 10:17:41 -08001686 ACTION_SCOPED_DIRECTORY_ACCESS_GRANTED_BY_PACKAGE = 328;
1687
Chris Wren38f98812016-07-13 14:28:40 -04001688 // ACTION: app requested access to a scoped directory, user denied it.
1689 // PACKAGE: app that requested access.
1690 // CATEGORY: GLOBAL_SYSTEM_UI
1691 // OS: N
Felipe Leme3e166b22016-02-24 10:17:41 -08001692 ACTION_SCOPED_DIRECTORY_ACCESS_DENIED_BY_PACKAGE = 329;
1693
Chris Wren38f98812016-07-13 14:28:40 -04001694 // ACTION: app requested access to a directory user has already been granted
1695 // access before.
1696 // SUBTYPE: directory's index on Environment.STANDARD_DIRECTORIES.
1697 // CATEGORY: GLOBAL_SYSTEM_UI
1698 // OS: N
Felipe Leme3e166b22016-02-24 10:17:41 -08001699 ACTION_SCOPED_DIRECTORY_ACCESS_ALREADY_GRANTED_BY_FOLDER = 330;
1700
Chris Wren38f98812016-07-13 14:28:40 -04001701 // ACTION: app requested access to a directory user has already been granted
1702 // access before.
1703 // PACKAGE: app that requested access.
1704 // CATEGORY: GLOBAL_SYSTEM_UI
1705 // OS: N
Felipe Leme3e166b22016-02-24 10:17:41 -08001706 ACTION_SCOPED_DIRECTORY_ACCESS_ALREADY_GRANTED_BY_PACKAGE = 331;
Adrian Roos159ef7b2016-02-25 11:58:32 -08001707
Chris Wren38f98812016-07-13 14:28:40 -04001708 // ACTION: Logged when the user slides a notification and reveals the gear
1709 // beneath it.
1710 // CATEGORY: NOTIFICATION
1711 // OS: N
Mady Mellora41587b2016-02-11 18:43:06 -08001712 ACTION_REVEAL_GEAR = 332;
1713
Chris Wren38f98812016-07-13 14:28:40 -04001714 // ACTION: Logged when the user taps on the gear beneath a notification.
1715 // CATEGORY: NOTIFICATION
1716 // OS: N
Mady Mellora41587b2016-02-11 18:43:06 -08001717 ACTION_TOUCH_GEAR = 333;
1718
Ruben Brunke24b9a62016-02-16 21:38:24 -08001719 // Logs that the user has edited the enabled VR listeners.
Chris Wren38f98812016-07-13 14:28:40 -04001720 // CATEGORY: SETTINGS
1721 // OS: N
Ruben Brunke24b9a62016-02-16 21:38:24 -08001722 VR_MANAGE_LISTENERS = 334;
1723
Jason Monk6f5354d2016-03-08 14:18:08 -05001724 // Settings -> Accessibility -> Click after pointer stops moving
Chris Wren38f98812016-07-13 14:28:40 -04001725 // CATEGORY: SETTINGS
1726 // OS: N
Jason Monk6f5354d2016-03-08 14:18:08 -05001727 ACCESSIBILITY_TOGGLE_AUTOCLICK = 335;
Chris Wren38f98812016-07-13 14:28:40 -04001728
Jason Monk6f5354d2016-03-08 14:18:08 -05001729 // Settings -> Sound
Chris Wren38f98812016-07-13 14:28:40 -04001730 // CATEGORY: SETTINGS
1731 // OS: N
Jason Monk6f5354d2016-03-08 14:18:08 -05001732 SOUND = 336;
Chris Wren38f98812016-07-13 14:28:40 -04001733
Jason Monk6f5354d2016-03-08 14:18:08 -05001734 // Settings -> Notifications -> Gear
Chris Wren38f98812016-07-13 14:28:40 -04001735 // CATEGORY: SETTINGS
1736 // OS: N
Jason Monk6f5354d2016-03-08 14:18:08 -05001737 CONFIGURE_NOTIFICATION = 337;
Chris Wren38f98812016-07-13 14:28:40 -04001738
Jason Monk6f5354d2016-03-08 14:18:08 -05001739 // Settings -> Wi-Fi -> Gear
Chris Wren38f98812016-07-13 14:28:40 -04001740 // CATEGORY: SETTINGS
1741 // OS: N
Jason Monk6f5354d2016-03-08 14:18:08 -05001742 CONFIGURE_WIFI = 338;
Chris Wren38f98812016-07-13 14:28:40 -04001743
Jason Monk6f5354d2016-03-08 14:18:08 -05001744 // Settings -> Display -> Display size
Chris Wren38f98812016-07-13 14:28:40 -04001745 // OS: N
Jason Monk6f5354d2016-03-08 14:18:08 -05001746 DISPLAY_SCREEN_ZOOM = 339;
Chris Wren38f98812016-07-13 14:28:40 -04001747
Jason Monk6f5354d2016-03-08 14:18:08 -05001748 // Settings -> Display -> Font size
Chris Wren38f98812016-07-13 14:28:40 -04001749 // CATEGORY: SETTINGS
1750 // OS: N
Jason Monk6f5354d2016-03-08 14:18:08 -05001751 ACCESSIBILITY_FONT_SIZE = 340;
Chris Wren38f98812016-07-13 14:28:40 -04001752
Jason Monk6f5354d2016-03-08 14:18:08 -05001753 // Settings -> Data usage -> Cellular/Wi-Fi data usage
Chris Wren38f98812016-07-13 14:28:40 -04001754 // CATEGORY: SETTINGS
1755 // OS: N
Jason Monk6f5354d2016-03-08 14:18:08 -05001756 DATA_USAGE_LIST = 341;
Chris Wren38f98812016-07-13 14:28:40 -04001757
Jason Monk6f5354d2016-03-08 14:18:08 -05001758 // Settings -> Data usage -> Billing cycle or DATA_USAGE_LIST -> Gear
Chris Wren38f98812016-07-13 14:28:40 -04001759 // CATEGORY: SETTINGS
1760 // OS: N
Jason Monk6f5354d2016-03-08 14:18:08 -05001761 BILLING_CYCLE = 342;
Chris Wren38f98812016-07-13 14:28:40 -04001762
Jason Monk6f5354d2016-03-08 14:18:08 -05001763 // DATA_USAGE_LIST -> Any item or App info -> Data usage
Chris Wren38f98812016-07-13 14:28:40 -04001764 // CATEGORY: SETTINGS
1765 // OS: N
Jason Monk6f5354d2016-03-08 14:18:08 -05001766 APP_DATA_USAGE = 343;
Chris Wren38f98812016-07-13 14:28:40 -04001767
Jason Monk6f5354d2016-03-08 14:18:08 -05001768 // Settings -> Language & input -> Language
Chris Wren38f98812016-07-13 14:28:40 -04001769 // CATEGORY: SETTINGS
1770 // OS: N
Jason Monk6f5354d2016-03-08 14:18:08 -05001771 USER_LOCALE_LIST = 344;
Chris Wren38f98812016-07-13 14:28:40 -04001772
Jason Monk6f5354d2016-03-08 14:18:08 -05001773 // Settings -> Language & input -> Virtual keyboard
Chris Wren38f98812016-07-13 14:28:40 -04001774 // CATEGORY: SETTINGS
1775 // OS: N
Jason Monk6f5354d2016-03-08 14:18:08 -05001776 VIRTUAL_KEYBOARDS = 345;
Chris Wren38f98812016-07-13 14:28:40 -04001777
Jason Monk6f5354d2016-03-08 14:18:08 -05001778 // Settings -> Language & input -> Physical keyboard
Chris Wren38f98812016-07-13 14:28:40 -04001779 // CATEGORY: SETTINGS
1780 // OS: N
Jason Monk6f5354d2016-03-08 14:18:08 -05001781 PHYSICAL_KEYBOARDS = 346;
Chris Wren38f98812016-07-13 14:28:40 -04001782
Jason Monk6f5354d2016-03-08 14:18:08 -05001783 // Settings -> Language & input -> Virtual keyboard -> Add a virtual keyboard
Chris Wren38f98812016-07-13 14:28:40 -04001784 // CATEGORY: SETTINGS
1785 // OS: N
Jason Monk6f5354d2016-03-08 14:18:08 -05001786 ENABLE_VIRTUAL_KEYBOARDS = 347;
Chris Wren38f98812016-07-13 14:28:40 -04001787
Jason Monk6f5354d2016-03-08 14:18:08 -05001788 // Settings -> Data usage -> Data Saver
Chris Wren38f98812016-07-13 14:28:40 -04001789 // CATEGORY: SETTINGS
1790 // OS: N
Jason Monk6f5354d2016-03-08 14:18:08 -05001791 DATA_SAVER_SUMMARY = 348;
Chris Wren38f98812016-07-13 14:28:40 -04001792
Jason Monk6f5354d2016-03-08 14:18:08 -05001793 // Settings -> Data usage -> Data Saver -> Unrestricted data access
Chris Wren38f98812016-07-13 14:28:40 -04001794 // CATEGORY: SETTINGS
1795 // OS: N
Jason Monk6f5354d2016-03-08 14:18:08 -05001796 DATA_USAGE_UNRESTRICTED_ACCESS = 349;
1797
1798 // Used for generic logging of Settings Preference Persistence, should not be used
1799 // outside SharedPreferencesLogger.
Chris Wren38f98812016-07-13 14:28:40 -04001800 // CATEGORY: SETTINGS
1801 // OS: N
Jason Monk6f5354d2016-03-08 14:18:08 -05001802 ACTION_GENERIC_PACKAGE = 350;
Chris Wren38f98812016-07-13 14:28:40 -04001803
Jason Monk6f5354d2016-03-08 14:18:08 -05001804 // Settings -> Apps -> Gear -> Special access
1805 SPECIAL_ACCESS = 351;
1806
Muyuan Lia2129992016-03-03 18:30:39 -08001807 // Logs that the user docks window via shortcut key.
1808 WINDOW_DOCK_SHORTCUTS = 352;
1809
Felipe Lemeadccb992016-03-09 17:40:49 -08001810 // User already denied access to the request folder; action takes an integer
1811 // representing the folder's index on Environment.STANDARD_DIRECTORIES
Felipe Lemedb892b82016-03-17 18:56:20 -07001812 // (or -2 for root access, or -1 or unknown directory).
Felipe Lemeadccb992016-03-09 17:40:49 -08001813 ACTION_SCOPED_DIRECTORY_ACCESS_ALREADY_DENIED_BY_FOLDER = 353;
1814
1815 // User already denied access to the request folder; action pass package name
1816 // of calling package.
1817 ACTION_SCOPED_DIRECTORY_ACCESS_ALREADY_DENIED_BY_PACKAGE = 354;
1818
1819 // User denied access to the request folder and checked 'Do not ask again';
1820 // action takes an integer representing the folder's index on Environment.STANDARD_DIRECTORIES
Felipe Lemedb892b82016-03-17 18:56:20 -07001821 // (or -2 for root access, or -1 or unknown directory).
Felipe Lemeadccb992016-03-09 17:40:49 -08001822 ACTION_SCOPED_DIRECTORY_ACCESS_DENIED_AND_PERSIST_BY_FOLDER = 355;
1823
1824 // User denied access to the request folder and checked 'Do not ask again';
1825 // action pass package name of calling package.
1826 ACTION_SCOPED_DIRECTORY_ACCESS_DENIED_AND_PERSIST_BY_PACKAGE = 356;
1827
Winson3b6ba1a2016-03-22 15:37:54 -07001828 // Logged when a user dismisses all task in overview
1829 OVERVIEW_DISMISS_ALL = 357;
1830
Jason Monk96defbe2016-03-29 16:51:03 -04001831 // Quick Settings -> Edit
1832 QS_EDIT = 358;
1833
1834 // Quick Settings -> Edit -> Overflow -> Reset
1835 ACTION_QS_EDIT_RESET = 359;
1836
1837 // QS -> Edit - Drag a tile out of the active tiles.
1838 // The _SPEC contains either the spec of the tile or
1839 // the package of the 3rd party app in the PKG field.
1840 ACTION_QS_EDIT_REMOVE_SPEC = 360;
1841 ACTION_QS_EDIT_REMOVE = 361;
1842
1843 // QS -> Edit - Drag a tile into the active tiles.
1844 // The _SPEC contains either the spec of the tile or
1845 // the package of the 3rd party app in the PKG field.
1846 ACTION_QS_EDIT_ADD_SPEC = 362;
1847 ACTION_QS_EDIT_ADD = 363;
1848
1849 // QS -> Edit - Drag a tile within the active tiles.
1850 // The _SPEC contains either the spec of the tile or
1851 // the package of the 3rd party app in the PKG field.
1852 ACTION_QS_EDIT_MOVE_SPEC = 364;
1853 ACTION_QS_EDIT_MOVE = 365;
1854
1855 // Long-press on a QS tile. Tile spec in package field.
1856 ACTION_QS_LONG_PRESS = 366;
1857
Anna Galuszadad131f2016-03-22 13:49:02 -07001858 // OPEN: SUW Welcome Screen -> Vision Settings
1859 // CATEGORY: SETTINGS
1860 // OS: N
1861 SUW_ACCESSIBILITY = 367;
1862
1863 // OPEN: SUW Welcome Screen -> Vision Settings -> Magnification gesture
1864 // ACTION: New magnification gesture configuration is chosen
1865 // SUBTYPE: 0 is off, 1 is on
1866 // CATEGORY: SETTINGS
1867 // OS: N
1868 SUW_ACCESSIBILITY_TOGGLE_SCREEN_MAGNIFICATION = 368;
1869
1870 // OPEN: SUW Welcome Screen -> Vision Settings -> Font size
1871 // ACTION: New font size is chosen
1872 // SUBTYPE: 0 is small, 1 is default, 2 is large, 3 is largest
1873 // CATEGORY: SETTINGS
1874 // OS: N
1875 SUW_ACCESSIBILITY_FONT_SIZE = 369;
1876
1877 // OPEN: SUW Welcome Screen -> Vision Settings -> Display size
1878 // ACTION: New display size is chosen
1879 // SUBTYPE: 0 is small, 1 is default, 2 is large, 3 is larger, 4 is largest
1880 // CATEGORY: SETTINGS
1881 // OS: N
1882 SUW_ACCESSIBILITY_DISPLAY_SIZE = 370;
1883
1884 // OPEN: SUW Welcome Screen -> Vision Settings -> TalkBack
1885 // ACTION: New screen reader configuration is chosen
1886 // SUBTYPE: 0 is off, 1 is on
1887 // CATEGORY: SETTINGS
1888 // OS: N
1889 SUW_ACCESSIBILITY_TOGGLE_SCREEN_READER = 371;
1890
Jason Monkc3620392016-03-30 15:46:03 -04001891 // ------- Begin N Settings conditionals -----
1892 // Conditionals are the green bars at the top of the settings dashboard
1893 // All conditionals will have visible/hide events onResume/onPause
1894 // but they will also be used as extra ints in the
1895 // dismiss/expand/collapse/click/button events
1896
1897 // swipe away conditional
1898 ACTION_SETTINGS_CONDITION_DISMISS = 372;
1899
1900 // click on collapsed conditional or clicks expand button
1901 ACTION_SETTINGS_CONDITION_EXPAND = 373;
1902
1903 // click collapse button on expanded conditional
1904 ACTION_SETTINGS_CONDITION_COLLAPSE = 374;
1905
1906 // click main area of expanded conditional
1907 ACTION_SETTINGS_CONDITION_CLICK = 375;
1908
1909 // click a direct button on expanded conditional
1910 ACTION_SETTINGS_CONDITION_BUTTON = 376;
1911
1912 // Airplane mode on
1913 SETTINGS_CONDITION_AIRPLANE_MODE = 377;
1914 // AKA Data saver on
1915 SETTINGS_CONDITION_BACKGROUND_DATA = 378;
1916 // Battery saver on
1917 SETTINGS_CONDITION_BATTERY_SAVER = 379;
1918 // Cellular data off
1919 SETTINGS_CONDITION_CELLULAR_DATA = 380;
1920 // Do not disturb on
1921 SETTINGS_CONDITION_DND = 381;
1922 // Hotspot on
1923 SETTINGS_CONDITION_HOTSPOT = 382;
1924 // Work profile off
1925 SETTINGS_CONDITION_WORK_MODE = 383;
1926
Jason Monk1b5d87b2016-03-30 16:03:15 -04001927 // ------- Begin N Settings suggestions -----
1928 // Since suggestions come from system apps, suggestions will
1929 // have generic constants and the package providing the suggestion
1930 // will be put in the package field. For suggestions in the Settings
1931 // package, the class name will be filled in instead (since settings
1932 // provides several suggetions).
1933
1934 // Settings shown/hidden on main settings dashboard.
1935 // These are actually visibility events, but visible/hidden doesn't
1936 // take a package, so these are being logged as actions.
Jason Monkd9b79092016-03-31 10:00:09 -04001937 ACTION_SHOW_SETTINGS_SUGGESTION = 384;
1938 ACTION_HIDE_SETTINGS_SUGGESTION = 385;
Jason Monk1b5d87b2016-03-30 16:03:15 -04001939
1940 // Click on a suggestion.
Jason Monkd9b79092016-03-31 10:00:09 -04001941 ACTION_SETTINGS_SUGGESTION = 386;
Jason Monk1b5d87b2016-03-30 16:03:15 -04001942
1943 // Suggestion -> Overflow -> Remove.
Jason Monkd9b79092016-03-31 10:00:09 -04001944 ACTION_SETTINGS_DISMISS_SUGGESTION = 387;
Jason Monk1b5d87b2016-03-30 16:03:15 -04001945
Jason Monk397df682016-03-28 15:48:34 -04001946 // Settings > Apps > Gear > Special Access > Premium SMS access
1947 PREMIUM_SMS_ACCESS = 388;
1948
Jorim Jaggi29379ec2016-04-11 23:43:42 -07001949 // Logged when the user resizes the docked stack. Arguments:
1950 // 0: Split 50:50
1951 // 1: Docked smaller
1952 // 2: Docked larger
1953 ACTION_WINDOW_DOCK_RESIZE = 389;
1954
1955 // User exits split-screen by dragging the divider to the side of the screen. Arguments
1956 // 0: Docked gets maximized
1957 // 1: Fullscreen gets maximized
1958 ACTION_WINDOW_UNDOCK_MAX = 390;
1959
1960 // User tried to dock an unresizable app.
1961 ACTION_WINDOW_DOCK_UNRESIZABLE = 391;
1962
Julia Reynolds4d920ff2016-04-06 20:31:05 -04001963 // System UI Tuner > Other > Power notification controls
1964 TUNER_POWER_NOTIFICATION_CONTROLS = 392;
1965
1966 // System UI Tuner > Other > Power notification controls > Toggle on/off
1967 ACTION_TUNER_POWER_NOTIFICATION_CONTROLS = 393;
1968
Chris Wren38f98812016-07-13 14:28:40 -04001969 // Action: user enable / disabled data saver using Settings
1970 // OPEN: Settings -> Data Usage -> Data saver -> On/off toggle
1971 // VALUE: 1 for enabled, 0 for disabled
1972 // CATEGORY: SETTINGS
1973 // OS: N
Felipe Leme3ff57642016-04-14 14:26:56 -07001974 ACTION_DATA_SAVER_MODE = 394;
1975
Chris Wren38f98812016-07-13 14:28:40 -04001976 // User whitelisted an app for Data Saver mode; action pass package name of app
1977 // Action: user enable / disabled data saver using Settings
1978 // OPEN: Settings -> Data Usage -> Data saver -> Unrestricted data access > APP toggle turned on
1979 // or
1980 // Settings -> Apps -> APP -> Data usage -> Unrestricted data usage toggle turned on
1981 // VALUE: package name of APP
1982 // CATEGORY: SETTINGS
1983 // OS: N
Felipe Leme3ff57642016-04-14 14:26:56 -07001984 ACTION_DATA_SAVER_WHITELIST = 395;
1985
Chris Wren38f98812016-07-13 14:28:40 -04001986 // User blacklisted an app for Data Saver mode; action pass package name of app
1987 // OPEN: Settings -> Apps -> APP -> Data usage -> Background data toggle turned off
1988 // VALUE: package name of APP
1989 // CATEGORY: SETTINGS
1990 // OS: N
Felipe Leme3ff57642016-04-14 14:26:56 -07001991 ACTION_DATA_SAVER_BLACKLIST = 396;
1992
Adrian Roosceeb04c2016-04-25 14:00:54 -07001993 // User opened a remote input view associated with a notification. Passes package name of app
1994 // that posted the notification. Note that this can also happen transiently during notification
1995 // reinflation.
1996 ACTION_REMOTE_INPUT_OPEN = 397;
1997
1998 // User attempt to send data through a remote input view associated with a notification.
1999 // Passes package name of app that posted the notification. May succeed or fail.
2000 ACTION_REMOTE_INPUT_SEND = 398;
2001
2002 // Failed attempt to send data through a remote input view associated with a
2003 // notification. Passes package name of app that posted the notification.
2004 ACTION_REMOTE_INPUT_FAIL = 399;
2005
2006 // User closed a remote input view associated with a notification. Passes package name of app
2007 // that posted the notification. Note that this can also happen transiently during notification
2008 // reinflation.
2009 ACTION_REMOTE_INPUT_CLOSE = 400;
2010
Tony Mak7a5b17bb2016-04-29 10:27:48 +01002011 // OPEN: Settings > Accounts > Work profile settings
2012 // CATEGORY: SETTINGS
2013 ACCOUNTS_WORK_PROFILE_SETTINGS = 401;
2014
Jason Monk25118d12016-05-10 13:25:50 -04002015 // Settings -> Dev options -> Convert to file encryption
2016 CONVERT_FBE = 402;
2017
2018 // Settings -> Dev options -> Convert to file encryption -> WIPE AND CONVERT...
2019 CONVERT_FBE_CONFIRM = 403;
2020
2021 // Settings -> Dev options -> Running services
2022 RUNNING_SERVICES = 404;
2023
Jason Monka1f697f2016-05-06 15:09:44 -04002024 // The dialog shown by 3P intent to change current webview implementation.
2025 WEBVIEW_IMPLEMENTATION = 405;
2026
Julia Reynolds8f3e66f2016-05-12 10:33:47 -04002027 // Settings launched from expanded quick settings.
2028 ACTION_QS_EXPANDED_SETTINGS_LAUNCH = 406;
2029
Chris Wren698b1702016-05-23 11:16:32 -04002030 // Notification expansion state toggled by the expand affordance.
2031 ACTION_NOTIFICATION_EXPANDER = 407;
2032
2033 // Notification group expansion state toggled by the expand affordance.
2034 ACTION_NOTIFICATION_GROUP_EXPANDER = 408;
2035
Chris Wren7ee84182016-05-27 13:34:02 -04002036
Chris Wren6abeeb92016-05-26 14:44:38 -04002037 // Notification expansion state toggled by the expand gesture.
2038 ACTION_NOTIFICATION_GESTURE_EXPANDER = 409;
2039
2040 // Notification group expansion state toggled by the expand gesture.
2041 ACTION_NOTIFICATION_GROUP_GESTURE_EXPANDER = 410;
2042
Bhavik Singh3451da42016-06-01 18:25:59 -07002043 // User performs gesture that activates the ambient display
2044 // 1: Gesture performed is Nudge
2045 // 2: Gesture performed is Pickup
2046 // 4: Gesture performed is Double Tap
2047 ACTION_AMBIENT_GESTURE = 411;
2048
Jason Monk9fa5f822016-05-11 10:26:31 -04002049 // ---- End N Constants, all N constants go above this line ----
2050
Clara Bayarrifa902aa2016-04-13 14:45:08 +01002051 // ------- Begin N App Disambig Shade -----
2052 // Application disambig shade opened or closed with a featured app.
2053 // These are actually visibility events, but visible/hidden doesn't
2054 // take a package, so these are being logged as actions.
2055 // Package: Calling app on open, called app on close
Jason Monk9fa5f822016-05-11 10:26:31 -04002056 ACTION_SHOW_APP_DISAMBIG_APP_FEATURED = 451;
2057 ACTION_HIDE_APP_DISAMBIG_APP_FEATURED = 452;
Clara Bayarrifa902aa2016-04-13 14:45:08 +01002058
2059 // Application disambig shade opened or closed without a featured app.
2060 // These are actually visibility events, but visible/hidden doesn't
2061 // take a package, so these are being logged as actions.
2062 // Package: Calling app on open, called app on close
Jason Monk9fa5f822016-05-11 10:26:31 -04002063 ACTION_SHOW_APP_DISAMBIG_NONE_FEATURED = 453;
2064 ACTION_HIDE_APP_DISAMBIG_NONE_FEATURED = 454;
Clara Bayarrifa902aa2016-04-13 14:45:08 +01002065
2066 // User opens in an app by pressing “Always” in the application disambig shade.
2067 // Subtype: Index of selection
Jason Monk9fa5f822016-05-11 10:26:31 -04002068 ACTION_APP_DISAMBIG_ALWAYS = 455;
Clara Bayarrifa902aa2016-04-13 14:45:08 +01002069
2070 // User opens in an app by pressing “Just Once” in the application disambig shade.
2071 // Subtype: Index of selection
Jason Monk9fa5f822016-05-11 10:26:31 -04002072 ACTION_APP_DISAMBIG_JUST_ONCE = 456;
Clara Bayarrifa902aa2016-04-13 14:45:08 +01002073
2074 // User opens in an app by tapping on its name in the application disambig shade.
2075 // Subtype: Index of selection
Jason Monk9fa5f822016-05-11 10:26:31 -04002076 ACTION_APP_DISAMBIG_TAP = 457;
Clara Bayarrifa902aa2016-04-13 14:45:08 +01002077
Daniel Nishi010aa492016-05-11 09:42:24 -07002078 // OPEN: Settings > Internal storage > Storage manager
2079 // CATEGORY: SETTINGS
2080 STORAGE_MANAGER_SETTINGS = 458;
2081
Doris Ling5b2c0ad2016-05-25 14:03:14 -07002082 // OPEN: Settings -> Gestures
2083 // CATEGORY: SETTINGS
2084 SETTINGS_GESTURES = 459;
2085
Daniel Nishi597e67f2016-05-18 13:56:13 -07002086 // ------ Begin Deletion Helper ------
2087 // ACTION: Settings > Storage > Free Up Space > Photos & Videos > Toggle
2088 // SUBTYPE: false is off, true is on
2089 // CATEGORY: SETTINGS
2090 ACTION_DELETION_SELECTION_PHOTOS = 460;
Chris Wrenc6a98572016-06-02 15:11:48 -04002091
Daniel Nishi597e67f2016-05-18 13:56:13 -07002092 // ACTION: Settings > Storage > Free Up Space > Apps > Toggle
2093 // SUBTYPE: false is off, true is on
2094 // CATEGORY: SETTINGS
2095 ACTION_DELETION_SELECTION_ALL_APPS = 461;
2096
2097 // ACTION: Settings > Storage > Free Up Space > Apps > Click an unchecked app
2098 // CATEGORY: SETTINGS
2099 // PACKAGE: Unchecked app
2100 ACTION_DELETION_SELECTION_APP_ON = 462;
2101
2102 // ACTION: Settings > Storage > Free Up Space > Apps > Click a checked app
2103 // CATEGORY: SETTINGS
2104 // PACKAGE: Checked app
2105 ACTION_DELETION_SELECTION_APP_OFF = 463;
2106
2107 // ACTION: Settings > Storage > Free Up Space > Apps > Click category
2108 // SUBTYPE: false is expanded, true is collapsed
2109 // CATEGORY: SETTINGS
2110 ACTION_DELETION_APPS_COLLAPSED = 464;
2111
2112 // ACTION: Settings > Storage > Free Up Space > Downloads > Check On
2113 // SUBTYPE: false is off, true is on
2114 // CATEGORY: SETTINGS
2115 ACTION_DELETION_SELECTION_DOWNLOADS = 465;
2116
2117 // ACTION: Settings > Storage > Free Up Space > Downloads > Click category
2118 // SUBTYPE: false is expanded, true is collapsed
2119 // CATEGORY: SETTINGS
2120 ACTION_DELETION_DOWNLOADS_COLLAPSED = 466;
2121
2122 // ACTION: Settings > Storage > Free Up Space > Free up ... GB
2123 // CATEGORY: SETTINGS
2124 ACTION_DELETION_HELPER_CLEAR = 467;
2125
2126 // ACTION: Settings > Storage > Free Up Space > Cancel
2127 // CATEGORY: SETTINGS
2128 ACTION_DELETION_HELPER_CANCEL = 468;
2129
2130 // ACTION: Settings > Storage > Free Up Space > Free up ... GB > Remove
2131 // CATEGORY: SETTINGS
2132 ACTION_DELETION_HELPER_REMOVE_CONFIRM = 469;
2133
2134 // ACTION: Settings > Storage > Free Up Space > Free up ... GB > Cancel
2135 // CATEGORY: SETTINGS
2136 ACTION_DELETION_HELPER_REMOVE_CANCEL = 470;
2137
2138 // Deletion helper encountered an error during package deletion.
2139 ACTION_DELETION_HELPER_APPS_DELETION_FAIL = 471;
2140
2141 // Deletion helper encountered an error during downloads folder deletion.
2142 ACTION_DELETION_HELPER_DOWNLOADS_DELETION_FAIL = 472;
2143
2144 // Deletion helper encountered an error during photo and video deletion.
2145 ACTION_DELETION_HELPER_PHOTOS_VIDEOS_DELETION_FAIL = 473;
2146
Fan Zhang5e956e82016-05-06 10:51:47 -07002147 // OPEN: Settings (root page if there are multiple tabs)
2148 // CATEGORY: SETTINGS
2149 DASHBOARD_CONTAINER = 474;
2150
2151 // OPEN: Settings -> SUPPORT TAB
2152 // CATEGORY: SETTINGS
2153 SUPPORT_FRAGMENT = 475;
2154
2155 // ACTION: Settings -> Select summary tab.
Chris Wren38f98812016-07-13 14:28:40 -04002156 // CATEGORY: SETTINGS
Fan Zhang5e956e82016-05-06 10:51:47 -07002157 ACTION_SELECT_SUMMARY=476;
2158
2159 // ACTION: Settings -> Select support tab.
Chris Wren38f98812016-07-13 14:28:40 -04002160 // CATEGORY: SETTINGS
Fan Zhang5e956e82016-05-06 10:51:47 -07002161 ACTION_SELECT_SUPPORT_FRAGMENT = 477;
2162
Fan Zhanga1985502016-06-16 16:48:38 -07002163 // ACTION: Settings -> Support -> Tips & tricks
Chris Wren38f98812016-07-13 14:28:40 -04002164 // CATEGORY: SETTINGS
Fan Zhanga1985502016-06-16 16:48:38 -07002165 ACTION_SUPPORT_TIPS_AND_TRICKS = 478;
2166
2167 // ACTION: Settings -> Support -> Help & feedback
Chris Wren38f98812016-07-13 14:28:40 -04002168 // CATEGORY: SETTINGS
Fan Zhanga1985502016-06-16 16:48:38 -07002169 ACTION_SUPPORT_HELP_AND_FEEDBACK = 479;
2170
2171 // ACTION: Settings -> Support -> Sign in
Chris Wren38f98812016-07-13 14:28:40 -04002172 // CATEGORY: SETTINGS
Fan Zhanga1985502016-06-16 16:48:38 -07002173 ACTION_SUPPORT_SIGN_IN = 480;
2174
2175 // ACTION: Settings -> Support -> Phone
Chris Wren38f98812016-07-13 14:28:40 -04002176 // CATEGORY: SETTINGS
Fan Zhanga1985502016-06-16 16:48:38 -07002177 ACTION_SUPPORT_PHONE = 481;
2178
2179 // ACTION: Settings -> Support -> Chat
Chris Wren38f98812016-07-13 14:28:40 -04002180 // CATEGORY: SETTINGS
Fan Zhanga1985502016-06-16 16:48:38 -07002181 ACTION_SUPPORT_CHAT = 482;
2182
2183 // ACTION: Settings -> Support -> Phone/Chat -> Disclaimer Cancel
Chris Wren38f98812016-07-13 14:28:40 -04002184 // CATEGORY: SETTINGS
Fan Zhanga1985502016-06-16 16:48:38 -07002185 ACTION_SUPPORT_DISCLAIMER_CANCEL = 483;
2186
2187 // ACTION: Settings -> Support -> Phone/Chat -> Disclaimer OK
Chris Wren38f98812016-07-13 14:28:40 -04002188 // CATEGORY: SETTINGS
Fan Zhanga1985502016-06-16 16:48:38 -07002189 ACTION_SUPPORT_DISCLAIMER_OK = 484;
2190
Fan Zhang80807212016-06-30 12:26:55 -07002191 // ACTION: Settings -> Support -> Toll-Free Phone
Chris Wren38f98812016-07-13 14:28:40 -04002192 // CATEGORY: SETTINGS
Fan Zhang80807212016-06-30 12:26:55 -07002193 ACTION_SUPPORT_DAIL_TOLLFREE = 485;
2194
2195 // ACTION: Settings -> Support -> "Travel Abroad" Button
Chris Wren38f98812016-07-13 14:28:40 -04002196 // CATEGORY: SETTINGS
Fan Zhang80807212016-06-30 12:26:55 -07002197 ACTION_SUPPORT_VIEW_TRAVEL_ABROAD_DIALOG = 486;
2198
2199 // ACTION: Settings -> Support -> "Travel Abroad" Button -> Tolled Phone
Chris Wren38f98812016-07-13 14:28:40 -04002200 // CATEGORY: SETTINGS
Fan Zhang80807212016-06-30 12:26:55 -07002201 ACTION_SUPPORT_DIAL_TOLLED = 487;
2202
Justin Klaassen19494272016-07-18 21:38:24 -07002203 // OPEN: Settings > Display > Night Light
Justin Klaassen911e8892016-06-21 18:24:24 -07002204 // CATEGORY: SETTINGS
2205 NIGHT_DISPLAY_SETTINGS = 488;
2206
Daniel Nishiff69a4b2016-07-12 13:55:57 -07002207 // ACTION: Settings -> Storage -> Manage storage -> Click Storage Manager
2208 // SUBTYPE: false is off, true is on
2209 ACTION_TOGGLE_STORAGE_MANAGER = 489;
2210
Jason Monk484fd362016-07-13 15:24:32 -04002211 // Settings launched from collapsed quick settings.
2212 ACTION_QS_COLLAPSED_SETTINGS_LAUNCH = 490;
2213
Justin Klaassen19494272016-07-18 21:38:24 -07002214 // OPEN: QS Night Light tile shown
2215 // ACTION: QS Night Light tile tapped
Justin Klaassen13790902016-06-21 20:28:12 -07002216 // SUBTYPE: 0 is off, 1 is on
2217 // CATEGORY: QUICK_SETTINGS
2218 QS_NIGHT_DISPLAY = 491;
2219
Justin Klaassen19494272016-07-18 21:38:24 -07002220 // Night Light on
2221 SETTINGS_CONDITION_NIGHT_DISPLAY = 492;
2222
Doris Ling3c00afb2016-07-19 17:04:21 -07002223 // System navigation key up.
2224 ACTION_SYSTEM_NAVIGATION_KEY_UP = 493;
2225
2226 // System navigation key down.
2227 ACTION_SYSTEM_NAVIGATION_KEY_DOWN = 494;
2228
Doris Ling6dd3e462016-08-04 13:17:27 -07002229 // OPEN: Settings > Display -> Ambient Display
2230 // CATEGORY: SETTINGS
2231 ACTION_AMBIENT_DISPLAY = 495;
2232
Adrian Roos159ef7b2016-02-25 11:58:32 -08002233 // ---- End N-MR1 Constants, all N-MR1 constants go above this line ----
2234
Clara Bayarric17a5982016-04-15 12:26:47 +01002235 // ------- Begin N Keyboard Shortcuts Helper -----
2236 // Keyboard Shortcuts Helper is opened/closed.
Chris Wrene7396ff2016-06-02 17:08:21 -04002237 KEYBOARD_SHORTCUTS_HELPER = 500;
Clara Bayarric17a5982016-04-15 12:26:47 +01002238
Philip P. Moltmann2e301262016-06-16 12:39:54 -07002239 // OPEN: Print Preview screen
2240 // Package: Package of app where print job is from
2241 PRINT_PREVIEW = 501;
2242
2243 // OPEN: User expands full print job options shade in print preview.
2244 PRINT_JOB_OPTIONS = 502;
2245
2246 // OPEN: “All Printers” screen for selecting printer
2247 // Subtype: # of printers listed
2248 PRINT_ALL_PRINTERS = 503;
2249
2250 // OPEN: “Add Printers” screen for adding printers
2251 // Subtype: # of enabled print service listed
2252 PRINT_ADD_PRINTERS = 504;
2253
2254 // ACTION: Queue a print job (Usually: User presses Print FAB from Print Preview)
2255 // Package: Package of print service.
2256 ACTION_PRINT = 505;
2257
2258 // ACTION: User selects a printer from the dropdown in the print preview screen. This also
2259 // Count all ACTION_PRINTER_SELECT_ALL actions.
2260 // Package: Package of print service tied to printer
2261 ACTION_PRINTER_SELECT_DROPDOWN = 506;
2262
2263 // ACTION: User selects a printer from the “All printers” screen.
2264 // Package: Package of print service tied to printer
2265 ACTION_PRINTER_SELECT_ALL = 507;
2266
2267 // ACTION: User changes an option for the print job from print preview.
2268 // Subtype: 1: Copies
2269 // 2: Color mode
2270 // 3: Duplex mode
2271 // 4: Media (==Paper) size
2272 // 5: Orientation
2273 // 6: Page range
2274 // Package: Package of print service tied to printer
2275 ACTION_PRINT_JOB_OPTIONS = 508;
2276
2277 // ACTION: User searches for printer from All Printers
2278 ACTION_PRINTER_SEARCH = 509;
2279
2280 // ACTION: User selects “Add print service” button from All Printers
2281 ACTION_PRINT_SERVICE_ADD = 510;
2282
2283 // ACTION: User Enables/Disables Print Service via any means.
2284 // Subtype: 0: Enabled
2285 // 1: Disabled
2286 ACTION_PRINT_SERVICE_TOGGLE = 511;
2287
2288 // ACTION: User installs print recommended print service
2289 // Package: Package of print service
2290 ACTION_PRINT_RECOMMENDED_SERVICE_INSTALL = 512;
2291
Doris Ling88a6b162016-08-08 16:17:43 -07002292 // ACTION: Settings -> [sub settings activity] -> Options menu -> Help & Support
2293 // SUBTYPE: sub settings classname
2294 ACTION_SETTING_HELP_AND_FEEDBACK = 513;
2295
Fan Zhang92c60382016-08-08 14:03:53 -07002296 // OPEN: Settings > Language & input > Personal dictionary (single locale)
2297 USER_DICTIONARY_SETTINGS = 514;
2298
2299 // OPEN: Settings > Date & time > Select time zone
2300 ZONE_PICKER = 515;
2301
2302 // OPEN: Settings > Security > Device administrators
2303 DEVICE_ADMIN_SETTINGS = 516;
2304
Mahaver Choprac8c97c22016-08-26 13:59:42 +01002305 // ACTION: Managed provisioning was launched to set this package as DPC app.
2306 // PACKAGE: DPC's package name.
2307 PROVISIONING_DPC_PACKAGE_NAME = 517;
2308
Mahaver Chopraa9a79322016-09-12 16:52:44 +01002309 // ACTION: Managed provisioning triggered DPC installation.
2310 // PACKAGE: Package name of package which installed DPC.
2311 PROVISIONING_DPC_INSTALLED_BY_PACKAGE = 518;
2312
2313 // ACTION: Logged when provisioning activity finishes.
2314 // TIME: Indicates time taken by provisioning activity to finish in MS.
2315 PROVISIONING_PROVISIONING_ACTIVITY_TIME_MS = 519;
2316
2317 // ACTION: Logged when preprovisioning activity finishes.
2318 // TIME: Indicates time taken by preprovisioning activity to finish in MS.
2319 PROVISIONING_PREPROVISIONING_ACTIVITY_TIME_MS = 520;
2320
2321 // ACTION: Logged when encrypt device activity finishes.
2322 // TIME: Indicates time taken by encrypt device activity to finish in MS.
2323 PROVISIONING_ENCRYPT_DEVICE_ACTIVITY_TIME_MS = 521;
2324
2325 // ACTION: Logged when web activity finishes.
2326 // TIME: Indicates total time taken by web activity to finish in MS.
2327 PROVISIONING_WEB_ACTIVITY_TIME_MS = 522;
2328
2329 // ACTION: Logged when trampoline activity finishes.
2330 // TIME: Indicates total time taken by trampoline activity to finish in MS.
2331 PROVISIONING_TRAMPOLINE_ACTIVITY_TIME_MS = 523;
2332
2333 // ACTION: Logged when encryption activity finishes.
2334 // TIME: Indicates total time taken by post encryption activity to finish in MS.
2335 PROVISIONING_POST_ENCRYPTION_ACTIVITY_TIME_MS = 524;
2336
2337 // ACTION: Logged when finalization activity finishes.
2338 // TIME: Indicates time taken by finalization activity to finish in MS.
2339 PROVISIONING_FINALIZATION_ACTIVITY_TIME_MS = 525;
Mahaver Choprac8c97c22016-08-26 13:59:42 +01002340
Fan Zhang3bf54dd2016-08-23 16:10:25 -07002341 // OPEN: Settings Support > Phone/Chat -> Disclaimer
Mahaver Chopraa9a79322016-09-12 16:52:44 +01002342 DIALOG_SUPPORT_DISCLAIMER = 526;
Fan Zhang3bf54dd2016-08-23 16:10:25 -07002343
Fan Zhang95094182016-08-24 18:14:16 -07002344 // OPEN: Settings Support > Travel abroad
Mahaver Chopraa9a79322016-09-12 16:52:44 +01002345 DIALOG_SUPPORT_PHONE = 527;
Fan Zhang95094182016-08-24 18:14:16 -07002346
2347 // OPEN: Settings > Security > Factory Reset Protection dialog
Mahaver Chopraa9a79322016-09-12 16:52:44 +01002348 DIALOG_FRP = 528;
Fan Zhang95094182016-08-24 18:14:16 -07002349
2350 // OPEN: Settings > Custom list preference with confirmation message
Mahaver Chopraa9a79322016-09-12 16:52:44 +01002351 DIALOG_CUSTOM_LIST_CONFIRMATION = 529;
Fan Zhang95094182016-08-24 18:14:16 -07002352
2353 // OPEN: Settings > APN Editor > Error dialog
Mahaver Chopraa9a79322016-09-12 16:52:44 +01002354 DIALOG_APN_EDITOR_ERROR = 530;
Fan Zhang95094182016-08-24 18:14:16 -07002355
2356 // OPEN: Settings > Users > Edit owner info dialog
Mahaver Chopraa9a79322016-09-12 16:52:44 +01002357 DIALOG_OWNER_INFO_SETTINGS = 531;
Fan Zhang95094182016-08-24 18:14:16 -07002358
Fan Zhangc1352ae2016-09-16 12:46:11 -07002359 // OPEN: Settings > Security > Use one lock dialog
2360 DIALOG_UNIFICATION_CONFIRMATION = 532;
2361
2362 // OPEN: Settings > Security > User Credential
2363 DIALOG_USER_CREDENTIAL = 533;
2364
2365 // OPEN: Settings > Accounts > Remove account
2366 DIALOG_REMOVE_USER = 534;
2367
2368 // OPEN: Settings > Accounts > Confirm auto sync dialog
2369 DIALOG_CONFIRM_AUTO_SYNC_CHANGE = 535;
2370
2371 // OPEN: Settings > Apps > Dialog for running service details
2372 DIALOG_RUNNIGN_SERVICE = 536;
2373
2374 // OPEN: Settings > Dialog for hiding home settings
2375 DIALOG_NO_HOME = 537;
2376
2377 // OPEN: Settings > Bluetooth > Rename this device
2378 DIALOG_BLUETOOTH_RENAME = 538;
2379
2380 // OPEN: Settings > Bluetooth > Paired device profile
2381 DIALOG_BLUETOOTH_PAIRED_DEVICE_PROFILE = 539;
2382
2383 // OPEN: Settings > Battery optimization > details for app
2384 DIALOG_HIGH_POWER_DETAILS = 540;
2385
2386 // OPEN: Settings > Keyboard > Show keyboard layout dialog
2387 DIALOG_KEYBOARD_LAYOUT = 541;
2388
2389 // OPEN: Settings > Wifi > WPS Setup dialog
2390 DIALOG_WPS_SETUP = 542;
2391
2392 // OPEN: Settings > WIFI Scan permission dialog
2393 DIALOG_WIFI_SCAN_MODE = 543;
2394
2395 // OPEN: Settings > WIFI Setup > Skip Wifi dialog
2396 DIALOG_WIFI_SKIP = 544;
2397
2398 // OPEN: Settings > Wireless > VPN > Config dialog
2399 DIALOG_LEGACY_VPN_CONFIG = 545;
2400
2401 // OPEN: Settings > Wireless > VPN > Config dialog for app
2402 DIALOG_VPN_APP_CONFIG = 546;
2403
2404 // OPEN: Settings > Wireless > VPN > Cannot connect dialog
2405 DIALOG_VPN_CANNOT_CONNECT = 547;
2406
2407 // OPEN: Settings > Wireless > VPN > Replace existing VPN dialog
2408 DIALOG_VPN_REPLACE_EXISTING = 548;
2409
2410 // OPEN: Settings > Billing cycle > Edit billing cycle dates dialog
2411 DIALOG_BILLING_CYCLE = 549;
2412
2413 // OPEN: Settings > Billing cycle > Edit data limit/warning dialog
2414 DIALOG_BILLING_BYTE_LIMIT = 550;
2415
2416 // OPEN: Settings > Billing cycle > turn on data limit dialog
2417 DIALOG_BILLING_CONFIRM_LIMIT = 551;
2418
2419 // OPEN: Settings > Service > Turn off notification access dialog
2420 DIALOG_DISABLE_NOTIFICATION_ACCESS = 552;
2421
2422 // OPEN: Settings > Sound > Use personal sound for work profile dialog
2423 DIALOG_UNIFY_SOUND_SETTINGS = 553;
2424
2425 // OPEN: Settings > Zen mode > Dialog warning about the zen access privileges being granted.
2426 DIALOG_ZEN_ACCESS_GRANT = 554;
2427
2428 // OPEN: Settings > Zen mode > Dialog warning about the zen access privileges being revoked.
2429 DIALOG_ZEN_ACCESS_REVOKE = 555;
2430
2431 // OPEN: Settings > Zen mode > Dialog that picks time for zen mode.
2432 DIALOG_ZEN_TIMEPICKER = 556;
2433
2434 // OPEN: Settings > Apps > Dialog that informs user to allow service access for app.
2435 DIALOG_SERVICE_ACCESS_WARNING = 557;
2436
2437 // OPEN: Settings > Apps > Dialog for app actions (such as force stop/clear data)
2438 DIALOG_APP_INFO_ACTION = 558;
2439
2440 // OPEN: Settings > Storage > Dialog for forgetting a storage device
2441 DIALOG_VOLUME_FORGET = 559;
2442
2443 // OPEN: Settings > Storage > Dialog warning that a volume is slow
2444 DIALOG_VOLUME_SLOW_WARNING = 560;
2445
2446 // OPEN: Settings > Storage > Dialog for initializing a volume
2447 DIALOG_VOLUME_INIT = 561;
2448
2449 // OPEN: Settings > Storage > Dialog for unmounting a volume
2450 DIALOG_VOLUME_UNMOUNT = 562;
2451
2452 // OPEN: Settings > Storage > Dialog for renaming a volume
2453 DIALOG_VOLUME_RENAME = 563;
2454
2455 // OPEN: Settings > Storage > Dialog for clear cache
2456 DIALOG_STORAGE_CLEAR_CACHE = 564;
2457
2458 // OPEN: Settings > Storage > Dialog for system info
2459 DIALOG_STORAGE_SYSTEM_INFO = 565;
2460
2461 // OPEN: Settings > Storage > Dialog for other info
2462 DIALOG_STORAGE_OTHER_INFO = 566;
2463
2464 // OPEN: Settings > Storage > Dialog for user info
2465 DIALOG_STORAGE_USER_INFO = 567;
2466
2467 // OPEN: Settings > Add fingerprint > Dialog when user touches fingerprint icon.
2468 DIALOG_FINGERPRINT_ICON_TOUCH = 568;
2469
2470 // OPEN: Settings > Add fingerprint > Error dialog
2471 DIALOG_FINGERPINT_ERROR = 569;
2472
2473 // OPEN: Settings > Fingerprint > Rename or delete dialog
2474 DIALOG_FINGERPINT_EDIT = 570;
2475
2476 // OPEN: Settings > Fingerprint > Dialog for deleting last fingerprint
2477 DIALOG_FINGERPINT_DELETE_LAST = 571;
2478
2479 // OPEN: SUW > Fingerprint > Dialog to confirm cancel fingerprint setup.
2480 DIALOG_FINGERPRINT_CANCEL_SETUP = 572;
2481
2482 // OPEN: SUW > Fingerprint > Dialog to confirm skip fingerprint setup entirely.
2483 DIALOG_FINGERPRINT_SKIP_SETUP = 573;
2484
Fan Zhang5e9f69c2016-09-19 17:44:39 -07002485 // OPEN: Settings > Proxy Selector error dialog
2486 DIALOG_PROXY_SELECTOR_ERROR = 574;
2487
2488 // OPEN: Settings > Wifi > P2P Settings > Disconnect dialog
2489 DIALOG_WIFI_P2P_DISCONNECT = 575;
2490
2491 // OPEN: Settings > Wifi > P2P Settings > Cancel connection dialog
2492 DIALOG_WIFI_P2P_CANCEL_CONNECT = 576;
2493
2494 // OPEN: Settings > Wifi > P2P Settings > Rename dialog
2495 DIALOG_WIFI_P2P_RENAME = 577;
2496
2497 // OPEN: Settings > Wifi > P2P Settings > Forget group dialog
2498 DIALOG_WIFI_P2P_DELETE_GROUP = 578;
2499
2500 // OPEN: Settings > APN > Restore default dialog
2501 DIALOG_APN_RESTORE_DEFAULT = 579;
2502
2503 // OPEN: Settings > Dream > When to dream dialog
2504 DIALOG_DREAM_START_DELAY = 580;
2505
2506 // OPEN: Settings > Encryption interstitial accessibility warning dialog
2507 DIALOG_ENCRYPTION_INTERSTITIAL_ACCESSIBILITY = 581;
2508
2509 // OPEN: Settings > Tether > AP setting dialog
2510 DIALOG_AP_SETTINGS = 582;
2511
2512 // OPEN: Settings > Acessibility > Enable accessiblity service dialog
2513 DIALOG_ACCESSIBILITY_SERVICE_ENABLE = 583;
2514
2515 // OPEN: Settings > Acessibility > Disable accessiblity service dialog
2516 DIALOG_ACCESSIBILITY_SERVICE_DISABLE = 584;
2517
2518 // OPEN: Settings > Account > Remove account dialog
2519 DIALOG_ACCOUNT_SYNC_REMOVE = 585;
2520
2521 // OPEN: Settings > Account > Remove account failed dialog
2522 DIALOG_ACCOUNT_SYNC_FAILED_REMOVAL = 586;
2523
2524 // OPEN: Settings > Account > Cannot do onetime sync dialog
2525 DIALOG_ACCOUNT_SYNC_CANNOT_ONETIME_SYNC = 587;
2526
2527 // OPEN: Settings > Display > Night light > Set start time dialog
2528 DIALOG_NIGHT_DISPLAY_SET_START_TIME = 588;
2529
2530 // OPEN: Settings > Display > Night light > Set end time dialog
2531 DIALOG_NIGHT_DISPLAY_SET_END_TIME = 589;
2532
2533 // OPEN: Settings > User > Edit info dialog
2534 DIALOG_USER_EDIT = 590;
2535
2536 // OPEN: Settings > User > Confirm remove dialog
2537 DIALOG_USER_REMOVE = 591;
2538
2539 // OPEN: Settings > User > Enable calling dialog
2540 DIALOG_USER_ENABLE_CALLING = 592;
2541
2542 // OPEN: Settings > User > Enable calling and sms dialog
2543 DIALOG_USER_ENABLE_CALLING_AND_SMS = 593;
2544
2545 // OPEN: Settings > User > Cannot manage device message dialog
2546 DIALOG_USER_CANNOT_MANAGE = 594;
2547
2548 // OPEN: Settings > User > Add user dialog
2549 DIALOG_USER_ADD = 595;
2550
2551 // OPEN: Settings > User > Setup user dialog
2552 DIALOG_USER_SETUP = 596;
2553
2554 // OPEN: Settings > User > Setup profile dialog
2555 DIALOG_USER_SETUP_PROFILE = 597;
2556
2557 // OPEN: Settings > User > Choose user type dialog
2558 DIALOG_USER_CHOOSE_TYPE = 598;
2559
2560 // OPEN: Settings > User > Need lockscreen dialog
2561 DIALOG_USER_NEED_LOCKSCREEN = 599;
2562
2563 // OPEN: Settings > User > Confirm exit guest mode dialog
2564 DIALOG_USER_CONFIRM_EXIT_GUEST = 600;
2565
2566 // OPEN: Settings > User > Edit user profile dialog
2567 DIALOG_USER_EDIT_PROFILE = 601;
2568
2569 // OPEN: Settings > Wifi > Saved AP > Edit dialog
2570 DIALOG_WIFI_SAVED_AP_EDIT = 602;
2571
2572 // OPEN: Settings > Wifi > Edit AP dialog
2573 DIALOG_WIFI_AP_EDIT = 603;
2574
2575 // OPEN: Settings > Wifi > PBC Config dialog
2576 DIALOG_WIFI_PBC = 604;
2577
2578 // OPEN: Settings > Wifi > Display pin dialog
2579 DIALOG_WIFI_PIN = 605;
2580
2581 // OPEN: Settings > Wifi > Write config to NFC dialog
2582 DIALOG_WIFI_WRITE_NFC = 606;
Fan Zhang04c20352016-09-23 12:11:15 -07002583 // OPEN: Settings > Date > Date picker dialog
2584 DIALOG_DATE_PICKER = 607;
2585
2586 // OPEN: Settings > Date > Time picker dialog
2587 DIALOG_TIME_PICKER = 608;
2588
2589 // OPEN: Settings > Wireless > Manage wireless plan dialog
2590 DIALOG_MANAGE_MOBILE_PLAN = 609;
Fan Zhang5e9f69c2016-09-19 17:44:39 -07002591
Mahaver Chopraa12b4872016-09-28 16:19:36 +01002592 // ACTION: Logs network type of the device while provisioning
Mahaver Chopra2b0efb02016-09-15 18:57:09 +01002593 PROVISIONING_NETWORK_TYPE = 610;
2594
Mahaver Chopraa12b4872016-09-28 16:19:36 +01002595 // ACTION: Logs action which triggered provisioning.
2596 PROVISIONING_ACTION = 611;
2597
Mahaver Chopraab282072016-10-06 19:19:23 +01002598 // ACTION: Logs extra passed by the dpc while provisioning.
2599 PROVISIONING_EXTRA = 612;
2600
Salvador Martinez64867c12016-10-14 15:25:09 -07002601 // OPEN Settings > Bluetooth > Attempt to connect to device that shows dialog
2602 BLUETOOTH_DIALOG_FRAGMENT = 613;
2603
Mahaver Chopra667ae0a2016-10-14 14:08:36 +01002604 // ACTION: Logs provisioning started by zero touch.
2605 PROVISIONING_ENTRY_POINT_ZERO_TOUCH = 614;
2606
2607 // ACTION: Logs provisioning started by NFC bump.
2608 PROVISIONING_ENTRY_POINT_NFC = 615;
2609
2610 // ACTION: Logs provisioning started using QR code.
2611 PROVISIONING_ENTRY_POINT_QR_CODE = 616;
2612
2613 // ACTION: Logs provisioning started using adb.
2614 PROVISIONING_ENTRY_POINT_ADB = 617;
2615
2616 // ACTION: Logs provisioning started by trusted source.
2617 PROVISIONING_ENTRY_POINT_TRUSTED_SOURCE = 618;
2618
Mahaver Chopracc7176f2016-10-26 17:16:19 +01002619 // ACTION: Logged when copy account task finishes.
2620 // TIME: Indicates time taken by copy account task to finish in MS.
2621 PROVISIONING_COPY_ACCOUNT_TASK_MS = 619;
2622
2623 // ACTION: Logged when create profile task finishes.
2624 // TIME: Indicates time taken by create profile task to finish in MS.
2625 PROVISIONING_CREATE_PROFILE_TASK_MS = 620;
2626
2627 // ACTION: Logged when start profile task finishes.
2628 // TIME: Indicates time taken by start profile task to finish in MS.
2629 PROVISIONING_START_PROFILE_TASK_MS = 621;
2630
2631 // ACTION: Logged when download package task finishes.
2632 // TIME: Indicates time taken by download package task to finish in MS.
2633 PROVISIONING_DOWNLOAD_PACKAGE_TASK_MS = 622;
2634
2635 // ACTION: Logged when install package task finishes.
2636 // TIME: Indicates time taken by install package task to finish in MS.
2637 PROVISIONING_INSTALL_PACKAGE_TASK_MS = 623;
2638
2639 // ACTION: User cancelled provisioning.
2640 PROVISIONING_CANCELLED = 624;
2641
2642 // ACTION: Logged when provisioning throws an error.
2643 PROVISIONING_ERROR = 625;
2644
2645 // ACTION: Logs the status of copying user account during provisioning.
2646 PROVISIONING_COPY_ACCOUNT_STATUS = 626;
2647
2648 // ACTION: Logs the end to end time taken by all provisioning tasks.
2649 PROVISIONING_TOTAL_TASK_TIME_MS = 627;
2650
Philip P. Moltmann2e301262016-06-16 12:39:54 -07002651 // ---- End O Constants, all O constants go above this line ----
2652
Adrian Roos159ef7b2016-02-25 11:58:32 -08002653 // Add new aosp constants above this line.
2654 // END OF AOSP CONSTANTS
Chris Wren77781d32016-01-11 14:49:26 -05002655 }
2656}