blob: a590805cf7457262c1c4f8c2f9316d4a8a40306e [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
Adrian Roos1cffe3c2016-11-28 15:46:06 -08002235 // ACTION: The lockscreen gets shown because the SIM card was removed
2236 // SUBTYPE: false: device was previously unlocked, true: device was previously locked
2237 // CATEGORY: GLOBAL_SYSTEM_UI
2238 // OS: N-MR2
2239 ACTION_LOCK_BECAUSE_SIM_REMOVED = 496;
2240
2241 // ---- End N-MR2 Constants, all N-MR2 constants go above this line ----
2242
Clara Bayarric17a5982016-04-15 12:26:47 +01002243 // ------- Begin N Keyboard Shortcuts Helper -----
2244 // Keyboard Shortcuts Helper is opened/closed.
Chris Wrene7396ff2016-06-02 17:08:21 -04002245 KEYBOARD_SHORTCUTS_HELPER = 500;
Clara Bayarric17a5982016-04-15 12:26:47 +01002246
Philip P. Moltmann2e301262016-06-16 12:39:54 -07002247 // OPEN: Print Preview screen
2248 // Package: Package of app where print job is from
2249 PRINT_PREVIEW = 501;
2250
2251 // OPEN: User expands full print job options shade in print preview.
2252 PRINT_JOB_OPTIONS = 502;
2253
2254 // OPEN: “All Printers” screen for selecting printer
2255 // Subtype: # of printers listed
2256 PRINT_ALL_PRINTERS = 503;
2257
2258 // OPEN: “Add Printers” screen for adding printers
2259 // Subtype: # of enabled print service listed
2260 PRINT_ADD_PRINTERS = 504;
2261
2262 // ACTION: Queue a print job (Usually: User presses Print FAB from Print Preview)
2263 // Package: Package of print service.
2264 ACTION_PRINT = 505;
2265
2266 // ACTION: User selects a printer from the dropdown in the print preview screen. This also
2267 // Count all ACTION_PRINTER_SELECT_ALL actions.
2268 // Package: Package of print service tied to printer
2269 ACTION_PRINTER_SELECT_DROPDOWN = 506;
2270
2271 // ACTION: User selects a printer from the “All printers” screen.
2272 // Package: Package of print service tied to printer
2273 ACTION_PRINTER_SELECT_ALL = 507;
2274
2275 // ACTION: User changes an option for the print job from print preview.
2276 // Subtype: 1: Copies
2277 // 2: Color mode
2278 // 3: Duplex mode
2279 // 4: Media (==Paper) size
2280 // 5: Orientation
2281 // 6: Page range
2282 // Package: Package of print service tied to printer
2283 ACTION_PRINT_JOB_OPTIONS = 508;
2284
2285 // ACTION: User searches for printer from All Printers
2286 ACTION_PRINTER_SEARCH = 509;
2287
2288 // ACTION: User selects “Add print service” button from All Printers
2289 ACTION_PRINT_SERVICE_ADD = 510;
2290
2291 // ACTION: User Enables/Disables Print Service via any means.
2292 // Subtype: 0: Enabled
2293 // 1: Disabled
2294 ACTION_PRINT_SERVICE_TOGGLE = 511;
2295
2296 // ACTION: User installs print recommended print service
2297 // Package: Package of print service
2298 ACTION_PRINT_RECOMMENDED_SERVICE_INSTALL = 512;
2299
Doris Ling88a6b162016-08-08 16:17:43 -07002300 // ACTION: Settings -> [sub settings activity] -> Options menu -> Help & Support
2301 // SUBTYPE: sub settings classname
2302 ACTION_SETTING_HELP_AND_FEEDBACK = 513;
2303
Fan Zhang92c60382016-08-08 14:03:53 -07002304 // OPEN: Settings > Language & input > Personal dictionary (single locale)
2305 USER_DICTIONARY_SETTINGS = 514;
2306
2307 // OPEN: Settings > Date & time > Select time zone
2308 ZONE_PICKER = 515;
2309
2310 // OPEN: Settings > Security > Device administrators
2311 DEVICE_ADMIN_SETTINGS = 516;
2312
Mahaver Choprac8c97c22016-08-26 13:59:42 +01002313 // ACTION: Managed provisioning was launched to set this package as DPC app.
2314 // PACKAGE: DPC's package name.
2315 PROVISIONING_DPC_PACKAGE_NAME = 517;
2316
Mahaver Chopraa9a79322016-09-12 16:52:44 +01002317 // ACTION: Managed provisioning triggered DPC installation.
2318 // PACKAGE: Package name of package which installed DPC.
2319 PROVISIONING_DPC_INSTALLED_BY_PACKAGE = 518;
2320
2321 // ACTION: Logged when provisioning activity finishes.
2322 // TIME: Indicates time taken by provisioning activity to finish in MS.
2323 PROVISIONING_PROVISIONING_ACTIVITY_TIME_MS = 519;
2324
2325 // ACTION: Logged when preprovisioning activity finishes.
2326 // TIME: Indicates time taken by preprovisioning activity to finish in MS.
2327 PROVISIONING_PREPROVISIONING_ACTIVITY_TIME_MS = 520;
2328
2329 // ACTION: Logged when encrypt device activity finishes.
2330 // TIME: Indicates time taken by encrypt device activity to finish in MS.
2331 PROVISIONING_ENCRYPT_DEVICE_ACTIVITY_TIME_MS = 521;
2332
2333 // ACTION: Logged when web activity finishes.
2334 // TIME: Indicates total time taken by web activity to finish in MS.
2335 PROVISIONING_WEB_ACTIVITY_TIME_MS = 522;
2336
2337 // ACTION: Logged when trampoline activity finishes.
2338 // TIME: Indicates total time taken by trampoline activity to finish in MS.
2339 PROVISIONING_TRAMPOLINE_ACTIVITY_TIME_MS = 523;
2340
2341 // ACTION: Logged when encryption activity finishes.
2342 // TIME: Indicates total time taken by post encryption activity to finish in MS.
2343 PROVISIONING_POST_ENCRYPTION_ACTIVITY_TIME_MS = 524;
2344
2345 // ACTION: Logged when finalization activity finishes.
2346 // TIME: Indicates time taken by finalization activity to finish in MS.
2347 PROVISIONING_FINALIZATION_ACTIVITY_TIME_MS = 525;
Mahaver Choprac8c97c22016-08-26 13:59:42 +01002348
Fan Zhang3bf54dd2016-08-23 16:10:25 -07002349 // OPEN: Settings Support > Phone/Chat -> Disclaimer
Mahaver Chopraa9a79322016-09-12 16:52:44 +01002350 DIALOG_SUPPORT_DISCLAIMER = 526;
Fan Zhang3bf54dd2016-08-23 16:10:25 -07002351
Fan Zhang95094182016-08-24 18:14:16 -07002352 // OPEN: Settings Support > Travel abroad
Mahaver Chopraa9a79322016-09-12 16:52:44 +01002353 DIALOG_SUPPORT_PHONE = 527;
Fan Zhang95094182016-08-24 18:14:16 -07002354
2355 // OPEN: Settings > Security > Factory Reset Protection dialog
Mahaver Chopraa9a79322016-09-12 16:52:44 +01002356 DIALOG_FRP = 528;
Fan Zhang95094182016-08-24 18:14:16 -07002357
2358 // OPEN: Settings > Custom list preference with confirmation message
Mahaver Chopraa9a79322016-09-12 16:52:44 +01002359 DIALOG_CUSTOM_LIST_CONFIRMATION = 529;
Fan Zhang95094182016-08-24 18:14:16 -07002360
2361 // OPEN: Settings > APN Editor > Error dialog
Mahaver Chopraa9a79322016-09-12 16:52:44 +01002362 DIALOG_APN_EDITOR_ERROR = 530;
Fan Zhang95094182016-08-24 18:14:16 -07002363
2364 // OPEN: Settings > Users > Edit owner info dialog
Mahaver Chopraa9a79322016-09-12 16:52:44 +01002365 DIALOG_OWNER_INFO_SETTINGS = 531;
Fan Zhang95094182016-08-24 18:14:16 -07002366
Fan Zhangc1352ae2016-09-16 12:46:11 -07002367 // OPEN: Settings > Security > Use one lock dialog
2368 DIALOG_UNIFICATION_CONFIRMATION = 532;
2369
2370 // OPEN: Settings > Security > User Credential
2371 DIALOG_USER_CREDENTIAL = 533;
2372
2373 // OPEN: Settings > Accounts > Remove account
2374 DIALOG_REMOVE_USER = 534;
2375
2376 // OPEN: Settings > Accounts > Confirm auto sync dialog
2377 DIALOG_CONFIRM_AUTO_SYNC_CHANGE = 535;
2378
2379 // OPEN: Settings > Apps > Dialog for running service details
2380 DIALOG_RUNNIGN_SERVICE = 536;
2381
2382 // OPEN: Settings > Dialog for hiding home settings
2383 DIALOG_NO_HOME = 537;
2384
2385 // OPEN: Settings > Bluetooth > Rename this device
2386 DIALOG_BLUETOOTH_RENAME = 538;
2387
2388 // OPEN: Settings > Bluetooth > Paired device profile
2389 DIALOG_BLUETOOTH_PAIRED_DEVICE_PROFILE = 539;
2390
2391 // OPEN: Settings > Battery optimization > details for app
2392 DIALOG_HIGH_POWER_DETAILS = 540;
2393
2394 // OPEN: Settings > Keyboard > Show keyboard layout dialog
2395 DIALOG_KEYBOARD_LAYOUT = 541;
2396
2397 // OPEN: Settings > Wifi > WPS Setup dialog
2398 DIALOG_WPS_SETUP = 542;
2399
2400 // OPEN: Settings > WIFI Scan permission dialog
2401 DIALOG_WIFI_SCAN_MODE = 543;
2402
2403 // OPEN: Settings > WIFI Setup > Skip Wifi dialog
2404 DIALOG_WIFI_SKIP = 544;
2405
2406 // OPEN: Settings > Wireless > VPN > Config dialog
2407 DIALOG_LEGACY_VPN_CONFIG = 545;
2408
2409 // OPEN: Settings > Wireless > VPN > Config dialog for app
2410 DIALOG_VPN_APP_CONFIG = 546;
2411
2412 // OPEN: Settings > Wireless > VPN > Cannot connect dialog
2413 DIALOG_VPN_CANNOT_CONNECT = 547;
2414
2415 // OPEN: Settings > Wireless > VPN > Replace existing VPN dialog
2416 DIALOG_VPN_REPLACE_EXISTING = 548;
2417
2418 // OPEN: Settings > Billing cycle > Edit billing cycle dates dialog
2419 DIALOG_BILLING_CYCLE = 549;
2420
2421 // OPEN: Settings > Billing cycle > Edit data limit/warning dialog
2422 DIALOG_BILLING_BYTE_LIMIT = 550;
2423
2424 // OPEN: Settings > Billing cycle > turn on data limit dialog
2425 DIALOG_BILLING_CONFIRM_LIMIT = 551;
2426
2427 // OPEN: Settings > Service > Turn off notification access dialog
2428 DIALOG_DISABLE_NOTIFICATION_ACCESS = 552;
2429
2430 // OPEN: Settings > Sound > Use personal sound for work profile dialog
2431 DIALOG_UNIFY_SOUND_SETTINGS = 553;
2432
2433 // OPEN: Settings > Zen mode > Dialog warning about the zen access privileges being granted.
2434 DIALOG_ZEN_ACCESS_GRANT = 554;
2435
2436 // OPEN: Settings > Zen mode > Dialog warning about the zen access privileges being revoked.
2437 DIALOG_ZEN_ACCESS_REVOKE = 555;
2438
2439 // OPEN: Settings > Zen mode > Dialog that picks time for zen mode.
2440 DIALOG_ZEN_TIMEPICKER = 556;
2441
2442 // OPEN: Settings > Apps > Dialog that informs user to allow service access for app.
2443 DIALOG_SERVICE_ACCESS_WARNING = 557;
2444
2445 // OPEN: Settings > Apps > Dialog for app actions (such as force stop/clear data)
2446 DIALOG_APP_INFO_ACTION = 558;
2447
2448 // OPEN: Settings > Storage > Dialog for forgetting a storage device
2449 DIALOG_VOLUME_FORGET = 559;
2450
2451 // OPEN: Settings > Storage > Dialog warning that a volume is slow
2452 DIALOG_VOLUME_SLOW_WARNING = 560;
2453
2454 // OPEN: Settings > Storage > Dialog for initializing a volume
2455 DIALOG_VOLUME_INIT = 561;
2456
2457 // OPEN: Settings > Storage > Dialog for unmounting a volume
2458 DIALOG_VOLUME_UNMOUNT = 562;
2459
2460 // OPEN: Settings > Storage > Dialog for renaming a volume
2461 DIALOG_VOLUME_RENAME = 563;
2462
2463 // OPEN: Settings > Storage > Dialog for clear cache
2464 DIALOG_STORAGE_CLEAR_CACHE = 564;
2465
2466 // OPEN: Settings > Storage > Dialog for system info
2467 DIALOG_STORAGE_SYSTEM_INFO = 565;
2468
2469 // OPEN: Settings > Storage > Dialog for other info
2470 DIALOG_STORAGE_OTHER_INFO = 566;
2471
2472 // OPEN: Settings > Storage > Dialog for user info
2473 DIALOG_STORAGE_USER_INFO = 567;
2474
2475 // OPEN: Settings > Add fingerprint > Dialog when user touches fingerprint icon.
2476 DIALOG_FINGERPRINT_ICON_TOUCH = 568;
2477
2478 // OPEN: Settings > Add fingerprint > Error dialog
2479 DIALOG_FINGERPINT_ERROR = 569;
2480
2481 // OPEN: Settings > Fingerprint > Rename or delete dialog
2482 DIALOG_FINGERPINT_EDIT = 570;
2483
2484 // OPEN: Settings > Fingerprint > Dialog for deleting last fingerprint
2485 DIALOG_FINGERPINT_DELETE_LAST = 571;
2486
2487 // OPEN: SUW > Fingerprint > Dialog to confirm cancel fingerprint setup.
2488 DIALOG_FINGERPRINT_CANCEL_SETUP = 572;
2489
2490 // OPEN: SUW > Fingerprint > Dialog to confirm skip fingerprint setup entirely.
2491 DIALOG_FINGERPRINT_SKIP_SETUP = 573;
2492
Fan Zhang5e9f69c2016-09-19 17:44:39 -07002493 // OPEN: Settings > Proxy Selector error dialog
2494 DIALOG_PROXY_SELECTOR_ERROR = 574;
2495
2496 // OPEN: Settings > Wifi > P2P Settings > Disconnect dialog
2497 DIALOG_WIFI_P2P_DISCONNECT = 575;
2498
2499 // OPEN: Settings > Wifi > P2P Settings > Cancel connection dialog
2500 DIALOG_WIFI_P2P_CANCEL_CONNECT = 576;
2501
2502 // OPEN: Settings > Wifi > P2P Settings > Rename dialog
2503 DIALOG_WIFI_P2P_RENAME = 577;
2504
2505 // OPEN: Settings > Wifi > P2P Settings > Forget group dialog
2506 DIALOG_WIFI_P2P_DELETE_GROUP = 578;
2507
2508 // OPEN: Settings > APN > Restore default dialog
2509 DIALOG_APN_RESTORE_DEFAULT = 579;
2510
2511 // OPEN: Settings > Dream > When to dream dialog
2512 DIALOG_DREAM_START_DELAY = 580;
2513
2514 // OPEN: Settings > Encryption interstitial accessibility warning dialog
2515 DIALOG_ENCRYPTION_INTERSTITIAL_ACCESSIBILITY = 581;
2516
2517 // OPEN: Settings > Tether > AP setting dialog
2518 DIALOG_AP_SETTINGS = 582;
2519
2520 // OPEN: Settings > Acessibility > Enable accessiblity service dialog
2521 DIALOG_ACCESSIBILITY_SERVICE_ENABLE = 583;
2522
2523 // OPEN: Settings > Acessibility > Disable accessiblity service dialog
2524 DIALOG_ACCESSIBILITY_SERVICE_DISABLE = 584;
2525
2526 // OPEN: Settings > Account > Remove account dialog
2527 DIALOG_ACCOUNT_SYNC_REMOVE = 585;
2528
2529 // OPEN: Settings > Account > Remove account failed dialog
2530 DIALOG_ACCOUNT_SYNC_FAILED_REMOVAL = 586;
2531
2532 // OPEN: Settings > Account > Cannot do onetime sync dialog
2533 DIALOG_ACCOUNT_SYNC_CANNOT_ONETIME_SYNC = 587;
2534
2535 // OPEN: Settings > Display > Night light > Set start time dialog
2536 DIALOG_NIGHT_DISPLAY_SET_START_TIME = 588;
2537
2538 // OPEN: Settings > Display > Night light > Set end time dialog
2539 DIALOG_NIGHT_DISPLAY_SET_END_TIME = 589;
2540
2541 // OPEN: Settings > User > Edit info dialog
2542 DIALOG_USER_EDIT = 590;
2543
2544 // OPEN: Settings > User > Confirm remove dialog
2545 DIALOG_USER_REMOVE = 591;
2546
2547 // OPEN: Settings > User > Enable calling dialog
2548 DIALOG_USER_ENABLE_CALLING = 592;
2549
2550 // OPEN: Settings > User > Enable calling and sms dialog
2551 DIALOG_USER_ENABLE_CALLING_AND_SMS = 593;
2552
2553 // OPEN: Settings > User > Cannot manage device message dialog
2554 DIALOG_USER_CANNOT_MANAGE = 594;
2555
2556 // OPEN: Settings > User > Add user dialog
2557 DIALOG_USER_ADD = 595;
2558
2559 // OPEN: Settings > User > Setup user dialog
2560 DIALOG_USER_SETUP = 596;
2561
2562 // OPEN: Settings > User > Setup profile dialog
2563 DIALOG_USER_SETUP_PROFILE = 597;
2564
2565 // OPEN: Settings > User > Choose user type dialog
2566 DIALOG_USER_CHOOSE_TYPE = 598;
2567
2568 // OPEN: Settings > User > Need lockscreen dialog
2569 DIALOG_USER_NEED_LOCKSCREEN = 599;
2570
2571 // OPEN: Settings > User > Confirm exit guest mode dialog
2572 DIALOG_USER_CONFIRM_EXIT_GUEST = 600;
2573
2574 // OPEN: Settings > User > Edit user profile dialog
2575 DIALOG_USER_EDIT_PROFILE = 601;
2576
2577 // OPEN: Settings > Wifi > Saved AP > Edit dialog
2578 DIALOG_WIFI_SAVED_AP_EDIT = 602;
2579
2580 // OPEN: Settings > Wifi > Edit AP dialog
2581 DIALOG_WIFI_AP_EDIT = 603;
2582
2583 // OPEN: Settings > Wifi > PBC Config dialog
2584 DIALOG_WIFI_PBC = 604;
2585
2586 // OPEN: Settings > Wifi > Display pin dialog
2587 DIALOG_WIFI_PIN = 605;
2588
2589 // OPEN: Settings > Wifi > Write config to NFC dialog
2590 DIALOG_WIFI_WRITE_NFC = 606;
Fan Zhang04c20352016-09-23 12:11:15 -07002591 // OPEN: Settings > Date > Date picker dialog
2592 DIALOG_DATE_PICKER = 607;
2593
2594 // OPEN: Settings > Date > Time picker dialog
2595 DIALOG_TIME_PICKER = 608;
2596
2597 // OPEN: Settings > Wireless > Manage wireless plan dialog
2598 DIALOG_MANAGE_MOBILE_PLAN = 609;
Fan Zhang5e9f69c2016-09-19 17:44:39 -07002599
Mahaver Chopraa12b4872016-09-28 16:19:36 +01002600 // ACTION: Logs network type of the device while provisioning
Mahaver Chopra2b0efb02016-09-15 18:57:09 +01002601 PROVISIONING_NETWORK_TYPE = 610;
2602
Mahaver Chopraa12b4872016-09-28 16:19:36 +01002603 // ACTION: Logs action which triggered provisioning.
2604 PROVISIONING_ACTION = 611;
2605
Mahaver Chopraab282072016-10-06 19:19:23 +01002606 // ACTION: Logs extra passed by the dpc while provisioning.
2607 PROVISIONING_EXTRA = 612;
2608
Salvador Martinez64867c12016-10-14 15:25:09 -07002609 // OPEN Settings > Bluetooth > Attempt to connect to device that shows dialog
2610 BLUETOOTH_DIALOG_FRAGMENT = 613;
2611
Mahaver Chopra667ae0a2016-10-14 14:08:36 +01002612 // ACTION: Logs provisioning started by zero touch.
2613 PROVISIONING_ENTRY_POINT_ZERO_TOUCH = 614;
2614
2615 // ACTION: Logs provisioning started by NFC bump.
2616 PROVISIONING_ENTRY_POINT_NFC = 615;
2617
2618 // ACTION: Logs provisioning started using QR code.
2619 PROVISIONING_ENTRY_POINT_QR_CODE = 616;
2620
2621 // ACTION: Logs provisioning started using adb.
2622 PROVISIONING_ENTRY_POINT_ADB = 617;
2623
2624 // ACTION: Logs provisioning started by trusted source.
2625 PROVISIONING_ENTRY_POINT_TRUSTED_SOURCE = 618;
2626
Mahaver Chopracc7176f2016-10-26 17:16:19 +01002627 // ACTION: Logged when copy account task finishes.
2628 // TIME: Indicates time taken by copy account task to finish in MS.
2629 PROVISIONING_COPY_ACCOUNT_TASK_MS = 619;
2630
2631 // ACTION: Logged when create profile task finishes.
2632 // TIME: Indicates time taken by create profile task to finish in MS.
2633 PROVISIONING_CREATE_PROFILE_TASK_MS = 620;
2634
2635 // ACTION: Logged when start profile task finishes.
2636 // TIME: Indicates time taken by start profile task to finish in MS.
2637 PROVISIONING_START_PROFILE_TASK_MS = 621;
2638
2639 // ACTION: Logged when download package task finishes.
2640 // TIME: Indicates time taken by download package task to finish in MS.
2641 PROVISIONING_DOWNLOAD_PACKAGE_TASK_MS = 622;
2642
2643 // ACTION: Logged when install package task finishes.
2644 // TIME: Indicates time taken by install package task to finish in MS.
2645 PROVISIONING_INSTALL_PACKAGE_TASK_MS = 623;
2646
2647 // ACTION: User cancelled provisioning.
2648 PROVISIONING_CANCELLED = 624;
2649
2650 // ACTION: Logged when provisioning throws an error.
2651 PROVISIONING_ERROR = 625;
2652
2653 // ACTION: Logs the status of copying user account during provisioning.
2654 PROVISIONING_COPY_ACCOUNT_STATUS = 626;
2655
2656 // ACTION: Logs the end to end time taken by all provisioning tasks.
2657 PROVISIONING_TOTAL_TASK_TIME_MS = 627;
2658
Bartosz Fabianowski48e69612016-11-10 04:08:31 +01002659 // OPEN: Settings > Privacy
2660 // CATEGORY: SETTINGS
2661 // OS: O
2662 ENTERPRISE_PRIVACY_SETTINGS = 628;
2663
Abodunrinwa Toki1b304e42016-11-03 23:27:58 +00002664 // ACTION: Longpress on a TextView.
2665 // SUBTYPE: 1 is for START_SELECTION, 2 is for START_DRAG_AND_DROP, 0 is for OTHER.
2666 // CATEGORY: TEXT_CONTROLS
2667 // OS: O
2668 TEXT_LONGPRESS = 629;
2669
Philip P. Moltmann0d8f4b72016-11-09 11:28:05 -08002670 // ACTION: An app requested an unknown permission
2671 // PACKAGE: The package name of the app requesting the permission
2672 ACTION_PERMISSION_REQUEST_UNKNOWN = 630;
2673
2674 // ACTION: An app was granted an unknown permission
2675 // PACKAGE: The package name of the app that was granted the permission
2676 ACTION_PERMISSION_GRANT_UNKNOWN = 631;
2677
2678 // ACTION: An app requested an unknown permission and the request was denied
2679 // PACKAGE: The package name of the app requesting the permission
2680 ACTION_PERMISSION_DENIED_UNKNOWN = 632;
2681
2682 // ACTION: An unknown permission was revoked for an app
2683 // PACKAGE: The package name of the app the permission was revoked for
2684 ACTION_PERMISSION_REVOKE_UNKNOWN = 633;
2685
2686 // ACTION: An app requested the permission READ_CALENDAR
2687 // PACKAGE: The package name of the app requesting the permission
2688 ACTION_PERMISSION_REQUEST_READ_CALENDAR = 634;
2689
2690 // ACTION: An app was granted the permission READ_CALENDAR
2691 // PACKAGE: The package name of the app that was granted the permission
2692 ACTION_PERMISSION_GRANT_READ_CALENDAR = 635;
2693
2694 // ACTION: An app requested the permission READ_CALENDAR and the request was denied
2695 // PACKAGE: The package name of the app requesting the permission
2696 ACTION_PERMISSION_DENIED_READ_CALENDAR = 636;
2697
2698 // ACTION: The permission READ_CALENDAR was revoked for an app
2699 // PACKAGE: The package name of the app the permission was revoked for
2700 ACTION_PERMISSION_REVOKE_READ_CALENDAR = 637;
2701
2702 // ACTION: An app requested the permission WRITE_CALENDAR
2703 // PACKAGE: The package name of the app requesting the permission
2704 ACTION_PERMISSION_REQUEST_WRITE_CALENDAR = 638;
2705
2706 // ACTION: An app was granted the permission WRITE_CALENDAR
2707 // PACKAGE: The package name of the app that was granted the permission
2708 ACTION_PERMISSION_GRANT_WRITE_CALENDAR = 639;
2709
2710 // ACTION: An app requested the permission WRITE_CALENDAR and the request was denied
2711 // PACKAGE: The package name of the app requesting the permission
2712 ACTION_PERMISSION_DENIED_WRITE_CALENDAR = 640;
2713
2714 // ACTION: The permission WRITE_CALENDAR was revoked for an app
2715 // PACKAGE: The package name of the app the permission was revoked for
2716 ACTION_PERMISSION_REVOKE_WRITE_CALENDAR = 641;
2717
2718 // ACTION: An app requested the permission CAMERA
2719 // PACKAGE: The package name of the app requesting the permission
2720 ACTION_PERMISSION_REQUEST_CAMERA = 642;
2721
2722 // ACTION: An app was granted the permission CAMERA
2723 // PACKAGE: The package name of the app that was granted the permission
2724 ACTION_PERMISSION_GRANT_CAMERA = 643;
2725
2726 // ACTION: An app requested the permission CAMERA and the request was denied
2727 // PACKAGE: The package name of the app requesting the permission
2728 ACTION_PERMISSION_DENIED_CAMERA = 644;
2729
2730 // ACTION: The permission CAMERA was revoked for an app
2731 // PACKAGE: The package name of the app the permission was revoked for
2732 ACTION_PERMISSION_REVOKE_CAMERA = 645;
2733
2734 // ACTION: An app requested the permission READ_CONTACTS
2735 // PACKAGE: The package name of the app requesting the permission
2736 ACTION_PERMISSION_REQUEST_READ_CONTACTS = 646;
2737
2738 // ACTION: An app was granted the permission READ_CONTACTS
2739 // PACKAGE: The package name of the app that was granted the permission
2740 ACTION_PERMISSION_GRANT_READ_CONTACTS = 647;
2741
2742 // ACTION: An app requested the permission READ_CONTACTS and the request was denied
2743 // PACKAGE: The package name of the app requesting the permission
2744 ACTION_PERMISSION_DENIED_READ_CONTACTS = 648;
2745
2746 // ACTION: The permission READ_CONTACTS was revoked for an app
2747 // PACKAGE: The package name of the app the permission was revoked for
2748 ACTION_PERMISSION_REVOKE_READ_CONTACTS = 649;
2749
2750 // ACTION: An app requested the permission WRITE_CONTACTS
2751 // PACKAGE: The package name of the app requesting the permission
2752 ACTION_PERMISSION_REQUEST_WRITE_CONTACTS = 650;
2753
2754 // ACTION: An app was granted the permission WRITE_CONTACTS
2755 // PACKAGE: The package name of the app that was granted the permission
2756 ACTION_PERMISSION_GRANT_WRITE_CONTACTS = 651;
2757
2758 // ACTION: An app requested the permission WRITE_CONTACTS and the request was denied
2759 // PACKAGE: The package name of the app requesting the permission
2760 ACTION_PERMISSION_DENIED_WRITE_CONTACTS = 652;
2761
2762 // ACTION: The permission WRITE_CONTACTS was revoked for an app
2763 // PACKAGE: The package name of the app the permission was revoked for
2764 ACTION_PERMISSION_REVOKE_WRITE_CONTACTS = 653;
2765
2766 // ACTION: An app requested the permission GET_ACCOUNTS
2767 // PACKAGE: The package name of the app requesting the permission
2768 ACTION_PERMISSION_REQUEST_GET_ACCOUNTS = 654;
2769
2770 // ACTION: An app was granted the permission GET_ACCOUNTS
2771 // PACKAGE: The package name of the app that was granted the permission
2772 ACTION_PERMISSION_GRANT_GET_ACCOUNTS = 655;
2773
2774 // ACTION: An app requested the permission GET_ACCOUNTS and the request was denied
2775 // PACKAGE: The package name of the app requesting the permission
2776 ACTION_PERMISSION_DENIED_GET_ACCOUNTS = 656;
2777
2778 // ACTION: The permission GET_ACCOUNTS was revoked for an app
2779 // PACKAGE: The package name of the app the permission was revoked for
2780 ACTION_PERMISSION_REVOKE_GET_ACCOUNTS = 657;
2781
2782 // ACTION: An app requested the permission ACCESS_FINE_LOCATION
2783 // PACKAGE: The package name of the app requesting the permission
2784 ACTION_PERMISSION_REQUEST_ACCESS_FINE_LOCATION = 658;
2785
2786 // ACTION: An app was granted the permission ACCESS_FINE_LOCATION
2787 // PACKAGE: The package name of the app that was granted the permission
2788 ACTION_PERMISSION_GRANT_ACCESS_FINE_LOCATION = 659;
2789
2790 // ACTION: An app requested the permission ACCESS_FINE_LOCATION and the request was denied
2791 // PACKAGE: The package name of the app requesting the permission
2792 ACTION_PERMISSION_DENIED_ACCESS_FINE_LOCATION = 660;
2793
2794 // ACTION: The permission ACCESS_FINE_LOCATION was revoked for an app
2795 // PACKAGE: The package name of the app the permission was revoked for
2796 ACTION_PERMISSION_REVOKE_ACCESS_FINE_LOCATION = 661;
2797
2798 // ACTION: An app requested the permission ACCESS_COARSE_LOCATION
2799 // PACKAGE: The package name of the app requesting the permission
2800 ACTION_PERMISSION_REQUEST_ACCESS_COARSE_LOCATION = 662;
2801
2802 // ACTION: An app was granted the permission ACCESS_COARSE_LOCATION
2803 // PACKAGE: The package name of the app that was granted the permission
2804 ACTION_PERMISSION_GRANT_ACCESS_COARSE_LOCATION = 663;
2805
2806 // ACTION: An app requested the permission ACCESS_COARSE_LOCATION and the request was denied
2807 // PACKAGE: The package name of the app requesting the permission
2808 ACTION_PERMISSION_DENIED_ACCESS_COARSE_LOCATION = 664;
2809
2810 // ACTION: The permission ACCESS_COARSE_LOCATION was revoked for an app
2811 // PACKAGE: The package name of the app the permission was revoked for
2812 ACTION_PERMISSION_REVOKE_ACCESS_COARSE_LOCATION = 665;
2813
2814 // ACTION: An app requested the permission RECORD_AUDIO
2815 // PACKAGE: The package name of the app requesting the permission
2816 ACTION_PERMISSION_REQUEST_RECORD_AUDIO = 666;
2817
2818 // ACTION: An app was granted the permission RECORD_AUDIO
2819 // PACKAGE: The package name of the app that was granted the permission
2820 ACTION_PERMISSION_GRANT_RECORD_AUDIO = 667;
2821
2822 // ACTION: An app requested the permission RECORD_AUDIO and the request was denied
2823 // PACKAGE: The package name of the app requesting the permission
2824 ACTION_PERMISSION_DENIED_RECORD_AUDIO = 668;
2825
2826 // ACTION: The permission RECORD_AUDIO was revoked for an app
2827 // PACKAGE: The package name of the app the permission was revoked for
2828 ACTION_PERMISSION_REVOKE_RECORD_AUDIO = 669;
2829
2830 // ACTION: An app requested the permission READ_PHONE_STATE
2831 // PACKAGE: The package name of the app requesting the permission
2832 ACTION_PERMISSION_REQUEST_READ_PHONE_STATE = 670;
2833
2834 // ACTION: An app was granted the permission READ_PHONE_STATE
2835 // PACKAGE: The package name of the app that was granted the permission
2836 ACTION_PERMISSION_GRANT_READ_PHONE_STATE = 671;
2837
2838 // ACTION: An app requested the permission READ_PHONE_STATE and the request was denied
2839 // PACKAGE: The package name of the app requesting the permission
2840 ACTION_PERMISSION_DENIED_READ_PHONE_STATE = 672;
2841
2842 // ACTION: The permission READ_PHONE_STATE was revoked for an app
2843 // PACKAGE: The package name of the app the permission was revoked for
2844 ACTION_PERMISSION_REVOKE_READ_PHONE_STATE = 673;
2845
2846 // ACTION: An app requested the permission CALL_PHONE
2847 // PACKAGE: The package name of the app requesting the permission
2848 ACTION_PERMISSION_REQUEST_CALL_PHONE = 674;
2849
2850 // ACTION: An app was granted the permission CALL_PHONE
2851 // PACKAGE: The package name of the app that was granted the permission
2852 ACTION_PERMISSION_GRANT_CALL_PHONE = 675;
2853
2854 // ACTION: An app requested the permission CALL_PHONE and the request was denied
2855 // PACKAGE: The package name of the app requesting the permission
2856 ACTION_PERMISSION_DENIED_CALL_PHONE = 676;
2857
2858 // ACTION: The permission CALL_PHONE was revoked for an app
2859 // PACKAGE: The package name of the app the permission was revoked for
2860 ACTION_PERMISSION_REVOKE_CALL_PHONE = 677;
2861
2862 // ACTION: An app requested the permission READ_CALL_LOG
2863 // PACKAGE: The package name of the app requesting the permission
2864 ACTION_PERMISSION_REQUEST_READ_CALL_LOG = 678;
2865
2866 // ACTION: An app was granted the permission READ_CALL_LOG
2867 // PACKAGE: The package name of the app that was granted the permission
2868 ACTION_PERMISSION_GRANT_READ_CALL_LOG = 679;
2869
2870 // ACTION: An app requested the permission READ_CALL_LOG and the request was denied
2871 // PACKAGE: The package name of the app requesting the permission
2872 ACTION_PERMISSION_DENIED_READ_CALL_LOG = 680;
2873
2874 // ACTION: The permission READ_CALL_LOG was revoked for an app
2875 // PACKAGE: The package name of the app the permission was revoked for
2876 ACTION_PERMISSION_REVOKE_READ_CALL_LOG = 681;
2877
2878 // ACTION: An app requested the permission WRITE_CALL_LOG
2879 // PACKAGE: The package name of the app requesting the permission
2880 ACTION_PERMISSION_REQUEST_WRITE_CALL_LOG = 682;
2881
2882 // ACTION: An app was granted the permission WRITE_CALL_LOG
2883 // PACKAGE: The package name of the app that was granted the permission
2884 ACTION_PERMISSION_GRANT_WRITE_CALL_LOG = 683;
2885
2886 // ACTION: An app requested the permission WRITE_CALL_LOG and the request was denied
2887 // PACKAGE: The package name of the app requesting the permission
2888 ACTION_PERMISSION_DENIED_WRITE_CALL_LOG = 684;
2889
2890 // ACTION: The permission WRITE_CALL_LOG was revoked for an app
2891 // PACKAGE: The package name of the app the permission was revoked for
2892 ACTION_PERMISSION_REVOKE_WRITE_CALL_LOG = 685;
2893
2894 // ACTION: An app requested the permission ADD_VOICEMAIL
2895 // PACKAGE: The package name of the app requesting the permission
2896 ACTION_PERMISSION_REQUEST_ADD_VOICEMAIL = 686;
2897
2898 // ACTION: An app was granted the permission ADD_VOICEMAIL
2899 // PACKAGE: The package name of the app that was granted the permission
2900 ACTION_PERMISSION_GRANT_ADD_VOICEMAIL = 687;
2901
2902 // ACTION: An app requested the permission ADD_VOICEMAIL and the request was denied
2903 // PACKAGE: The package name of the app requesting the permission
2904 ACTION_PERMISSION_DENIED_ADD_VOICEMAIL = 688;
2905
2906 // ACTION: The permission ADD_VOICEMAIL was revoked for an app
2907 // PACKAGE: The package name of the app the permission was revoked for
2908 ACTION_PERMISSION_REVOKE_ADD_VOICEMAIL = 689;
2909
2910 // ACTION: An app requested the permission USE_SIP
2911 // PACKAGE: The package name of the app requesting the permission
2912 ACTION_PERMISSION_REQUEST_USE_SIP = 690;
2913
2914 // ACTION: An app was granted the permission USE_SIP
2915 // PACKAGE: The package name of the app that was granted the permission
2916 ACTION_PERMISSION_GRANT_USE_SIP = 691;
2917
2918 // ACTION: An app requested the permission USE_SIP and the request was denied
2919 // PACKAGE: The package name of the app requesting the permission
2920 ACTION_PERMISSION_DENIED_USE_SIP = 692;
2921
2922 // ACTION: The permission USE_SIP was revoked for an app
2923 // PACKAGE: The package name of the app the permission was revoked for
2924 ACTION_PERMISSION_REVOKE_USE_SIP = 693;
2925
2926 // ACTION: An app requested the permission PROCESS_OUTGOING_CALLS
2927 // PACKAGE: The package name of the app requesting the permission
2928 ACTION_PERMISSION_REQUEST_PROCESS_OUTGOING_CALLS = 694;
2929
2930 // ACTION: An app was granted the permission PROCESS_OUTGOING_CALLS
2931 // PACKAGE: The package name of the app that was granted the permission
2932 ACTION_PERMISSION_GRANT_PROCESS_OUTGOING_CALLS = 695;
2933
2934 // ACTION: An app requested the permission PROCESS_OUTGOING_CALLS and the request was denied
2935 // PACKAGE: The package name of the app requesting the permission
2936 ACTION_PERMISSION_DENIED_PROCESS_OUTGOING_CALLS = 696;
2937
2938 // ACTION: The permission PROCESS_OUTGOING_CALLS was revoked for an app
2939 // PACKAGE: The package name of the app the permission was revoked for
2940 ACTION_PERMISSION_REVOKE_PROCESS_OUTGOING_CALLS = 697;
2941
2942 // ACTION: An app requested the permission READ_CELL_BROADCASTS
2943 // PACKAGE: The package name of the app requesting the permission
2944 ACTION_PERMISSION_REQUEST_READ_CELL_BROADCASTS = 698;
2945
2946 // ACTION: An app was granted the permission READ_CELL_BROADCASTS
2947 // PACKAGE: The package name of the app that was granted the permission
2948 ACTION_PERMISSION_GRANT_READ_CELL_BROADCASTS = 699;
2949
2950 // ACTION: An app requested the permission READ_CELL_BROADCASTS and the request was denied
2951 // PACKAGE: The package name of the app requesting the permission
2952 ACTION_PERMISSION_DENIED_READ_CELL_BROADCASTS = 700;
2953
2954 // ACTION: The permission READ_CELL_BROADCASTS was revoked for an app
2955 // PACKAGE: The package name of the app the permission was revoked for
2956 ACTION_PERMISSION_REVOKE_READ_CELL_BROADCASTS = 701;
2957
2958 // ACTION: An app requested the permission BODY_SENSORS
2959 // PACKAGE: The package name of the app requesting the permission
2960 ACTION_PERMISSION_REQUEST_BODY_SENSORS = 702;
2961
2962 // ACTION: An app was granted the permission BODY_SENSORS
2963 // PACKAGE: The package name of the app that was granted the permission
2964 ACTION_PERMISSION_GRANT_BODY_SENSORS = 703;
2965
2966 // ACTION: An app requested the permission BODY_SENSORS and the request was denied
2967 // PACKAGE: The package name of the app requesting the permission
2968 ACTION_PERMISSION_DENIED_BODY_SENSORS = 704;
2969
2970 // ACTION: The permission BODY_SENSORS was revoked for an app
2971 // PACKAGE: The package name of the app the permission was revoked for
2972 ACTION_PERMISSION_REVOKE_BODY_SENSORS = 705;
2973
2974 // ACTION: An app requested the permission SEND_SMS
2975 // PACKAGE: The package name of the app requesting the permission
2976 ACTION_PERMISSION_REQUEST_SEND_SMS = 706;
2977
2978 // ACTION: An app was granted the permission SEND_SMS
2979 // PACKAGE: The package name of the app that was granted the permission
2980 ACTION_PERMISSION_GRANT_SEND_SMS = 707;
2981
2982 // ACTION: An app requested the permission SEND_SMS and the request was denied
2983 // PACKAGE: The package name of the app requesting the permission
2984 ACTION_PERMISSION_DENIED_SEND_SMS = 708;
2985
2986 // ACTION: The permission SEND_SMS was revoked for an app
2987 // PACKAGE: The package name of the app the permission was revoked for
2988 ACTION_PERMISSION_REVOKE_SEND_SMS = 709;
2989
2990 // ACTION: An app requested the permission RECEIVE_SMS
2991 // PACKAGE: The package name of the app requesting the permission
2992 ACTION_PERMISSION_REQUEST_RECEIVE_SMS = 710;
2993
2994 // ACTION: An app was granted the permission RECEIVE_SMS
2995 // PACKAGE: The package name of the app that was granted the permission
2996 ACTION_PERMISSION_GRANT_RECEIVE_SMS = 711;
2997
2998 // ACTION: An app requested the permission RECEIVE_SMS and the request was denied
2999 // PACKAGE: The package name of the app requesting the permission
3000 ACTION_PERMISSION_DENIED_RECEIVE_SMS = 712;
3001
3002 // ACTION: The permission RECEIVE_SMS was revoked for an app
3003 // PACKAGE: The package name of the app the permission was revoked for
3004 ACTION_PERMISSION_REVOKE_RECEIVE_SMS = 713;
3005
3006 // ACTION: An app requested the permission READ_SMS
3007 // PACKAGE: The package name of the app requesting the permission
3008 ACTION_PERMISSION_REQUEST_READ_SMS = 714;
3009
3010 // ACTION: An app was granted the permission READ_SMS
3011 // PACKAGE: The package name of the app that was granted the permission
3012 ACTION_PERMISSION_GRANT_READ_SMS = 715;
3013
3014 // ACTION: An app requested the permission READ_SMS and the request was denied
3015 // PACKAGE: The package name of the app requesting the permission
3016 ACTION_PERMISSION_DENIED_READ_SMS = 716;
3017
3018 // ACTION: The permission READ_SMS was revoked for an app
3019 // PACKAGE: The package name of the app the permission was revoked for
3020 ACTION_PERMISSION_REVOKE_READ_SMS = 717;
3021
3022 // ACTION: An app requested the permission RECEIVE_WAP_PUSH
3023 // PACKAGE: The package name of the app requesting the permission
3024 ACTION_PERMISSION_REQUEST_RECEIVE_WAP_PUSH = 718;
3025
3026 // ACTION: An app was granted the permission RECEIVE_WAP_PUSH
3027 // PACKAGE: The package name of the app that was granted the permission
3028 ACTION_PERMISSION_GRANT_RECEIVE_WAP_PUSH = 719;
3029
3030 // ACTION: An app requested the permission RECEIVE_WAP_PUSH and the request was denied
3031 // PACKAGE: The package name of the app requesting the permission
3032 ACTION_PERMISSION_DENIED_RECEIVE_WAP_PUSH = 720;
3033
3034 // ACTION: The permission RECEIVE_WAP_PUSH was revoked for an app
3035 // PACKAGE: The package name of the app the permission was revoked for
3036 ACTION_PERMISSION_REVOKE_RECEIVE_WAP_PUSH = 721;
3037
3038 // ACTION: An app requested the permission RECEIVE_MMS
3039 // PACKAGE: The package name of the app requesting the permission
3040 ACTION_PERMISSION_REQUEST_RECEIVE_MMS = 722;
3041
3042 // ACTION: An app was granted the permission RECEIVE_MMS
3043 // PACKAGE: The package name of the app that was granted the permission
3044 ACTION_PERMISSION_GRANT_RECEIVE_MMS = 723;
3045
3046 // ACTION: An app requested the permission RECEIVE_MMS and the request was denied
3047 // PACKAGE: The package name of the app requesting the permission
3048 ACTION_PERMISSION_DENIED_RECEIVE_MMS = 724;
3049
3050 // ACTION: The permission RECEIVE_MMS was revoked for an app
3051 // PACKAGE: The package name of the app the permission was revoked for
3052 ACTION_PERMISSION_REVOKE_RECEIVE_MMS = 725;
3053
3054 // ACTION: An app requested the permission READ_EXTERNAL_STORAGE
3055 // PACKAGE: The package name of the app requesting the permission
3056 ACTION_PERMISSION_REQUEST_READ_EXTERNAL_STORAGE = 726;
3057
3058 // ACTION: An app was granted the permission READ_EXTERNAL_STORAGE
3059 // PACKAGE: The package name of the app that was granted the permission
3060 ACTION_PERMISSION_GRANT_READ_EXTERNAL_STORAGE = 727;
3061
3062 // ACTION: An app requested the permission READ_EXTERNAL_STORAGE and the request was denied
3063 // PACKAGE: The package name of the app requesting the permission
3064 ACTION_PERMISSION_DENIED_READ_EXTERNAL_STORAGE = 728;
3065
3066 // ACTION: The permission READ_EXTERNAL_STORAGE was revoked for an app
3067 // PACKAGE: The package name of the app the permission was revoked for
3068 ACTION_PERMISSION_REVOKE_READ_EXTERNAL_STORAGE = 729;
3069
3070 // ACTION: An app requested the permission WRITE_EXTERNAL_STORAGE
3071 // PACKAGE: The package name of the app requesting the permission
3072 ACTION_PERMISSION_REQUEST_WRITE_EXTERNAL_STORAGE = 730;
3073
3074 // ACTION: An app was granted the permission WRITE_EXTERNAL_STORAGE
3075 // PACKAGE: The package name of the app that was granted the permission
3076 ACTION_PERMISSION_GRANT_WRITE_EXTERNAL_STORAGE = 731;
3077
3078 // ACTION: An app requested the permission WRITE_EXTERNAL_STORAGE and the request was denied
3079 // PACKAGE: The package name of the app requesting the permission
3080 ACTION_PERMISSION_DENIED_WRITE_EXTERNAL_STORAGE = 732;
3081
3082 // ACTION: The permission WRITE_EXTERNAL_STORAGE was revoked for an app
3083 // PACKAGE: The package name of the app the permission was revoked for
3084 ACTION_PERMISSION_REVOKE_WRITE_EXTERNAL_STORAGE = 733;
3085
Mahaverfa6566e2016-11-29 21:08:14 +00003086 // ACTION: Logged when a provisioning session has started
3087 PROVISIONING_SESSION_STARTED = 734;
3088
3089 // ACTION: Logged when a provisioning session has completed
3090 PROVISIONING_SESSION_COMPLETED = 735;
3091
Chad Brubaker811825a2016-12-06 12:31:15 -08003092 // ACTION: An app requested the permission READ_PHONE_NUMBER
3093 // PACKAGE: The package name of the app requesting the permission
3094 ACTION_PERMISSION_REQUEST_READ_PHONE_NUMBER = 736;
3095
3096 // ACTION: An app was granted the permission READ_PHONE_NUMBER
3097 // PACKAGE: The package name of the app that was granted the permission
3098 ACTION_PERMISSION_GRANT_READ_PHONE_NUMBER = 737;
3099
3100 // ACTION: An app requested the permission READ_PHONE_NUMBER and the request was denied
3101 // PACKAGE: The package name of the app requesting the permission
3102 ACTION_PERMISSION_DENIED_READ_PHONE_NUMBER = 738;
3103
3104 // ACTION: The permission READ_PHONE_NUMBER was revoked for an app
3105 // PACKAGE: The package name of the app the permission was revoked for
3106 ACTION_PERMISSION_REVOKE_READ_PHONE_NUMBER = 739;
3107
Santos Cordon3107d292016-09-20 15:50:35 -07003108 // ACTION: QS Brightness Slider (with auto brightness disabled, and VR enabled)
3109 // SUBTYPE: slider value
3110 // CATEGORY: QUICK_SETTINGS
3111 // OS: 6.0
3112 ACTION_BRIGHTNESS_FOR_VR = 498;
3113
Hugo Benichie1cbf152016-12-08 09:36:52 +09003114 // ACTION: A captive portal was detected during network validation
3115 // CATEGORY: NOTIFICATION
3116 // OS: N-MR2
3117 NOTIFICATION_NETWORK_SIGN_IN = 740;
3118
3119 // ACTION: An unvalidated network without Internet was selected by the user
3120 // CATEGORY: NOTIFICATION
3121 // OS: N-MR2
3122 NOTIFICATION_NETWORK_NO_INTERNET = 741;
3123
3124 // ACTION: A validated network failed revalidation and lost Internet access
3125 // CATEGORY: NOTIFICATION
3126 // OS: N-MR2
3127 NOTIFICATION_NETWORK_LOST_INTERNET = 742;
3128
3129 // ACTION: The system default network switched to a different network
3130 // CATEGORY: NOTIFICATION
3131 // OS: N-MR2
3132 NOTIFICATION_NETWORK_SWITCH = 743;
3133
Fan Zhang074c4cb2016-12-21 12:10:33 -08003134 // OPEN: Settings > System
3135 SETTINGS_SYSTEM_CATEGORY = 744;
3136
3137 // OPEN: Settings > Storage
3138 SETTINGS_STORAGE_CATEGORY = 745;
3139
3140 // OPEN: Settings > Network & Internet
3141 SETTINGS_NETWORK_CATEGORY = 746;
3142
3143 // OPEN: Settings > Connected Device
3144 SETTINGS_CONNECTED_DEVICE_CATEGORY = 747;
3145
3146 // OPEN: Settings > App & Notification
3147 SETTINGS_APP_NOTIF_CATEGORY = 748;
3148
3149 // OPEN: Settings > System > Input & Gesture
3150 SETTINGS_INPUT_CATEGORY = 749;
3151
3152 // OPEN: Settings > System > Language & Region
3153 SETTINGS_LANGUAGE_CATEGORY = 750;
3154
3155 // OPEN: Settings > System > Input & Gesture > Swipe to notification gesture
3156 SETTINGS_GESTURE_SWIPE_TO_NOTIFICATION = 751;
3157
3158 // OPEN: Settings > System > Input & Gesture > Double tap power button gesture
3159 SETTINGS_GESTURE_DOUBLE_TAP_POWER = 752;
3160
3161 // OPEN: Settings > System > Input & Gesture > Pick up gesture
3162 SETTINGS_GESTURE_PICKUP = 753;
3163
3164 // OPEN: Settings > System > Input & Gesture > Double tap screen gesture
3165 SETTINGS_GESTURE_DOUBLE_TAP_SCREEN = 754;
3166
3167 // OPEN: Settings > System > Input & Gesture > Double twist gesture
3168 SETTINGS_GESTURE_DOUBLE_TWIST = 755;
3169
Salvador Martinez8eb4f622016-11-18 13:44:57 -08003170 // OPEN: Settings > Support > SupportDisclaimerDialog > SupportSystemInformationDialog
3171 // CATEGORY: Settings
3172 DIALOG_SUPPORT_SYSTEM_INFORMATION = 756;
3173
Alison Cichowlas803054d2016-12-13 14:38:01 -05003174 // These values should never appear in log outputs - they are reserved for
3175 // internal Tron use.
Chris Wren26ca65d2016-11-29 10:43:28 -05003176 RESERVED_FOR_LOGBUILDER_CATEGORY = 757;
3177 RESERVED_FOR_LOGBUILDER_TYPE = 758;
3178 RESERVED_FOR_LOGBUILDER_SUBTYPE = 759;
Alison Cichowlas803054d2016-12-13 14:38:01 -05003179
Salvador Martinezc43ab062016-12-21 11:09:11 -08003180 // ACTION: "Do not show again" was enabled in the support disclaimer and the
3181 // user accepted
3182 ACTION_SKIP_DISCLAIMER_SELECTED = 760;
Alison Cichowlas803054d2016-12-13 14:38:01 -05003183
Alison Cichowlas5cc5d8a2017-01-10 11:25:06 -05003184 // Enclosing category for group of APP_TRANSITION_FOO events,
3185 // logged when we execute an app transition.
3186 APP_TRANSITION = 761;
3187
Fan Zhang945deea2017-01-11 16:37:49 -08003188 // ACTION: User leaves Settings search UI without entering any query.
3189 ACTION_LEAVE_SEARCH_RESULT_WITHOUT_QUERY = 762;
3190
3191 // ACTION: Clicking on any search result in Settings.
3192 ACTION_CLICK_SETTINGS_SEARCH_RESULT = 763;
Alison Cichowlas5cc5d8a2017-01-10 11:25:06 -05003193
Fyodor Kupolov7423ffc2017-01-13 15:22:34 -08003194 // ACTION: Allow Battery optimization for an app
3195 APP_SPECIAL_PERMISSION_BATTERY_ALLOW = 764;
3196
3197 // ACTION: Deny Battery optimization for an app
3198 APP_SPECIAL_PERMISSION_BATTERY_DENY = 765;
3199
3200 // ACTION: Enable Device Admin app
3201 APP_SPECIAL_PERMISSION_ADMIN_ALLOW = 766;
3202
3203 // ACTION: Disable Device Admin app
3204 APP_SPECIAL_PERMISSION_ADMIN_DENY = 767;
3205
3206 // ACTION: Allow "Do Not Disturb access" for an app
3207 APP_SPECIAL_PERMISSION_DND_ALLOW = 768;
3208
3209 // ACTION: Deny "Do Not Disturb access" for an app
3210 APP_SPECIAL_PERMISSION_DND_DENY = 769;
3211
3212 // ACTION: Allow "Draw over other apps" for an app
3213 APP_SPECIAL_PERMISSION_APPDRAW_ALLOW = 770;
3214
3215 // ACTION: Deny "Draw over other apps" for an app
3216 APP_SPECIAL_PERMISSION_APPDRAW_DENY = 771;
3217
3218 // ACTION: Allow "VR helper services" for an app
3219 APP_SPECIAL_PERMISSION_VRHELPER_ALLOW = 772;
3220
3221 // ACTION: Deny "VR helper services" for an app
3222 APP_SPECIAL_PERMISSION_VRHELPER_DENY = 773;
3223
3224 // ACTION: Allow "Modify system settings" for an app
3225 APP_SPECIAL_PERMISSION_SETTINGS_CHANGE_ALLOW = 774;
3226
3227 // ACTION: Deny "Modify system settings" for an app
3228 APP_SPECIAL_PERMISSION_SETTINGS_CHANGE_DENY = 775;
3229
3230 // ACTION: Allow "Notification access" for an app
3231 APP_SPECIAL_PERMISSION_NOTIVIEW_ALLOW = 776;
3232
3233 // ACTION: Deny "Notification access" for an app
3234 APP_SPECIAL_PERMISSION_NOTIVIEW_DENY = 777;
3235
3236 // ACTION: "Premium SMS access" for an app - "ask user" option
3237 APP_SPECIAL_PERMISSION_PREMIUM_SMS_ASK = 778;
3238
3239 // ACTION: "Premium SMS access" for an app - "never allow" option
3240 APP_SPECIAL_PERMISSION_PREMIUM_SMS_DENY = 779;
3241
3242 // ACTION: "Premium SMS access" for an app - "always allow" option
3243 APP_SPECIAL_PERMISSION_PREMIUM_SMS_ALWAYS_ALLOW = 780;
3244
3245 // ACTION: Allow "Unrestricted data access" for an app
3246 APP_SPECIAL_PERMISSION_UNL_DATA_ALLOW = 781;
3247
3248 // ACTION: Deny "Unrestricted data access" for an app
3249 APP_SPECIAL_PERMISSION_UNL_DATA_DENY = 782;
3250
3251 // ACTION: Allow "Usage access" for an app
3252 APP_SPECIAL_PERMISSION_USAGE_VIEW_ALLOW = 783;
3253
3254 // ACTION: Deny "Usage access" for an app
3255 APP_SPECIAL_PERMISSION_USAGE_VIEW_DENY = 784;
3256
Fan Zhangad5dacc2017-01-18 14:18:54 -08003257 // OPEN: Settings > Apps > Default Apps > Default browser
3258 DEFAULT_BROWSER_PICKER = 785;
3259
3260 // OPEN: Settings > Apps > Default Apps > Default emergency app
3261 DEFAULT_EMERGENCY_APP_PICKER = 786;
3262
3263 // OPEN: Settings > Apps > Default Apps > Default home
3264 DEFAULT_HOME_PICKER = 787;
3265
3266 // OPEN: Settings > Apps > Default Apps > Default phone
3267 DEFAULT_PHONE_PICKER = 788;
3268
3269 // OPEN: Settings > Apps > Default Apps > Default sms
3270 DEFAULT_SMS_PICKER = 789;
3271
3272 // OPEN: Settings > Apps > Default Apps > Default notification assistant
3273 DEFAULT_NOTIFICATION_ASSISTANT = 790;
3274
3275 // OPEN: Settings > Apps > Default Apps > Warning dialog to confirm selection
3276 DEFAULT_APP_PICKER_CONFIRMATION_DIALOG = 791;
3277
Jason Long1b51da62017-01-24 11:35:31 -08003278 // OPEN: Settings > Apps > Default Apps > Default autofill app
3279 DEFAULT_AUTOFILL_PICKER = 792;
Jason Longc1009622017-01-18 03:15:21 -08003280
Chris Wren26ca65d2016-11-29 10:43:28 -05003281 // These values should never appear in log outputs - they are reserved for
3282 // internal Tron use.
3283 NOTIFICATION_SINCE_CREATE_MILLIS = 793;
3284 NOTIFICATION_SINCE_VISIBLE_MILLIS = 794;
3285 NOTIFICATION_SINCE_UPDATE_MILLIS = 795;
3286 NOTIFICATION_ID = 796;
3287 NOTIFICATION_TAG = 797;
3288 NOTIFICATION_SHADE_INDEX = 798;
3289 RESERVED_FOR_LOGBUILDER_NAME = 799;
Philip P. Moltmann2e301262016-06-16 12:39:54 -07003290
Anas Karbilaf7648f42016-12-11 00:55:02 +01003291 // OPEN: QS NFC tile shown
3292 // ACTION: QS NFC tile tapped
3293 // CATEGORY: QUICK_SETTINGS
Jason Monk8cff1992017-01-18 13:45:59 -05003294 QS_NFC = 800;
Anas Karbilaf7648f42016-12-11 00:55:02 +01003295
Chris Wren26ca65d2016-11-29 10:43:28 -05003296 // These values should never appear in log outputs - they are reserved for
3297 // internal Tron use.
3298 RESERVED_FOR_LOGBUILDER_BUCKET = 801;
3299 RESERVED_FOR_LOGBUILDER_VALUE = 802;
3300 RESERVED_FOR_LOGBUILDER_COUNTER = 803;
3301 RESERVED_FOR_LOGBUILDER_HISTOGRAM = 804;
3302 RESERVED_FOR_LOGBUILDER_TIMESTAMP = 805;
3303 RESERVED_FOR_LOGBUILDER_PACKAGENAME = 806;
3304
Fyodor Kupolovdc7505d2017-01-18 18:28:21 -08003305 // ACTION: "Force stop" action on an app
3306 ACTION_APP_FORCE_STOP = 807;
3307
Suprabh Shukla2f34b1a2016-12-16 14:47:25 -08003308 // OPEN: Settings > Apps > Gear > Special Access > Install other apps
3309 // CATEGORY: SETTINGS
3310 // OS: 8.0
3311 MANAGE_EXTERNAL_SOURCES = 808;
3312
Mahaver6cd47162017-01-23 09:59:33 +00003313 // ACTION: Logged when terms activity finishes.
3314 // TIME: Indicates time taken by terms activity to finish in MS.
3315 PROVISIONING_TERMS_ACTIVITY_TIME_MS = 809;
3316
3317 // Indicates number of terms displayed on the terms screen.
3318 PROVISIONING_TERMS_COUNT = 810;
3319
3320 // Indicates number of terms read on the terms screen.
3321 PROVISIONING_TERMS_READ = 811;
3322
Winson Chung59fda9e2017-01-20 16:14:51 -08003323 // Logs that the user has edited the picture-in-picture settings.
3324 // CATEGORY: SETTINGS
3325 SETTINGS_MANAGE_PICTURE_IN_PICTURE = 812;
3326
3327 // ACTION: Allow "Enable picture-in-picture on hide" for an app
3328 APP_PICTURE_IN_PICTURE_ON_HIDE_ALLOW = 813;
3329
3330 // ACTION: Deny "Enable picture-in-picture on hide" for an app
3331 APP_PICTURE_IN_PICTURE_ON_HIDE_DENY = 814;
3332
Niels Egbertsb8de3d62017-01-24 15:30:28 +00003333 // OPEN: Settings > Language & input > Text-to-speech output -> Speech rate & pitch
3334 // CATEGORY: SETTINGS
3335 // OS: 8.0
3336 TTS_SLIDERS = 815;
3337
Jason Monk524fb402017-01-25 10:33:31 -05003338 // ACTION: Settings -> Display -> Theme
3339 ACTION_THEME = 816;
3340
chchaob8e253a2017-01-25 12:12:09 -08003341 // OPEN: SUW Welcome Screen -> Vision Settings -> Select to Speak
3342 // ACTION: Select to Speak configuration is chosen
3343 // SUBTYPE: 0 is off, 1 is on
3344 // CATEGORY: SETTINGS
3345 // OS: N
3346 SUW_ACCESSIBILITY_TOGGLE_SELECT_TO_SPEAK = 817;
3347
Anton Philippov95a553e2017-01-27 00:08:24 +00003348 // OPEN: Settings > System > Backup
3349 // CATEGORY: SETTINGS
3350 // OS: O
3351 BACKUP_SETTINGS = 818;
3352
Winson Chung14fbe142016-12-19 16:18:24 -08003353 // ACTION: Picture-in-picture was explicitly entered for an activity
Chris Wren27a52fa2017-02-01 14:21:43 -05003354 // VALUE: true if it was entered while hiding as a result of moving to
3355 // another task, false otherwise
Winson Chung14fbe142016-12-19 16:18:24 -08003356 ACTION_PICTURE_IN_PICTURE_ENTERED = 819;
3357
3358 // ACTION: The activity currently in picture-in-picture was expanded back to fullscreen
3359 // PACKAGE: The package name of the activity that was expanded back to fullscreen
3360 ACTION_PICTURE_IN_PICTURE_EXPANDED_TO_FULLSCREEN = 820;
3361
3362 // ACTION: The activity currently in picture-in-picture was minimized
3363 // VALUE: True if the PiP was minimized, false otherwise
3364 ACTION_PICTURE_IN_PICTURE_MINIMIZED = 821;
3365
3366 // ACTION: Picture-in-picture was dismissed via the dismiss button
3367 // VALUE: 0 if dismissed by tap, 1 if dismissed by drag
3368 ACTION_PICTURE_IN_PICTURE_DISMISSED = 822;
3369
3370 // ACTION: The visibility of the picture-in-picture meny
3371 // VALUE: Whether or not the menu is visible
3372 ACTION_PICTURE_IN_PICTURE_MENU = 823;
3373
3374 // Enclosing category for group of PICTURE_IN_PICTURE_ASPECT_RATIO_FOO events,
3375 // logged when the aspect ratio changes
3376 ACTION_PICTURE_IN_PICTURE_ASPECT_RATIO_CHANGED = 824;
3377
3378 // The current aspect ratio of the PiP, logged when it changes.
3379 PICTURE_IN_PICTURE_ASPECT_RATIO = 825;
3380
Chris Wren27a52fa2017-02-01 14:21:43 -05003381 // FIELD - length in dp of ACTION_LS_* gestures, or zero if not applicable
3382 // CATEGORY: GLOBAL_SYSTEM_UI
3383 // OS: O
3384 FIELD_GESTURE_LENGTH = 826;
3385
3386 // FIELD - velocity in dp (per second?) of ACTION_LS_* gestures, or zero if not applicable
3387 // CATEGORY: GLOBAL_SYSTEM_UI
3388 // OS: O
3389 FIELD_GESTURE_VELOCITY = 827;
3390
Chris Wren26ca65d2016-11-29 10:43:28 -05003391 // ---- End O Constants, all O constants go above this line ----
3392
Adrian Roos159ef7b2016-02-25 11:58:32 -08003393 // Add new aosp constants above this line.
3394 // END OF AOSP CONSTANTS
Chris Wren77781d32016-01-11 14:49:26 -05003395 }
3396}