Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1 | // Copyright (C) 2016 The Android Open Source Project |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | // you may not use this file except in compliance with the License. |
| 5 | // You may obtain a copy of the License at |
| 6 | // |
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | // See the License for the specific language governing permissions and |
| 13 | // limitations under the License. |
| 14 | |
| 15 | syntax = "proto2"; |
| 16 | |
| 17 | option java_package = "com.android.internal.logging"; |
| 18 | option java_outer_classname = "MetricsProto"; |
| 19 | |
| 20 | package com_android_internal_logging; |
| 21 | |
| 22 | // Wrapper for System UI log events |
| 23 | message MetricsEvent { |
| 24 | |
Chris Wren | 5e334f6 | 2016-11-14 10:16:21 -0500 | [diff] [blame] | 25 | // Types of events |
| 26 | enum Type { |
| 27 | // Unknown |
| 28 | TYPE_UNKNOWN = 0; |
| 29 | |
| 30 | // The view became visible to the user. |
| 31 | TYPE_OPEN = 1; |
| 32 | |
| 33 | // The view became hidden. |
| 34 | TYPE_CLOSE = 2; |
| 35 | |
| 36 | // The view switched to detail mode (most relevant for quick settings tiles) |
| 37 | TYPE_DETAIL = 3; |
| 38 | |
| 39 | // The view or control was activated. |
| 40 | TYPE_ACTION = 4; |
| 41 | |
| 42 | // The view or control was dismissed. |
| 43 | TYPE_DISMISS = 5; |
| 44 | } |
| 45 | |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 46 | // Known visual elements: views or controls. |
| 47 | enum View { |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 48 | // Unknown view |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 49 | VIEW_UNKNOWN = 0; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 50 | |
| 51 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 52 | MAIN_SETTINGS = 1; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 53 | |
| 54 | // OPEN: Settings > Accessibility |
| 55 | // CATEGORY: SETTINGS |
| 56 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 57 | ACCESSIBILITY = 2; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 58 | |
| 59 | // OPEN: Settings > Accessibility > Captions |
| 60 | // CATEGORY: SETTINGS |
| 61 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 62 | ACCESSIBILITY_CAPTION_PROPERTIES = 3; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 63 | |
| 64 | // OPEN: Settings > Accessibility > [Service] |
| 65 | // CATEGORY: SETTINGS |
| 66 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 67 | ACCESSIBILITY_SERVICE = 4; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 68 | |
| 69 | // OPEN: Settings > Accessibility > Color correction |
| 70 | // CATEGORY: SETTINGS |
| 71 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 72 | ACCESSIBILITY_TOGGLE_DALTONIZER = 5; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 73 | |
| 74 | // OPEN: Settings > Accessibility > Accessibility shortcut |
| 75 | // CATEGORY: SETTINGS |
| 76 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 77 | ACCESSIBILITY_TOGGLE_GLOBAL_GESTURE = 6; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 78 | |
| 79 | // OPEN: Settings > Accessibility > Magnification gestures |
| 80 | // CATEGORY: SETTINGS |
| 81 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 82 | ACCESSIBILITY_TOGGLE_SCREEN_MAGNIFICATION = 7; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 83 | |
| 84 | // OPEN: Settings > Accounts |
| 85 | // CATEGORY: SETTINGS |
| 86 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 87 | ACCOUNT = 8; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 88 | |
| 89 | // OPEN: Settings > Accounts > [Single Account Sync Settings] |
| 90 | // CATEGORY: SETTINGS |
| 91 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 92 | ACCOUNTS_ACCOUNT_SYNC = 9; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 93 | |
| 94 | // OPEN: Settings > Accounts > Add an account |
| 95 | // CATEGORY: SETTINGS |
| 96 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 97 | ACCOUNTS_CHOOSE_ACCOUNT_ACTIVITY = 10; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 98 | |
| 99 | // OPEN: Settings > Accounts > [List of accounts when more than one] |
| 100 | // CATEGORY: SETTINGS |
| 101 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 102 | ACCOUNTS_MANAGE_ACCOUNTS = 11; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 103 | |
| 104 | // OPEN: Settings > Cellular network settings > APNs |
| 105 | // CATEGORY: SETTINGS |
| 106 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 107 | APN = 12; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 108 | |
| 109 | // OPEN: Settings > More > Cellular network settings > APNs > [Edit APN] |
| 110 | // CATEGORY: SETTINGS |
| 111 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 112 | APN_EDITOR = 13; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 113 | |
| 114 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 115 | APP_OPS_DETAILS = 14; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 116 | |
| 117 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 118 | APP_OPS_SUMMARY = 15; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 119 | |
| 120 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 121 | APPLICATION = 16; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 122 | |
| 123 | // OPEN: Settings > Apps > Configure apps > App links > [App] |
| 124 | // CATEGORY: SETTINGS |
| 125 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 126 | APPLICATIONS_APP_LAUNCH = 17; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 127 | |
| 128 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 129 | APPLICATIONS_APP_PERMISSION = 18; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 130 | |
| 131 | // OPEN: Settings > Internal storage > Apps storage > [App] |
| 132 | // CATEGORY: SETTINGS |
| 133 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 134 | APPLICATIONS_APP_STORAGE = 19; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 135 | |
| 136 | // OPEN: Settings > Apps > [App info] |
| 137 | // CATEGORY: SETTINGS |
| 138 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 139 | APPLICATIONS_INSTALLED_APP_DETAILS = 20; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 140 | |
| 141 | // OPEN: Settings > Memory > App usage > [App Memory usage] |
| 142 | // CATEGORY: SETTINGS |
| 143 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 144 | APPLICATIONS_PROCESS_STATS_DETAIL = 21; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 145 | |
| 146 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 147 | APPLICATIONS_PROCESS_STATS_MEM_DETAIL = 22; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 148 | |
| 149 | // OPEN: Settings > Memory > App usage |
| 150 | // CATEGORY: SETTINGS |
| 151 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 152 | APPLICATIONS_PROCESS_STATS_UI = 23; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 153 | |
| 154 | // OPEN: Settings > Bluetooth |
| 155 | // CATEGORY: SETTINGS |
| 156 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 157 | BLUETOOTH = 24; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 158 | |
| 159 | // OPEN: Choose Bluetooth device (ex: when sharing) |
| 160 | // CATEGORY: SETTINGS |
| 161 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 162 | BLUETOOTH_DEVICE_PICKER = 25; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 163 | |
| 164 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 165 | BLUETOOTH_DEVICE_PROFILES = 26; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 166 | |
| 167 | // OPEN: Settings > Security > Choose screen lock |
| 168 | // CATEGORY: SETTINGS |
| 169 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 170 | CHOOSE_LOCK_GENERIC = 27; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 171 | |
| 172 | // OPEN: Settings > Security > Choose screen lock > Choose your password |
| 173 | // CATEGORY: SETTINGS |
| 174 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 175 | CHOOSE_LOCK_PASSWORD = 28; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 176 | |
| 177 | // OPEN: Settings > Security > Choose screen lock > Choose your pattern |
| 178 | // CATEGORY: SETTINGS |
| 179 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 180 | CHOOSE_LOCK_PATTERN = 29; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 181 | |
| 182 | // OPEN: Settings > Security > Choose screen lock > Confirm your password |
| 183 | // CATEGORY: SETTINGS |
| 184 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 185 | CONFIRM_LOCK_PASSWORD = 30; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 186 | |
| 187 | // OPEN: Settings > Security > Choose screen lock > Confirm your pattern |
| 188 | // CATEGORY: SETTINGS |
| 189 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 190 | CONFIRM_LOCK_PATTERN = 31; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 191 | |
| 192 | // OPEN: Settings > Security > Encrypt phone |
| 193 | // CATEGORY: SETTINGS |
| 194 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 195 | CRYPT_KEEPER = 32; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 196 | |
| 197 | // OPEN: Settings > Security > Encrypt phone > Confirm |
| 198 | // CATEGORY: SETTINGS |
| 199 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 200 | CRYPT_KEEPER_CONFIRM = 33; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 201 | |
| 202 | // OPEN: Settings > Search results |
| 203 | // CATEGORY: SETTINGS |
| 204 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 205 | DASHBOARD_SEARCH_RESULTS = 34; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 206 | |
| 207 | // OPEN: Settings (Root page) |
| 208 | // CATEGORY: SETTINGS |
| 209 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 210 | DASHBOARD_SUMMARY = 35; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 211 | |
| 212 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 213 | DATA_USAGE = 36; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 214 | |
| 215 | // OPEN: Settings > Data usage |
| 216 | // CATEGORY: SETTINGS |
| 217 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 218 | DATA_USAGE_SUMMARY = 37; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 219 | |
| 220 | // OPEN: Settings > Date & time |
| 221 | // CATEGORY: SETTINGS |
| 222 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 223 | DATE_TIME = 38; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 224 | |
| 225 | // OPEN: Settings > Developer options |
| 226 | // CATEGORY: SETTINGS |
| 227 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 228 | DEVELOPMENT = 39; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 229 | |
| 230 | // OPEN: Settings > About phone |
| 231 | // CATEGORY: SETTINGS |
| 232 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 233 | DEVICEINFO = 40; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 234 | |
| 235 | // OPEN: Settings > About phone > Status > IMEI information |
| 236 | // CATEGORY: SETTINGS |
| 237 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 238 | DEVICEINFO_IMEI_INFORMATION = 41; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 239 | |
| 240 | // OPEN: Settings > Internal storage |
| 241 | // CATEGORY: SETTINGS |
| 242 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 243 | DEVICEINFO_STORAGE = 42; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 244 | |
| 245 | // OPEN: Settings > About phone > Status > SIM status |
| 246 | // CATEGORY: SETTINGS |
| 247 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 248 | DEVICEINFO_SIM_STATUS = 43; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 249 | |
| 250 | // OPEN: Settings > About phone > Status |
| 251 | // CATEGORY: SETTINGS |
| 252 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 253 | DEVICEINFO_STATUS = 44; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 254 | |
| 255 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 256 | DEVICEINFO_USB = 45; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 257 | |
| 258 | // OPEN: Settings > Display |
| 259 | // CATEGORY: SETTINGS |
| 260 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 261 | DISPLAY = 46; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 262 | |
| 263 | // OPEN: Settings > Display > Daydream |
| 264 | // CATEGORY: SETTINGS |
| 265 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 266 | DREAM = 47; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 267 | |
| 268 | // OPEN: Settings > Security > Screen lock > Secure start-up |
| 269 | // CATEGORY: SETTINGS |
| 270 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 271 | ENCRYPTION = 48; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 272 | |
| 273 | // OPEN: Settings > Security > Nexus Imprint |
| 274 | // CATEGORY: SETTINGS |
| 275 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 276 | FINGERPRINT = 49; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 277 | |
| 278 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 279 | FINGERPRINT_ENROLL = 50; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 280 | |
| 281 | // OPEN: Settings > Battery > History details |
| 282 | // CATEGORY: SETTINGS |
| 283 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 284 | FUELGAUGE_BATTERY_HISTORY_DETAIL = 51; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 285 | |
| 286 | // OPEN: Settings > Battery > Battery saver |
| 287 | // CATEGORY: SETTINGS |
| 288 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 289 | FUELGAUGE_BATTERY_SAVER = 52; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 290 | |
| 291 | // OPEN: Settings > Battery > [App Use details] |
| 292 | // CATEGORY: SETTINGS |
| 293 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 294 | FUELGAUGE_POWER_USAGE_DETAIL = 53; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 295 | |
| 296 | // OPEN: Settings > Battery |
| 297 | // CATEGORY: SETTINGS |
| 298 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 299 | FUELGAUGE_POWER_USAGE_SUMMARY = 54; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 300 | |
| 301 | // OPEN: Settings > Home |
| 302 | // CATEGORY: SETTINGS |
| 303 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 304 | HOME = 55; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 305 | |
| 306 | // OPEN: Settings > Security > SIM card lock settings |
| 307 | // CATEGORY: SETTINGS |
| 308 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 309 | ICC_LOCK = 56; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 310 | |
| 311 | // OPEN: Settings > Language & input |
| 312 | // CATEGORY: SETTINGS |
| 313 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 314 | INPUTMETHOD_LANGUAGE = 57; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 315 | |
| 316 | // OPEN: Settings > Language & input > Physical keyboard |
| 317 | // CATEGORY: SETTINGS |
| 318 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 319 | INPUTMETHOD_KEYBOARD = 58; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 320 | |
| 321 | // OPEN: Settings > Language & input > Spell checker |
| 322 | // CATEGORY: SETTINGS |
| 323 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 324 | INPUTMETHOD_SPELL_CHECKERS = 59; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 325 | |
| 326 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 327 | INPUTMETHOD_SUBTYPE_ENABLER = 60; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 328 | |
| 329 | // OPEN: Settings > Language & input > Personal dictionary |
| 330 | // CATEGORY: SETTINGS |
| 331 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 332 | INPUTMETHOD_USER_DICTIONARY = 61; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 333 | |
| 334 | // OPEN: Settings > Language & input > Add word |
| 335 | // CATEGORY: SETTINGS |
| 336 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 337 | INPUTMETHOD_USER_DICTIONARY_ADD_WORD = 62; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 338 | |
| 339 | // OPEN: Settings > Location |
| 340 | // CATEGORY: SETTINGS |
| 341 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 342 | LOCATION = 63; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 343 | |
| 344 | // OPEN: Settings > Location > Location mode |
| 345 | // CATEGORY: SETTINGS |
| 346 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 347 | LOCATION_MODE = 64; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 348 | |
| 349 | // OPEN: Settings > Apps |
| 350 | // CATEGORY: SETTINGS |
| 351 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 352 | MANAGE_APPLICATIONS = 65; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 353 | |
| 354 | // OPEN: Settings > Backup & reset > Factory data reset |
| 355 | // CATEGORY: SETTINGS |
| 356 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 357 | MASTER_CLEAR = 66; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 358 | |
| 359 | // OPEN: Settings > Backup & reset > Factory data reset > Confirm |
| 360 | // CATEGORY: SETTINGS |
| 361 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 362 | MASTER_CLEAR_CONFIRM = 67; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 363 | |
| 364 | // OPEN: Settings > Data usage > Network restrictions |
| 365 | // CATEGORY: SETTINGS |
| 366 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 367 | NET_DATA_USAGE_METERED = 68; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 368 | |
| 369 | // OPEN: Settings > More > Android Beam |
| 370 | // CATEGORY: SETTINGS |
| 371 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 372 | NFC_BEAM = 69; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 373 | |
| 374 | // OPEN: Settings > Tap & pay |
| 375 | // CATEGORY: SETTINGS |
| 376 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 377 | NFC_PAYMENT = 70; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 378 | |
| 379 | // OPEN: Settings > Sound & notification |
| 380 | // CATEGORY: SETTINGS |
| 381 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 382 | NOTIFICATION = 71; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 383 | |
| 384 | // OPEN: Settings > Sound & notification > App notifications > [App] |
| 385 | // CATEGORY: SETTINGS |
| 386 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 387 | NOTIFICATION_APP_NOTIFICATION = 72; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 388 | |
| 389 | // OPEN: Settings > Sound & notification > Other sounds |
| 390 | // CATEGORY: SETTINGS |
| 391 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 392 | NOTIFICATION_OTHER_SOUND = 73; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 393 | |
| 394 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 395 | NOTIFICATION_REDACTION = 74; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 396 | |
| 397 | // OPEN: Settings Widget > Notification log |
| 398 | // CATEGORY: SETTINGS |
| 399 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 400 | NOTIFICATION_STATION = 75; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 401 | |
| 402 | // OPEN: Settings > Sound & notification > Do not disturb |
| 403 | // CATEGORY: SETTINGS |
| 404 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 405 | NOTIFICATION_ZEN_MODE = 76; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 406 | |
| 407 | // OPEN: OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 408 | OWNER_INFO = 77; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 409 | |
| 410 | // OPEN: Print job notification > Print job settings |
| 411 | // CATEGORY: SETTINGS |
| 412 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 413 | PRINT_JOB_SETTINGS = 78; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 414 | |
| 415 | // OPEN: Settings > Printing > [Print Service] |
| 416 | // CATEGORY: SETTINGS |
| 417 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 418 | PRINT_SERVICE_SETTINGS = 79; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 419 | |
| 420 | // OPEN: Settings > Printing |
| 421 | // CATEGORY: SETTINGS |
| 422 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 423 | PRINT_SETTINGS = 80; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 424 | |
| 425 | // OPEN: Settings > Backup & reset |
| 426 | // CATEGORY: SETTINGS |
| 427 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 428 | PRIVACY = 81; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 429 | |
| 430 | //OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 431 | PROXY_SELECTOR = 82; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 432 | |
| 433 | // OPEN: Settings > Backup & reset > Network settings reset |
| 434 | // CATEGORY: SETTINGS |
| 435 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 436 | RESET_NETWORK = 83; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 437 | |
| 438 | // OPEN: Settings > Backup & reset > Network settings reset > Confirm |
| 439 | // CATEGORY: SETTINGS |
| 440 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 441 | RESET_NETWORK_CONFIRM = 84; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 442 | |
| 443 | // OPEN: Settings > Developer Options > Running Services |
| 444 | // CATEGORY: SETTINGS |
| 445 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 446 | RUNNING_SERVICE_DETAILS = 85; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 447 | |
| 448 | // OPEN: Settings > Security > Screen pinning |
| 449 | // CATEGORY: SETTINGS |
| 450 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 451 | SCREEN_PINNING = 86; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 452 | |
| 453 | // OPEN: Settings > Security |
| 454 | // CATEGORY: SETTINGS |
| 455 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 456 | SECURITY = 87; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 457 | |
| 458 | // OPEN: Settings > SIM cards |
| 459 | // CATEGORY: SETTINGS |
| 460 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 461 | SIM = 88; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 462 | |
| 463 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 464 | TESTING = 89; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 465 | |
| 466 | // OPEN: Settings > More > Tethering & portable hotspot |
| 467 | // CATEGORY: SETTINGS |
| 468 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 469 | TETHER = 90; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 470 | |
| 471 | // OPEN: Settings > Security > Trust agents |
| 472 | // CATEGORY: SETTINGS |
| 473 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 474 | TRUST_AGENT = 91; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 475 | |
| 476 | // OPEN: Settings > Security > Trusted credentials |
| 477 | // CATEGORY: SETTINGS |
| 478 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 479 | TRUSTED_CREDENTIALS = 92; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 480 | |
| 481 | // OPEN: Settings > Language & input > TTS output > [Engine] > Settings |
| 482 | // CATEGORY: SETTINGS |
| 483 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 484 | TTS_ENGINE_SETTINGS = 93; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 485 | |
| 486 | // OPEN: Settings > Language & input > Text-to-speech output |
| 487 | // CATEGORY: SETTINGS |
| 488 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 489 | TTS_TEXT_TO_SPEECH = 94; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 490 | |
| 491 | // OPEN: Settings > Security > Apps with usage access |
| 492 | // CATEGORY: SETTINGS |
| 493 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 494 | USAGE_ACCESS = 95; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 495 | |
| 496 | // OPEN: Settings > Users |
| 497 | // CATEGORY: SETTINGS |
| 498 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 499 | USER = 96; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 500 | |
| 501 | // OPEN: Settings > Users > [Restricted profile app & content access] |
| 502 | // CATEGORY: SETTINGS |
| 503 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 504 | USERS_APP_RESTRICTIONS = 97; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 505 | |
| 506 | // OPEN: Settings > Users > [User settings] |
| 507 | // CATEGORY: SETTINGS |
| 508 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 509 | USER_DETAILS = 98; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 510 | |
| 511 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 512 | VOICE_INPUT = 99; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 513 | |
| 514 | // OPEN: Settings > More > VPN |
| 515 | // CATEGORY: SETTINGS |
| 516 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 517 | VPN = 100; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 518 | |
| 519 | // OPEN: Settings > Display > Choose wallpaper from |
| 520 | // CATEGORY: SETTINGS |
| 521 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 522 | WALLPAPER_TYPE = 101; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 523 | |
| 524 | // OPEN: Settings > Display > Cast |
| 525 | // CATEGORY: SETTINGS |
| 526 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 527 | WFD_WIFI_DISPLAY = 102; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 528 | |
| 529 | // OPEN: Settings > Wi-Fi |
| 530 | // CATEGORY: SETTINGS |
| 531 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 532 | WIFI = 103; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 533 | |
| 534 | // OPEN: Settings > Wi-Fi > Advanced Wi-Fi |
| 535 | // CATEGORY: SETTINGS |
| 536 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 537 | WIFI_ADVANCED = 104; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 538 | |
| 539 | // OPEN: Settings > More > Wi-Fi Calling |
| 540 | // CATEGORY: SETTINGS |
| 541 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 542 | WIFI_CALLING = 105; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 543 | |
| 544 | // OPEN: Settings > Wi-Fi > Saved networks |
| 545 | // CATEGORY: SETTINGS |
| 546 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 547 | WIFI_SAVED_ACCESS_POINTS = 106; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 548 | |
| 549 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 550 | WIFI_APITEST = 107; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 551 | |
| 552 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 553 | WIFI_INFO = 108; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 554 | |
| 555 | // OPEN: Settings > Wi-Fi > Advanced Wi-Fi > Wi-Fi Direct |
| 556 | // CATEGORY: SETTINGS |
| 557 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 558 | WIFI_P2P = 109; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 559 | |
| 560 | // OPEN: Settings > More |
| 561 | // CATEGORY: SETTINGS |
| 562 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 563 | WIRELESS = 110; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 564 | |
| 565 | // OPEN: Quick Settings Panel |
| 566 | // CATEGORY: QUICK_SETTINGS |
| 567 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 568 | QS_PANEL = 111; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 569 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 575 | QS_AIRPLANEMODE = 112; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 576 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 582 | QS_BLUETOOTH = 113; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 583 | |
| 584 | // OPEN: QS Cast tile shown |
| 585 | // ACTION: QS Cast tile tapped |
| 586 | // CATEGORY: QUICK_SETTINGS |
| 587 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 588 | QS_CAST = 114; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 589 | |
| 590 | // OPEN: QS Cellular tile shown |
| 591 | // ACTION: QS Cellular tile tapped |
| 592 | // CATEGORY: QUICK_SETTINGS |
| 593 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 594 | QS_CELLULAR = 115; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 595 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 601 | QS_COLORINVERSION = 116; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 602 | |
| 603 | // OPEN: QS Cellular tile > Cellular detail panel |
| 604 | // CATEGORY: QUICK_SETTINGS |
| 605 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 606 | QS_DATAUSAGEDETAIL = 117; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 607 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 613 | QS_DND = 118; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 614 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 620 | QS_FLASHLIGHT = 119; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 621 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 627 | QS_HOTSPOT = 120; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 628 | |
| 629 | // OPEN: QS 3P tile shown |
| 630 | // ACTION: QS 3P tile tapped |
| 631 | // CATEGORY: QUICK_SETTINGS |
| 632 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 633 | QS_INTENT = 121; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 634 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 640 | QS_LOCATION = 122; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 641 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 647 | QS_ROTATIONLOCK = 123; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 648 | |
| 649 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 650 | QS_USERDETAILITE = 124; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 651 | |
| 652 | // OPEN: QS User list panel |
| 653 | // CATEGORY: QUICK_SETTINGS |
| 654 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 655 | QS_USERDETAIL = 125; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 656 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 662 | QS_WIFI = 126; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 663 | |
| 664 | // OPEN: Notification Panel (including lockscreen) |
| 665 | // CATEGORY: NOTIFICATION |
| 666 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 667 | NOTIFICATION_PANEL = 127; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 668 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 680 | NOTIFICATION_ITEM = 128; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 681 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 687 | NOTIFICATION_ITEM_ACTION = 129; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 688 | |
| 689 | // OPEN: Settings > Apps > Configure apps > App permissions |
| 690 | // CATEGORY: SETTINGS |
| 691 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 692 | APPLICATIONS_ADVANCED = 130; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 693 | |
| 694 | // OPEN: Settings > Location > Scanning |
| 695 | // CATEGORY: SETTINGS |
| 696 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 697 | LOCATION_SCANNING = 131; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 698 | |
| 699 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 700 | MANAGE_APPLICATIONS_ALL = 132; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 701 | |
| 702 | // OPEN: Settings > Sound & notification > App notifications |
| 703 | // CATEGORY: SETTINGS |
| 704 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 705 | MANAGE_APPLICATIONS_NOTIFICATIONS = 133; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 706 | |
| 707 | // ACTION: Settings > Wi-Fi > Overflow > Add Network |
| 708 | // CATEGORY: SETTINGS |
| 709 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 710 | ACTION_WIFI_ADD_NETWORK = 134; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 711 | |
| 712 | // ACTION: Settings > Wi-Fi > [Long press network] > Connect to network |
Stephen Chen | 0d14da3 | 2016-11-03 10:44:32 -0700 | [diff] [blame] | 713 | // SUBTYPE: true if connecting to a saved network, false if not |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 714 | // CATEGORY: SETTINGS |
| 715 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 716 | ACTION_WIFI_CONNECT = 135; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 717 | |
| 718 | // ACTION: Settings > Wi-Fi > Overflow > Refresh |
| 719 | // CATEGORY: SETTINGS |
| 720 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 721 | ACTION_WIFI_FORCE_SCAN = 136; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 722 | |
| 723 | // ACTION: Settings > Wi-Fi > [Long press network] > Forget network |
| 724 | // CATEGORY: SETTINGS |
| 725 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 726 | ACTION_WIFI_FORGET = 137; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 727 | |
| 728 | // ACTION: Settings > Wi-Fi > Toggle off |
Stephen Chen | 0d14da3 | 2016-11-03 10:44:32 -0700 | [diff] [blame] | 729 | // SUBTYPE: true if connected to network before toggle, false if not |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 730 | // CATEGORY: SETTINGS |
| 731 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 732 | ACTION_WIFI_OFF = 138; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 733 | |
| 734 | // ACTION: Settings > Wi-Fi > Toggle on |
| 735 | // CATEGORY: SETTINGS |
| 736 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 737 | ACTION_WIFI_ON = 139; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 738 | |
| 739 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 740 | MANAGE_PERMISSIONS = 140; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 741 | |
| 742 | // OPEN: Settings > Sound & notification > DND > Priority only allows |
| 743 | // CATEGORY: SETTINGS |
| 744 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 745 | NOTIFICATION_ZEN_MODE_PRIORITY = 141; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 746 | |
| 747 | // OPEN: Settings > Sound & notification > DND > Automatic rules |
| 748 | // CATEGORY: SETTINGS |
| 749 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 750 | NOTIFICATION_ZEN_MODE_AUTOMATION = 142; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 751 | |
| 752 | // OPEN: Settings > Apps > Configure apps > App links |
| 753 | // CATEGORY: SETTINGS |
| 754 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 755 | MANAGE_DOMAIN_URLS = 143; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 756 | |
| 757 | // OPEN: Settings > Sound & notification > DND > [Time based rule] |
| 758 | // CATEGORY: SETTINGS |
| 759 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 760 | NOTIFICATION_ZEN_MODE_SCHEDULE_RULE = 144; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 761 | |
| 762 | // OPEN: Settings > Sound & notification > DND > [External rule] |
| 763 | // CATEGORY: SETTINGS |
| 764 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 765 | NOTIFICATION_ZEN_MODE_EXTERNAL_RULE = 145; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 766 | |
| 767 | // OPEN: Settings > Sound & notification > DND > [Event rule] |
| 768 | // CATEGORY: SETTINGS |
| 769 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 770 | NOTIFICATION_ZEN_MODE_EVENT_RULE = 146; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 771 | |
| 772 | // ACTION: App notification settings > Block Notifications |
| 773 | // CATEGORY: SETTINGS |
| 774 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 775 | ACTION_BAN_APP_NOTES = 147; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 776 | |
| 777 | // ACTION: Notification shade > Dismiss all button |
| 778 | // CATEGORY: NOTIFICATION |
| 779 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 780 | ACTION_DISMISS_ALL_NOTES = 148; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 781 | |
| 782 | // OPEN: QS Do Not Disturb detail panel |
| 783 | // CATEGORY: QUICK_SETTINGS |
| 784 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 785 | QS_DND_DETAILS = 149; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 786 | |
| 787 | // OPEN: QS Bluetooth detail panel |
| 788 | // CATEGORY: QUICK_SETTINGS |
| 789 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 790 | QS_BLUETOOTH_DETAILS = 150; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 791 | |
| 792 | // OPEN: QS Cast detail panel |
| 793 | // CATEGORY: QUICK_SETTINGS |
| 794 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 795 | QS_CAST_DETAILS = 151; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 796 | |
| 797 | // OPEN: QS Wi-Fi detail panel |
| 798 | // CATEGORY: QUICK_SETTINGS |
| 799 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 800 | QS_WIFI_DETAILS = 152; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 801 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 806 | QS_WIFI_TOGGLE = 153; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 807 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 812 | QS_BLUETOOTH_TOGGLE = 154; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 813 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 818 | QS_CELLULAR_TOGGLE = 155; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 819 | |
| 820 | // ACTION: QS User list panel > Select different user |
| 821 | // CATEGORY: QUICK_SETTINGS |
| 822 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 823 | QS_SWITCH_USER = 156; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 824 | |
| 825 | // ACTION: QS Cast detail panel > Select cast device |
| 826 | // CATEGORY: QUICK_SETTINGS |
| 827 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 828 | QS_CAST_SELECT = 157; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 829 | |
| 830 | // ACTION: QS Cast detail panel > Disconnect cast device |
| 831 | // CATEGORY: QUICK_SETTINGS |
| 832 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 833 | QS_CAST_DISCONNECT = 158; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 834 | |
| 835 | // ACTION: Settings > Bluetooth > Toggle |
| 836 | // SUBTYPE: 0 is off, 1 is on |
| 837 | // CATEGORY: SETTINGS |
| 838 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 839 | ACTION_BLUETOOTH_TOGGLE = 159; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 840 | |
| 841 | // ACTION: Settings > Bluetooth > Overflow > Refresh |
| 842 | // CATEGORY: SETTINGS |
| 843 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 844 | ACTION_BLUETOOTH_SCAN = 160; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 845 | |
| 846 | // ACTION: Settings > Bluetooth > Overflow > Rename this device |
| 847 | // CATEGORY: SETTINGS |
| 848 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 849 | ACTION_BLUETOOTH_RENAME = 161; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 850 | |
| 851 | // ACTION: Settings > Bluetooth > Overflow > Show received files |
| 852 | // CATEGORY: SETTINGS |
| 853 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 854 | ACTION_BLUETOOTH_FILES = 162; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 855 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 860 | QS_DND_TIME = 163; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 861 | |
| 862 | // ACTION: QS DND details panel > [Exit condition] |
| 863 | // CATEGORY: QUICK_SETTINGS |
| 864 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 865 | QS_DND_CONDITION_SELECT = 164; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 866 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 871 | QS_DND_ZEN_SELECT = 165; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 872 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 877 | QS_DND_TOGGLE = 166; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 878 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 883 | ACTION_ZEN_ALLOW_REMINDERS = 167; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 884 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 889 | ACTION_ZEN_ALLOW_EVENTS = 168; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 890 | |
| 891 | // ACTION: DND Settings > Priority only allows > Messages |
| 892 | // SUBTYPE: 0 is off, 1 is on |
| 893 | // CATEGORY: SETTINGS |
| 894 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 895 | ACTION_ZEN_ALLOW_MESSAGES = 169; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 896 | |
| 897 | // ACTION: DND Settings > Priority only allows > Calls |
| 898 | // SUBTYPE: 0 is off, 1 is on |
| 899 | // CATEGORY: SETTINGS |
| 900 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 901 | ACTION_ZEN_ALLOW_CALLS = 170; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 902 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 907 | ACTION_ZEN_ALLOW_REPEAT_CALLS = 171; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 908 | |
| 909 | // ACTION: DND Settings > Automatic rules > Add rule |
| 910 | // CATEGORY: SETTINGS |
| 911 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 912 | ACTION_ZEN_ADD_RULE = 172; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 913 | |
| 914 | // ACTION: DND Settings > Automatic rules > Add rule > OK |
| 915 | // CATEGORY: SETTINGS |
| 916 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 917 | ACTION_ZEN_ADD_RULE_OK = 173; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 918 | |
| 919 | // ACTION: DND Settings > Automatic rules > [Rule] > Delete rule |
| 920 | // CATEGORY: SETTINGS |
| 921 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 922 | ACTION_ZEN_DELETE_RULE = 174; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 923 | |
| 924 | // ACTION: DND Settings > Automatic rules > [Rule] > Delete rule > Delete |
| 925 | // CATEGORY: SETTINGS |
| 926 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 927 | ACTION_ZEN_DELETE_RULE_OK = 175; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 928 | |
| 929 | // ACTION: DND Settings > Automatic rules > [Rule] > Toggle |
| 930 | // SUBTYPE: 0 is off, 1 is on |
| 931 | // CATEGORY: SETTINGS |
| 932 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 933 | ACTION_ZEN_ENABLE_RULE = 176; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 934 | |
| 935 | // ACTION: Settings > More > Airplane mode toggle |
| 936 | // SUBTYPE: 0 is off, 1 is on |
| 937 | // CATEGORY: SETTINGS |
| 938 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 939 | ACTION_AIRPLANE_TOGGLE = 177; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 940 | |
| 941 | // ACTION: Settings > Data usage > Cellular data toggle |
| 942 | // SUBTYPE: 0 is off, 1 is on |
| 943 | // CATEGORY: SETTINGS |
| 944 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 945 | ACTION_CELL_DATA_TOGGLE = 178; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 946 | |
| 947 | // OPEN: Settings > Sound & notification > Notification access |
| 948 | // CATEGORY: SETTINGS |
| 949 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 950 | NOTIFICATION_ACCESS = 179; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 951 | |
| 952 | // OPEN: Settings > Sound & notification > Do Not Disturb access |
| 953 | // CATEGORY: SETTINGS |
| 954 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 955 | NOTIFICATION_ZEN_MODE_ACCESS = 180; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 956 | |
| 957 | // OPEN: Settings > Apps > Configure apps > Default Apps |
| 958 | // CATEGORY: SETTINGS |
| 959 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 960 | APPLICATIONS_DEFAULT_APPS = 181; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 961 | |
| 962 | // OPEN: Settings > Internal storage > Apps storage |
| 963 | // CATEGORY: SETTINGS |
| 964 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 965 | APPLICATIONS_STORAGE_APPS = 182; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 966 | |
| 967 | // OPEN: Settings > Security > Usage access |
| 968 | // CATEGORY: SETTINGS |
| 969 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 970 | APPLICATIONS_USAGE_ACCESS_DETAIL = 183; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 971 | |
| 972 | // OPEN: Settings > Battery > Battery optimization |
| 973 | // CATEGORY: SETTINGS |
| 974 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 975 | APPLICATIONS_HIGH_POWER_APPS = 184; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 976 | |
| 977 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 978 | FUELGAUGE_HIGH_POWER_DETAILS = 185; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 979 | |
| 980 | // ACTION: Lockscreen > Unlock gesture |
| 981 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 982 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 983 | ACTION_LS_UNLOCK = 186; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 984 | |
| 985 | // ACTION: Lockscreen > Pull shade open |
| 986 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 987 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 988 | ACTION_LS_SHADE = 187; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 989 | |
| 990 | // ACTION: Lockscreen > Tap on lock, shows hint |
| 991 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 992 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 993 | ACTION_LS_HINT = 188; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 994 | |
| 995 | // ACTION: Lockscreen > Camera |
| 996 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 997 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 998 | ACTION_LS_CAMERA = 189; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 999 | |
| 1000 | // ACTION: Lockscreen > Dialer |
| 1001 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1002 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1003 | ACTION_LS_DIALER = 190; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1004 | |
| 1005 | // ACTION: Lockscreen > Tap on lock, locks phone |
| 1006 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1007 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1008 | ACTION_LS_LOCK = 191; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1009 | |
| 1010 | // ACTION: Lockscreen > Tap on notification, false touch rejection |
| 1011 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1012 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1013 | ACTION_LS_NOTE = 192; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1014 | |
| 1015 | // ACTION: Lockscreen > Swipe down to open quick settings |
| 1016 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1017 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1018 | ACTION_LS_QS = 193; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1019 | |
| 1020 | // ACTION: Swipe down to open quick settings when unlocked |
| 1021 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1022 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1023 | ACTION_SHADE_QS_PULL = 194; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1024 | |
| 1025 | // ACTION: Notification shade > Tap to open quick settings |
| 1026 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1027 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1028 | ACTION_SHADE_QS_TAP = 195; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1029 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1034 | LOCKSCREEN = 196; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1035 | |
| 1036 | // OPEN: Lockscreen > Screen to enter password / pattern / PIN |
| 1037 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1038 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1039 | BOUNCER = 197; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1040 | |
| 1041 | // OPEN: Screen turned on |
| 1042 | // SUBTYPE: 2 is user action |
| 1043 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1044 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1045 | SCREEN = 198; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1046 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1051 | NOTIFICATION_ALERT = 199; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1052 | |
| 1053 | // ACTION: Lockscreen > Emergency Call button |
| 1054 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1055 | // OS: 5.1.1 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1056 | ACTION_EMERGENCY_CALL = 200; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1057 | |
| 1058 | // OPEN: Settings > Apps > Configure > Default apps > Assist & voice input |
| 1059 | // CATEGORY: SETTINGS |
| 1060 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1061 | APPLICATIONS_MANAGE_ASSIST = 201; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1062 | |
| 1063 | // OPEN: Settings > Memory |
| 1064 | // CATEGORY: SETTINGS |
| 1065 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1066 | PROCESS_STATS_SUMMARY = 202; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1067 | |
| 1068 | // ACTION: Settings > Display > When device is rotated |
| 1069 | // CATEGORY: SETTINGS |
| 1070 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1071 | ACTION_ROTATION_LOCK = 203; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1072 | |
| 1073 | // ACTION: Long press on notification to view controls |
| 1074 | // CATEGORY: NOTIFICATION |
| 1075 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1076 | ACTION_NOTE_CONTROLS = 204; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1077 | |
| 1078 | // ACTION: Notificatoin controls > Info button |
| 1079 | // CATEGORY: NOTIFICATION |
| 1080 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1081 | ACTION_NOTE_INFO = 205; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1082 | |
| 1083 | // ACTION: Notification controls > Settings button |
| 1084 | // CATEGORY: NOTIFICATION |
| 1085 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1086 | ACTION_APP_NOTE_SETTINGS = 206; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1087 | |
| 1088 | // OPEN: Volume Dialog (with hardware buttons) |
| 1089 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1090 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1091 | VOLUME_DIALOG = 207; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1092 | |
| 1093 | // OPEN: Volume dialog > Expanded volume dialog (multiple sliders) |
| 1094 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1095 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1096 | VOLUME_DIALOG_DETAILS = 208; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1097 | |
| 1098 | // ACTION: Volume dialog > Adjust volume slider |
| 1099 | // SUBTYPE: volume level (0-7) |
| 1100 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1101 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1102 | ACTION_VOLUME_SLIDER = 209; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1103 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1108 | ACTION_VOLUME_STREAM = 210; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1109 | |
| 1110 | // ACTION: Adjust volume with hardware key |
| 1111 | // SUBTYPE: volume level (0-7) |
| 1112 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1113 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1114 | ACTION_VOLUME_KEY = 211; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1115 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1120 | ACTION_VOLUME_ICON = 212; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1121 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1126 | ACTION_RINGER_MODE = 213; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1127 | |
| 1128 | // ACTION: Chooser shown (share target, file open, etc.) |
| 1129 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1130 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1131 | ACTION_ACTIVITY_CHOOSER_SHOWN = 214; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1132 | |
| 1133 | // ACTION: Chooser > User taps an app target |
| 1134 | // SUBTYPE: Index of target |
| 1135 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1136 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1137 | ACTION_ACTIVITY_CHOOSER_PICKED_APP_TARGET = 215; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1138 | |
| 1139 | // ACTION: Chooser > User taps a service target |
| 1140 | // SUBTYPE: Index of target |
| 1141 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1142 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1143 | ACTION_ACTIVITY_CHOOSER_PICKED_SERVICE_TARGET = 216; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1144 | |
| 1145 | // ACTION: Chooser > User taps a standard target |
| 1146 | // SUBTYPE: Index of target |
| 1147 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1148 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1149 | ACTION_ACTIVITY_CHOOSER_PICKED_STANDARD_TARGET = 217; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1150 | |
| 1151 | // ACTION: QS Brightness Slider (with auto brightness disabled) |
| 1152 | // SUBTYPE: slider value |
| 1153 | // CATEGORY: QUICK_SETTINGS |
| 1154 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1155 | ACTION_BRIGHTNESS = 218; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1156 | |
| 1157 | // ACTION: QS Brightness Slider (with auto brightness enabled) |
| 1158 | // SUBTYPE: slider value |
| 1159 | // CATEGORY: QUICK_SETTINGS |
| 1160 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1161 | ACTION_BRIGHTNESS_AUTO = 219; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1162 | |
| 1163 | // OPEN: Settings > Display > Brightness Slider |
| 1164 | // CATEGORY: SETTINGS |
| 1165 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1166 | BRIGHTNESS_DIALOG = 220; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1167 | |
| 1168 | // OPEN: Settings > Apps > Configure Apps > Draw over other apps |
| 1169 | // CATEGORY: SETTINGS |
| 1170 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1171 | SYSTEM_ALERT_WINDOW_APPS = 221; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1172 | |
| 1173 | // OPEN: Display has entered dream mode |
| 1174 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1175 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1176 | DREAMING = 222; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1177 | |
| 1178 | // OPEN: Display has entered ambient notification mode |
| 1179 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1180 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1181 | DOZING = 223; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1182 | |
| 1183 | // OPEN: Overview |
| 1184 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1185 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1186 | OVERVIEW_ACTIVITY = 224; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1187 | |
| 1188 | // OPEN: Settings > About phone > Legal information |
| 1189 | // CATEGORY: SETTINGS |
| 1190 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1191 | ABOUT_LEGAL_SETTINGS = 225; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1192 | |
| 1193 | // OPEN: Settings > Search > Perform search |
| 1194 | // CATEGORY: SETTINGS |
| 1195 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1196 | ACTION_SEARCH_RESULTS = 226; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1197 | |
| 1198 | // OPEN: Settings > System UI Tuner |
| 1199 | // CATEGORY: SETTINGS |
| 1200 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1201 | TUNER = 227; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1202 | |
| 1203 | // OPEN: Settings > System UI Tuner > Quick Settings |
| 1204 | // CATEGORY: SETTINGS |
| 1205 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1206 | TUNER_QS = 228; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1207 | |
| 1208 | // OPEN: Settings > System UI Tuner > Demo mode |
| 1209 | // CATEGORY: SETTINGS |
| 1210 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1211 | TUNER_DEMO_MODE = 229; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1212 | |
| 1213 | // ACTION: Settings > System UI Tuner > Quick Settings > Move tile |
| 1214 | // PACKAGE: Tile |
| 1215 | // CATEGORY: SETTINGS |
| 1216 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1217 | TUNER_QS_REORDER = 230; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1218 | |
| 1219 | // ACTION: Settings > System UI Tuner > Quick Settings > Add tile |
| 1220 | // PACKAGE: Tile |
| 1221 | // CATEGORY: SETTINGS |
| 1222 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1223 | TUNER_QS_ADD = 231; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1224 | |
| 1225 | // ACTION: Settings > System UI Tuner > Quick Settings > Remove tile |
| 1226 | // PACKAGE: Tile |
| 1227 | // CATEGORY: SETTINGS |
| 1228 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1229 | TUNER_QS_REMOVE = 232; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1230 | |
| 1231 | // ACTION: Settings > System UI Tuner > Status bar > Enable icon |
| 1232 | // PACKAGE: Icon |
| 1233 | // CATEGORY: SETTINGS |
| 1234 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1235 | TUNER_STATUS_BAR_ENABLE = 233; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1236 | |
| 1237 | // ACTION: Settings > System UI Tuner > Status bar > Disable icon |
| 1238 | // PACKAGE: Icon |
| 1239 | // CATEGORY: SETTINGS |
| 1240 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1241 | TUNER_STATUS_BAR_DISABLE = 234; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1242 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1247 | TUNER_DEMO_MODE_ENABLED = 235; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1248 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1253 | TUNER_DEMO_MODE_ON = 236; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1254 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1259 | TUNER_BATTERY_PERCENTAGE = 237; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1260 | |
| 1261 | // OPEN: Settings > Developer options > Inactive apps |
| 1262 | // CATEGORY: SETTINGS |
| 1263 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1264 | FUELGAUGE_INACTIVE_APPS = 238; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1265 | |
| 1266 | // ACTION: Long press home to bring up assistant |
| 1267 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1268 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1269 | ACTION_ASSIST_LONG_PRESS = 239; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1270 | |
| 1271 | // OPEN: Settings > Security > Nexus Imprint > Add Fingerprint |
| 1272 | // CATEGORY: SETTINGS |
| 1273 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1274 | FINGERPRINT_ENROLLING = 240; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1275 | |
| 1276 | // OPEN: Fingerprint Enroll > Find Sensor |
| 1277 | // CATEGORY: SETTINGS |
| 1278 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1279 | FINGERPRINT_FIND_SENSOR = 241; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1280 | |
| 1281 | // OPEN: Fingerprint Enroll > Fingerprint Enrolled! |
| 1282 | // CATEGORY: SETTINGS |
| 1283 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1284 | FINGERPRINT_ENROLL_FINISH = 242; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1285 | |
| 1286 | // OPEN: Fingerprint Enroll introduction |
| 1287 | // CATEGORY: SETTINGS |
| 1288 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1289 | FINGERPRINT_ENROLL_INTRO = 243; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1290 | |
| 1291 | // OPEN: Fingerprint Enroll onboarding |
| 1292 | // CATEGORY: SETTINGS |
| 1293 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1294 | FINGERPRINT_ENROLL_ONBOARD = 244; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1295 | |
| 1296 | // OPEN: Fingerprint Enroll > Let's Start! |
| 1297 | // CATEGORY: SETTINGS |
| 1298 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1299 | FINGERPRINT_ENROLL_SIDECAR = 245; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1300 | |
| 1301 | // OPEN: Fingerprint Enroll SUW > Let's Start! |
| 1302 | // CATEGORY: SETTINGS |
| 1303 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1304 | FINGERPRINT_ENROLLING_SETUP = 246; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1305 | |
| 1306 | // OPEN: Fingerprint Enroll SUW > Find Sensor |
| 1307 | // CATEGORY: SETTINGS |
| 1308 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1309 | FINGERPRINT_FIND_SENSOR_SETUP = 247; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1310 | |
| 1311 | // OPEN: Fingerprint Enroll SUW > Fingerprint Enrolled! |
| 1312 | // CATEGORY: SETTINGS |
| 1313 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1314 | FINGERPRINT_ENROLL_FINISH_SETUP = 248; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1315 | |
| 1316 | // OPEN: Fingerprint Enroll SUW introduction |
| 1317 | // CATEGORY: SETTINGS |
| 1318 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1319 | FINGERPRINT_ENROLL_INTRO_SETUP = 249; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1320 | |
| 1321 | // OPEN: Fingerprint Enroll SUW onboarding |
| 1322 | // CATEGORY: SETTINGS |
| 1323 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1324 | FINGERPRINT_ENROLL_ONBOARD_SETUP = 250; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1325 | |
| 1326 | // ACTION: Add fingerprint > Enroll fingerprint |
| 1327 | // CATEGORY: SETTINGS |
| 1328 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1329 | ACTION_FINGERPRINT_ENROLL = 251; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1330 | |
| 1331 | // ACTION: Authenticate using fingerprint |
| 1332 | // CATEGORY: SETTINGS |
| 1333 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1334 | ACTION_FINGERPRINT_AUTH = 252; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1335 | |
| 1336 | // ACTION: Settings > Security > Nexus Imprint > [Fingerprint] > Delete |
| 1337 | // CATEGORY: SETTINGS |
| 1338 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1339 | ACTION_FINGERPRINT_DELETE = 253; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1340 | |
| 1341 | // ACTION: Settings > Security > Nexus Imprint > [Fingerprint] > Rename |
| 1342 | // CATEGORY: SETTINGS |
| 1343 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1344 | ACTION_FINGERPRINT_RENAME = 254; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1345 | |
| 1346 | // ACTION: Double tap camera shortcut |
| 1347 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1348 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1349 | ACTION_DOUBLE_TAP_POWER_CAMERA_GESTURE = 255; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1350 | |
| 1351 | // ACTION: Double twist camera shortcut |
| 1352 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1353 | // OS: 6.0 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1354 | ACTION_WIGGLE_CAMERA_GESTURE = 256; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1355 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1361 | QS_WORKMODE = 257; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1362 | |
| 1363 | // OPEN: Settings > Developer Options > Background Check |
| 1364 | // CATEGORY: SETTINGS |
| 1365 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1366 | BACKGROUND_CHECK_SUMMARY = 258; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1367 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1373 | QS_LOCK_TILE = 259; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1374 | |
| 1375 | // OPEN: QS User Tile shown |
| 1376 | // CATEGORY: QUICK_SETTINGS |
| 1377 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1378 | QS_USER_TILE = 260; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1379 | |
| 1380 | // OPEN: QS Battery tile shown |
| 1381 | // CATEGORY: QUICK_SETTINGS |
| 1382 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1383 | QS_BATTERY_TILE = 261; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1384 | |
| 1385 | // OPEN: Settings > Sound > Do not disturb > Visual interruptions |
| 1386 | // CATEGORY: SETTINGS |
| 1387 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1388 | NOTIFICATION_ZEN_MODE_VISUAL_INTERRUPTIONS = 262; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1389 | |
| 1390 | // ACTION: Visual interruptions > No screen interuptions toggle |
| 1391 | // SUBTYPE: 0 is off, 1 is on |
| 1392 | // CATEGORY: SETTINGS |
| 1393 | // OS: N |
Julia Reynolds | d560729 | 2016-02-05 15:25:58 -0500 | [diff] [blame] | 1394 | ACTION_ZEN_ALLOW_WHEN_SCREEN_OFF = 263; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1395 | |
| 1396 | // ACTION: Visual interruptions > No notification light toggle |
| 1397 | // SUBTYPE: 0 is off, 1 is on |
| 1398 | // CATEGORY: SETTINGS |
| 1399 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1400 | ACTION_ZEN_ALLOW_LIGHTS = 264; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1401 | |
| 1402 | // OPEN: Settings > Notifications > [App] > Topic Notifications |
| 1403 | // CATEGORY: SETTINGS |
| 1404 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1405 | NOTIFICATION_TOPIC_NOTIFICATION = 265; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1406 | |
| 1407 | // ACTION: Settings > Apps > Default Apps > Select different SMS app |
| 1408 | // PACKAGE: Selected SMS app |
| 1409 | // CATEGORY: SETTINGS |
| 1410 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1411 | ACTION_DEFAULT_SMS_APP_CHANGED = 266; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1412 | |
| 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 Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1418 | QS_COLOR_MATRIX = 267; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1419 | |
| 1420 | // OPEN: QS Custom tile shown |
| 1421 | // ACTION: QS Work Mode tile tapped |
| 1422 | // CATEGORY: QUICK_SETTINGS |
| 1423 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1424 | QS_CUSTOM = 268; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1425 | |
| 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 Reynolds | d560729 | 2016-02-05 15:25:58 -0500 | [diff] [blame] | 1430 | ACTION_ZEN_ALLOW_WHEN_SCREEN_ON = 269; |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1431 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1432 | // ACTION: Overview > Long-press task, drag to enter split-screen |
| 1433 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1434 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1435 | ACTION_WINDOW_DOCK_DRAG_DROP = 270; |
| 1436 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1437 | // ACTION: In App > Long-press Overview button to enter split-screen |
| 1438 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1439 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1440 | ACTION_WINDOW_DOCK_LONGPRESS = 271; |
| 1441 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1442 | // ACTION: In App > Swipe Overview button to enter split-screen |
| 1443 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1444 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1445 | ACTION_WINDOW_DOCK_SWIPE = 272; |
| 1446 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1447 | // ACTION: Launch profile-specific app > Confirm credentials |
| 1448 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1449 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1450 | PROFILE_CHALLENGE = 273; |
| 1451 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1452 | // OPEN: QS Battery detail panel |
| 1453 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1454 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1455 | QS_BATTERY_DETAIL = 274; |
| 1456 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1457 | // OPEN: Overview > History |
| 1458 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1459 | // OS: N |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1460 | OVERVIEW_HISTORY = 275; |
| 1461 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1462 | // ACTION: Overview > Page by tapping Overview button |
| 1463 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1464 | // OS: N |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1465 | ACTION_OVERVIEW_PAGE = 276; |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1466 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1467 | // ACTION: Overview > Select app |
| 1468 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1469 | // OS: N |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1470 | ACTION_OVERVIEW_SELECT = 277; |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1471 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1472 | // ACTION: View emergency info |
| 1473 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1474 | // OS: N |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1475 | ACTION_VIEW_EMERGENCY_INFO = 278; |
| 1476 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1477 | // ACTION: Edit emergency info activity |
| 1478 | // CATEGORY: SETTINGS |
| 1479 | // OS: N |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1480 | ACTION_EDIT_EMERGENCY_INFO = 279; |
| 1481 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1482 | // ACTION: Edit emergency info field |
| 1483 | // CATEGORY: SETTINGS |
| 1484 | // OS: N |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1485 | ACTION_EDIT_EMERGENCY_INFO_FIELD = 280; |
| 1486 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1487 | // ACTION: Add emergency contact |
| 1488 | // CATEGORY: SETTINGS |
| 1489 | // OS: N |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1490 | ACTION_ADD_EMERGENCY_CONTACT = 281; |
| 1491 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1492 | // ACTION: Delete emergency contact |
| 1493 | // CATEGORY: SETTINGS |
| 1494 | // OS: N |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1495 | ACTION_DELETE_EMERGENCY_CONTACT = 282; |
| 1496 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1497 | // ACTION: Call emergency contact |
| 1498 | // CATEGORY: SETTINGS |
| 1499 | // OS: N |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1500 | ACTION_CALL_EMERGENCY_CONTACT = 283; |
Jason Monk | 9a4ce13 | 2016-01-21 15:27:17 -0500 | [diff] [blame] | 1501 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1502 | // OPEN: QS Data Saver tile shown |
| 1503 | // ACTION: QS Data Saver tile tapped |
| 1504 | // CATEGORY: QUICK_SETTINGS |
Jason Monk | 9a4ce13 | 2016-01-21 15:27:17 -0500 | [diff] [blame] | 1505 | QS_DATA_SAVER = 284; |
Jorim Jaggi | dd50c3f | 2016-02-04 14:55:07 -0800 | [diff] [blame] | 1506 | |
Robin Lee | 8c1306e | 2016-02-01 11:37:02 +0000 | [diff] [blame] | 1507 | // OPEN: Settings > Security > User credentials |
| 1508 | // CATEGORY: Settings |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1509 | // OS: N |
Robin Lee | 8c1306e | 2016-02-01 11:37:02 +0000 | [diff] [blame] | 1510 | USER_CREDENTIALS = 285; |
Jorim Jaggi | ea4a19f | 2016-02-03 21:31:27 -0800 | [diff] [blame] | 1511 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1512 | // ACTION: In App (splitscreen) > Long-press Overview to exit split-screen |
| 1513 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1514 | // OS: N |
Jorim Jaggi | dd50c3f | 2016-02-04 14:55:07 -0800 | [diff] [blame] | 1515 | ACTION_WINDOW_UNDOCK_LONGPRESS = 286; |
Winson | 4232952 | 2016-02-05 10:39:46 -0800 | [diff] [blame] | 1516 | |
| 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 Reynolds | b1a235f | 2016-02-09 12:57:02 -0500 | [diff] [blame] | 1525 | |
| 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 Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1532 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1533 | // ACTION: Long-press power button, then tap "Take bug report" option. |
| 1534 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1535 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1536 | ACTION_BUGREPORT_FROM_POWER_MENU_INTERACTIVE = 292; |
| 1537 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1538 | // ACTION: Long-press power button, then long-press "Take bug report" option. |
| 1539 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1540 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1541 | ACTION_BUGREPORT_FROM_POWER_MENU_FULL = 293; |
| 1542 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1543 | // ACTION: Settings -> Developer Options -> Take bug report -> Interactive report |
| 1544 | // CATEGORY: SETTINGS |
| 1545 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1546 | // Interactive bug report initiated from Settings. |
| 1547 | ACTION_BUGREPORT_FROM_SETTINGS_INTERACTIVE = 294; |
| 1548 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1549 | // ACTION: Settings -> Developer Options -> Take bug report -> Full report |
| 1550 | // CATEGORY: SETTINGS |
| 1551 | // OS: N |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1552 | // Interactive bug report initiated from Settings. |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1553 | ACTION_BUGREPORT_FROM_SETTINGS_FULL = 295; |
| 1554 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1555 | // ACTION: User tapped notification action to cancel a bug report |
| 1556 | // CATEGORY: NOTIFICATION |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1557 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1558 | ACTION_BUGREPORT_NOTIFICATION_ACTION_CANCEL = 296; |
| 1559 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1560 | // ACTION: User tapped notification action to launch bug report details screen |
| 1561 | // CATEGORY: NOTIFICATION |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1562 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1563 | ACTION_BUGREPORT_NOTIFICATION_ACTION_DETAILS = 297; |
| 1564 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1565 | // ACTION: User tapped notification action to take adition screenshot on bug report |
| 1566 | // CATEGORY: NOTIFICATION |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1567 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1568 | ACTION_BUGREPORT_NOTIFICATION_ACTION_SCREENSHOT = 298; |
| 1569 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1570 | // ACTION: User tapped notification to share bug report |
| 1571 | // CATEGORY: NOTIFICATION |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1572 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1573 | ACTION_BUGREPORT_NOTIFICATION_ACTION_SHARE = 299; |
| 1574 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1575 | // ACTION: User changed bug report name using the details screen |
| 1576 | // CATEGORY: GLOBAL_SYSTEM_UI |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1577 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1578 | ACTION_BUGREPORT_DETAILS_NAME_CHANGED = 300; |
| 1579 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1580 | // ACTION: User changed bug report title using the details screen |
| 1581 | // CATEGORY: GLOBAL_SYSTEM_UI |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1582 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1583 | ACTION_BUGREPORT_DETAILS_TITLE_CHANGED = 301; |
| 1584 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1585 | // ACTION: User changed bug report description using the details screen |
| 1586 | // CATEGORY: GLOBAL_SYSTEM_UI |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1587 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1588 | ACTION_BUGREPORT_DETAILS_DESCRIPTION_CHANGED = 302; |
| 1589 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1590 | // ACTION: User tapped Save in the bug report details screen. |
| 1591 | // CATEGORY: GLOBAL_SYSTEM_UI |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1592 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1593 | ACTION_BUGREPORT_DETAILS_SAVED = 303; |
| 1594 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1595 | // ACTION: User tapped Cancel in the bug report details screen. |
| 1596 | // CATEGORY: GLOBAL_SYSTEM_UI |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1597 | // OS: N |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1598 | ACTION_BUGREPORT_DETAILS_CANCELED = 304; |
Jason Monk | 5732df4 | 2016-02-24 16:24:55 -0500 | [diff] [blame] | 1599 | |
| 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 Roos | 9046222 | 2016-02-17 15:45:09 -0800 | [diff] [blame] | 1632 | |
| 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; |
Winson | d934290 | 2016-02-25 10:18:33 -0800 | [diff] [blame] | 1638 | |
| 1639 | // Logged when a user double taps the overview button to launch the previous task |
| 1640 | OVERVIEW_LAUNCH_PREVIOUS_TASK = 318; |
Jorim Jaggi | 275561a | 2016-02-23 10:11:02 -0500 | [diff] [blame] | 1641 | |
| 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 Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1669 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1670 | // 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 Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1674 | ACTION_SCOPED_DIRECTORY_ACCESS_GRANTED_BY_FOLDER = 326; |
| 1675 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1676 | // 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 Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1680 | ACTION_SCOPED_DIRECTORY_ACCESS_DENIED_BY_FOLDER = 327; |
| 1681 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1682 | // 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 Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1686 | ACTION_SCOPED_DIRECTORY_ACCESS_GRANTED_BY_PACKAGE = 328; |
| 1687 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1688 | // 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 Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1692 | ACTION_SCOPED_DIRECTORY_ACCESS_DENIED_BY_PACKAGE = 329; |
| 1693 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1694 | // 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 Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1699 | ACTION_SCOPED_DIRECTORY_ACCESS_ALREADY_GRANTED_BY_FOLDER = 330; |
| 1700 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1701 | // 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 Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1706 | ACTION_SCOPED_DIRECTORY_ACCESS_ALREADY_GRANTED_BY_PACKAGE = 331; |
Adrian Roos | 159ef7b | 2016-02-25 11:58:32 -0800 | [diff] [blame] | 1707 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1708 | // ACTION: Logged when the user slides a notification and reveals the gear |
| 1709 | // beneath it. |
| 1710 | // CATEGORY: NOTIFICATION |
| 1711 | // OS: N |
Mady Mellor | a41587b | 2016-02-11 18:43:06 -0800 | [diff] [blame] | 1712 | ACTION_REVEAL_GEAR = 332; |
| 1713 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1714 | // ACTION: Logged when the user taps on the gear beneath a notification. |
| 1715 | // CATEGORY: NOTIFICATION |
| 1716 | // OS: N |
Mady Mellor | a41587b | 2016-02-11 18:43:06 -0800 | [diff] [blame] | 1717 | ACTION_TOUCH_GEAR = 333; |
| 1718 | |
Ruben Brunk | e24b9a6 | 2016-02-16 21:38:24 -0800 | [diff] [blame] | 1719 | // Logs that the user has edited the enabled VR listeners. |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1720 | // CATEGORY: SETTINGS |
| 1721 | // OS: N |
Ruben Brunk | e24b9a6 | 2016-02-16 21:38:24 -0800 | [diff] [blame] | 1722 | VR_MANAGE_LISTENERS = 334; |
| 1723 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1724 | // Settings -> Accessibility -> Click after pointer stops moving |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1725 | // CATEGORY: SETTINGS |
| 1726 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1727 | ACCESSIBILITY_TOGGLE_AUTOCLICK = 335; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1728 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1729 | // Settings -> Sound |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1730 | // CATEGORY: SETTINGS |
| 1731 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1732 | SOUND = 336; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1733 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1734 | // Settings -> Notifications -> Gear |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1735 | // CATEGORY: SETTINGS |
| 1736 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1737 | CONFIGURE_NOTIFICATION = 337; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1738 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1739 | // Settings -> Wi-Fi -> Gear |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1740 | // CATEGORY: SETTINGS |
| 1741 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1742 | CONFIGURE_WIFI = 338; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1743 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1744 | // Settings -> Display -> Display size |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1745 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1746 | DISPLAY_SCREEN_ZOOM = 339; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1747 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1748 | // Settings -> Display -> Font size |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1749 | // CATEGORY: SETTINGS |
| 1750 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1751 | ACCESSIBILITY_FONT_SIZE = 340; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1752 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1753 | // Settings -> Data usage -> Cellular/Wi-Fi data usage |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1754 | // CATEGORY: SETTINGS |
| 1755 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1756 | DATA_USAGE_LIST = 341; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1757 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1758 | // Settings -> Data usage -> Billing cycle or DATA_USAGE_LIST -> Gear |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1759 | // CATEGORY: SETTINGS |
| 1760 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1761 | BILLING_CYCLE = 342; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1762 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1763 | // DATA_USAGE_LIST -> Any item or App info -> Data usage |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1764 | // CATEGORY: SETTINGS |
| 1765 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1766 | APP_DATA_USAGE = 343; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1767 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1768 | // Settings -> Language & input -> Language |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1769 | // CATEGORY: SETTINGS |
| 1770 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1771 | USER_LOCALE_LIST = 344; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1772 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1773 | // Settings -> Language & input -> Virtual keyboard |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1774 | // CATEGORY: SETTINGS |
| 1775 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1776 | VIRTUAL_KEYBOARDS = 345; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1777 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1778 | // Settings -> Language & input -> Physical keyboard |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1779 | // CATEGORY: SETTINGS |
| 1780 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1781 | PHYSICAL_KEYBOARDS = 346; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1782 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1783 | // Settings -> Language & input -> Virtual keyboard -> Add a virtual keyboard |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1784 | // CATEGORY: SETTINGS |
| 1785 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1786 | ENABLE_VIRTUAL_KEYBOARDS = 347; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1787 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1788 | // Settings -> Data usage -> Data Saver |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1789 | // CATEGORY: SETTINGS |
| 1790 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1791 | DATA_SAVER_SUMMARY = 348; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1792 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1793 | // Settings -> Data usage -> Data Saver -> Unrestricted data access |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1794 | // CATEGORY: SETTINGS |
| 1795 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1796 | DATA_USAGE_UNRESTRICTED_ACCESS = 349; |
| 1797 | |
| 1798 | // Used for generic logging of Settings Preference Persistence, should not be used |
| 1799 | // outside SharedPreferencesLogger. |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1800 | // CATEGORY: SETTINGS |
| 1801 | // OS: N |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1802 | ACTION_GENERIC_PACKAGE = 350; |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1803 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1804 | // Settings -> Apps -> Gear -> Special access |
| 1805 | SPECIAL_ACCESS = 351; |
| 1806 | |
Muyuan Li | a212999 | 2016-03-03 18:30:39 -0800 | [diff] [blame] | 1807 | // Logs that the user docks window via shortcut key. |
| 1808 | WINDOW_DOCK_SHORTCUTS = 352; |
| 1809 | |
Felipe Leme | adccb99 | 2016-03-09 17:40:49 -0800 | [diff] [blame] | 1810 | // User already denied access to the request folder; action takes an integer |
| 1811 | // representing the folder's index on Environment.STANDARD_DIRECTORIES |
Felipe Leme | db892b8 | 2016-03-17 18:56:20 -0700 | [diff] [blame] | 1812 | // (or -2 for root access, or -1 or unknown directory). |
Felipe Leme | adccb99 | 2016-03-09 17:40:49 -0800 | [diff] [blame] | 1813 | 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 Leme | db892b8 | 2016-03-17 18:56:20 -0700 | [diff] [blame] | 1821 | // (or -2 for root access, or -1 or unknown directory). |
Felipe Leme | adccb99 | 2016-03-09 17:40:49 -0800 | [diff] [blame] | 1822 | 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 | |
Winson | 3b6ba1a | 2016-03-22 15:37:54 -0700 | [diff] [blame] | 1828 | // Logged when a user dismisses all task in overview |
| 1829 | OVERVIEW_DISMISS_ALL = 357; |
| 1830 | |
Jason Monk | 96defbe | 2016-03-29 16:51:03 -0400 | [diff] [blame] | 1831 | // 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 Galusza | dad131f | 2016-03-22 13:49:02 -0700 | [diff] [blame] | 1858 | // 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 Monk | c362039 | 2016-03-30 15:46:03 -0400 | [diff] [blame] | 1891 | // ------- 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 Monk | 1b5d87b | 2016-03-30 16:03:15 -0400 | [diff] [blame] | 1927 | // ------- 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 Monk | d9b7909 | 2016-03-31 10:00:09 -0400 | [diff] [blame] | 1937 | ACTION_SHOW_SETTINGS_SUGGESTION = 384; |
| 1938 | ACTION_HIDE_SETTINGS_SUGGESTION = 385; |
Jason Monk | 1b5d87b | 2016-03-30 16:03:15 -0400 | [diff] [blame] | 1939 | |
| 1940 | // Click on a suggestion. |
Jason Monk | d9b7909 | 2016-03-31 10:00:09 -0400 | [diff] [blame] | 1941 | ACTION_SETTINGS_SUGGESTION = 386; |
Jason Monk | 1b5d87b | 2016-03-30 16:03:15 -0400 | [diff] [blame] | 1942 | |
| 1943 | // Suggestion -> Overflow -> Remove. |
Jason Monk | d9b7909 | 2016-03-31 10:00:09 -0400 | [diff] [blame] | 1944 | ACTION_SETTINGS_DISMISS_SUGGESTION = 387; |
Jason Monk | 1b5d87b | 2016-03-30 16:03:15 -0400 | [diff] [blame] | 1945 | |
Jason Monk | 397df68 | 2016-03-28 15:48:34 -0400 | [diff] [blame] | 1946 | // Settings > Apps > Gear > Special Access > Premium SMS access |
| 1947 | PREMIUM_SMS_ACCESS = 388; |
| 1948 | |
Jorim Jaggi | 29379ec | 2016-04-11 23:43:42 -0700 | [diff] [blame] | 1949 | // 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 Reynolds | 4d920ff | 2016-04-06 20:31:05 -0400 | [diff] [blame] | 1963 | // 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 Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1969 | // 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 Leme | 3ff5764 | 2016-04-14 14:26:56 -0700 | [diff] [blame] | 1974 | ACTION_DATA_SAVER_MODE = 394; |
| 1975 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1976 | // 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 Leme | 3ff5764 | 2016-04-14 14:26:56 -0700 | [diff] [blame] | 1984 | ACTION_DATA_SAVER_WHITELIST = 395; |
| 1985 | |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 1986 | // 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 Leme | 3ff5764 | 2016-04-14 14:26:56 -0700 | [diff] [blame] | 1991 | ACTION_DATA_SAVER_BLACKLIST = 396; |
| 1992 | |
Adrian Roos | ceeb04c | 2016-04-25 14:00:54 -0700 | [diff] [blame] | 1993 | // 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 Mak | 7a5b17bb | 2016-04-29 10:27:48 +0100 | [diff] [blame] | 2011 | // OPEN: Settings > Accounts > Work profile settings |
| 2012 | // CATEGORY: SETTINGS |
| 2013 | ACCOUNTS_WORK_PROFILE_SETTINGS = 401; |
| 2014 | |
Jason Monk | 25118d1 | 2016-05-10 13:25:50 -0400 | [diff] [blame] | 2015 | // 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 Monk | a1f697f | 2016-05-06 15:09:44 -0400 | [diff] [blame] | 2024 | // The dialog shown by 3P intent to change current webview implementation. |
| 2025 | WEBVIEW_IMPLEMENTATION = 405; |
| 2026 | |
Julia Reynolds | 8f3e66f | 2016-05-12 10:33:47 -0400 | [diff] [blame] | 2027 | // Settings launched from expanded quick settings. |
| 2028 | ACTION_QS_EXPANDED_SETTINGS_LAUNCH = 406; |
| 2029 | |
Chris Wren | 698b170 | 2016-05-23 11:16:32 -0400 | [diff] [blame] | 2030 | // 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 Wren | 7ee8418 | 2016-05-27 13:34:02 -0400 | [diff] [blame] | 2036 | |
Chris Wren | 6abeeb9 | 2016-05-26 14:44:38 -0400 | [diff] [blame] | 2037 | // 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 Singh | 3451da4 | 2016-06-01 18:25:59 -0700 | [diff] [blame] | 2043 | // 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 Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2049 | // ---- End N Constants, all N constants go above this line ---- |
| 2050 | |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2051 | // ------- 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 Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2056 | ACTION_SHOW_APP_DISAMBIG_APP_FEATURED = 451; |
| 2057 | ACTION_HIDE_APP_DISAMBIG_APP_FEATURED = 452; |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2058 | |
| 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 Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2063 | ACTION_SHOW_APP_DISAMBIG_NONE_FEATURED = 453; |
| 2064 | ACTION_HIDE_APP_DISAMBIG_NONE_FEATURED = 454; |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2065 | |
| 2066 | // User opens in an app by pressing “Always” in the application disambig shade. |
| 2067 | // Subtype: Index of selection |
Jason Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2068 | ACTION_APP_DISAMBIG_ALWAYS = 455; |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2069 | |
| 2070 | // User opens in an app by pressing “Just Once” in the application disambig shade. |
| 2071 | // Subtype: Index of selection |
Jason Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2072 | ACTION_APP_DISAMBIG_JUST_ONCE = 456; |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2073 | |
| 2074 | // User opens in an app by tapping on its name in the application disambig shade. |
| 2075 | // Subtype: Index of selection |
Jason Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2076 | ACTION_APP_DISAMBIG_TAP = 457; |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2077 | |
Daniel Nishi | 010aa49 | 2016-05-11 09:42:24 -0700 | [diff] [blame] | 2078 | // OPEN: Settings > Internal storage > Storage manager |
| 2079 | // CATEGORY: SETTINGS |
| 2080 | STORAGE_MANAGER_SETTINGS = 458; |
| 2081 | |
Doris Ling | 5b2c0ad | 2016-05-25 14:03:14 -0700 | [diff] [blame] | 2082 | // OPEN: Settings -> Gestures |
| 2083 | // CATEGORY: SETTINGS |
| 2084 | SETTINGS_GESTURES = 459; |
| 2085 | |
Daniel Nishi | 597e67f | 2016-05-18 13:56:13 -0700 | [diff] [blame] | 2086 | // ------ 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 Wren | c6a9857 | 2016-06-02 15:11:48 -0400 | [diff] [blame] | 2091 | |
Daniel Nishi | 597e67f | 2016-05-18 13:56:13 -0700 | [diff] [blame] | 2092 | // 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 Zhang | 5e956e8 | 2016-05-06 10:51:47 -0700 | [diff] [blame] | 2147 | // 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 Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2156 | // CATEGORY: SETTINGS |
Fan Zhang | 5e956e8 | 2016-05-06 10:51:47 -0700 | [diff] [blame] | 2157 | ACTION_SELECT_SUMMARY=476; |
| 2158 | |
| 2159 | // ACTION: Settings -> Select support tab. |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2160 | // CATEGORY: SETTINGS |
Fan Zhang | 5e956e8 | 2016-05-06 10:51:47 -0700 | [diff] [blame] | 2161 | ACTION_SELECT_SUPPORT_FRAGMENT = 477; |
| 2162 | |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2163 | // ACTION: Settings -> Support -> Tips & tricks |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2164 | // CATEGORY: SETTINGS |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2165 | ACTION_SUPPORT_TIPS_AND_TRICKS = 478; |
| 2166 | |
| 2167 | // ACTION: Settings -> Support -> Help & feedback |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2168 | // CATEGORY: SETTINGS |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2169 | ACTION_SUPPORT_HELP_AND_FEEDBACK = 479; |
| 2170 | |
| 2171 | // ACTION: Settings -> Support -> Sign in |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2172 | // CATEGORY: SETTINGS |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2173 | ACTION_SUPPORT_SIGN_IN = 480; |
| 2174 | |
| 2175 | // ACTION: Settings -> Support -> Phone |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2176 | // CATEGORY: SETTINGS |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2177 | ACTION_SUPPORT_PHONE = 481; |
| 2178 | |
| 2179 | // ACTION: Settings -> Support -> Chat |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2180 | // CATEGORY: SETTINGS |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2181 | ACTION_SUPPORT_CHAT = 482; |
| 2182 | |
| 2183 | // ACTION: Settings -> Support -> Phone/Chat -> Disclaimer Cancel |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2184 | // CATEGORY: SETTINGS |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2185 | ACTION_SUPPORT_DISCLAIMER_CANCEL = 483; |
| 2186 | |
| 2187 | // ACTION: Settings -> Support -> Phone/Chat -> Disclaimer OK |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2188 | // CATEGORY: SETTINGS |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2189 | ACTION_SUPPORT_DISCLAIMER_OK = 484; |
| 2190 | |
Fan Zhang | 8080721 | 2016-06-30 12:26:55 -0700 | [diff] [blame] | 2191 | // ACTION: Settings -> Support -> Toll-Free Phone |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2192 | // CATEGORY: SETTINGS |
Fan Zhang | 8080721 | 2016-06-30 12:26:55 -0700 | [diff] [blame] | 2193 | ACTION_SUPPORT_DAIL_TOLLFREE = 485; |
| 2194 | |
| 2195 | // ACTION: Settings -> Support -> "Travel Abroad" Button |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2196 | // CATEGORY: SETTINGS |
Fan Zhang | 8080721 | 2016-06-30 12:26:55 -0700 | [diff] [blame] | 2197 | ACTION_SUPPORT_VIEW_TRAVEL_ABROAD_DIALOG = 486; |
| 2198 | |
| 2199 | // ACTION: Settings -> Support -> "Travel Abroad" Button -> Tolled Phone |
Chris Wren | 38f9881 | 2016-07-13 14:28:40 -0400 | [diff] [blame] | 2200 | // CATEGORY: SETTINGS |
Fan Zhang | 8080721 | 2016-06-30 12:26:55 -0700 | [diff] [blame] | 2201 | ACTION_SUPPORT_DIAL_TOLLED = 487; |
| 2202 | |
Justin Klaassen | 1949427 | 2016-07-18 21:38:24 -0700 | [diff] [blame] | 2203 | // OPEN: Settings > Display > Night Light |
Justin Klaassen | 911e889 | 2016-06-21 18:24:24 -0700 | [diff] [blame] | 2204 | // CATEGORY: SETTINGS |
| 2205 | NIGHT_DISPLAY_SETTINGS = 488; |
| 2206 | |
Daniel Nishi | ff69a4b | 2016-07-12 13:55:57 -0700 | [diff] [blame] | 2207 | // ACTION: Settings -> Storage -> Manage storage -> Click Storage Manager |
| 2208 | // SUBTYPE: false is off, true is on |
| 2209 | ACTION_TOGGLE_STORAGE_MANAGER = 489; |
| 2210 | |
Jason Monk | 484fd36 | 2016-07-13 15:24:32 -0400 | [diff] [blame] | 2211 | // Settings launched from collapsed quick settings. |
| 2212 | ACTION_QS_COLLAPSED_SETTINGS_LAUNCH = 490; |
| 2213 | |
Justin Klaassen | 1949427 | 2016-07-18 21:38:24 -0700 | [diff] [blame] | 2214 | // OPEN: QS Night Light tile shown |
| 2215 | // ACTION: QS Night Light tile tapped |
Justin Klaassen | 1379090 | 2016-06-21 20:28:12 -0700 | [diff] [blame] | 2216 | // SUBTYPE: 0 is off, 1 is on |
| 2217 | // CATEGORY: QUICK_SETTINGS |
| 2218 | QS_NIGHT_DISPLAY = 491; |
| 2219 | |
Justin Klaassen | 1949427 | 2016-07-18 21:38:24 -0700 | [diff] [blame] | 2220 | // Night Light on |
| 2221 | SETTINGS_CONDITION_NIGHT_DISPLAY = 492; |
| 2222 | |
Doris Ling | 3c00afb | 2016-07-19 17:04:21 -0700 | [diff] [blame] | 2223 | // 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 Ling | 6dd3e46 | 2016-08-04 13:17:27 -0700 | [diff] [blame] | 2229 | // OPEN: Settings > Display -> Ambient Display |
| 2230 | // CATEGORY: SETTINGS |
| 2231 | ACTION_AMBIENT_DISPLAY = 495; |
| 2232 | |
Adrian Roos | 159ef7b | 2016-02-25 11:58:32 -0800 | [diff] [blame] | 2233 | // ---- End N-MR1 Constants, all N-MR1 constants go above this line ---- |
| 2234 | |
Adrian Roos | 1cffe3c | 2016-11-28 15:46:06 -0800 | [diff] [blame] | 2235 | // 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 Bayarri | c17a598 | 2016-04-15 12:26:47 +0100 | [diff] [blame] | 2243 | // ------- Begin N Keyboard Shortcuts Helper ----- |
| 2244 | // Keyboard Shortcuts Helper is opened/closed. |
Chris Wren | e7396ff | 2016-06-02 17:08:21 -0400 | [diff] [blame] | 2245 | KEYBOARD_SHORTCUTS_HELPER = 500; |
Clara Bayarri | c17a598 | 2016-04-15 12:26:47 +0100 | [diff] [blame] | 2246 | |
Philip P. Moltmann | 2e30126 | 2016-06-16 12:39:54 -0700 | [diff] [blame] | 2247 | // 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 Ling | 88a6b16 | 2016-08-08 16:17:43 -0700 | [diff] [blame] | 2300 | // ACTION: Settings -> [sub settings activity] -> Options menu -> Help & Support |
| 2301 | // SUBTYPE: sub settings classname |
| 2302 | ACTION_SETTING_HELP_AND_FEEDBACK = 513; |
| 2303 | |
Fan Zhang | 92c6038 | 2016-08-08 14:03:53 -0700 | [diff] [blame] | 2304 | // 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 Chopra | c8c97c2 | 2016-08-26 13:59:42 +0100 | [diff] [blame] | 2313 | // 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 Chopra | a9a7932 | 2016-09-12 16:52:44 +0100 | [diff] [blame] | 2317 | // 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 Chopra | c8c97c2 | 2016-08-26 13:59:42 +0100 | [diff] [blame] | 2348 | |
Fan Zhang | 3bf54dd | 2016-08-23 16:10:25 -0700 | [diff] [blame] | 2349 | // OPEN: Settings Support > Phone/Chat -> Disclaimer |
Mahaver Chopra | a9a7932 | 2016-09-12 16:52:44 +0100 | [diff] [blame] | 2350 | DIALOG_SUPPORT_DISCLAIMER = 526; |
Fan Zhang | 3bf54dd | 2016-08-23 16:10:25 -0700 | [diff] [blame] | 2351 | |
Fan Zhang | 9509418 | 2016-08-24 18:14:16 -0700 | [diff] [blame] | 2352 | // OPEN: Settings Support > Travel abroad |
Mahaver Chopra | a9a7932 | 2016-09-12 16:52:44 +0100 | [diff] [blame] | 2353 | DIALOG_SUPPORT_PHONE = 527; |
Fan Zhang | 9509418 | 2016-08-24 18:14:16 -0700 | [diff] [blame] | 2354 | |
| 2355 | // OPEN: Settings > Security > Factory Reset Protection dialog |
Mahaver Chopra | a9a7932 | 2016-09-12 16:52:44 +0100 | [diff] [blame] | 2356 | DIALOG_FRP = 528; |
Fan Zhang | 9509418 | 2016-08-24 18:14:16 -0700 | [diff] [blame] | 2357 | |
| 2358 | // OPEN: Settings > Custom list preference with confirmation message |
Mahaver Chopra | a9a7932 | 2016-09-12 16:52:44 +0100 | [diff] [blame] | 2359 | DIALOG_CUSTOM_LIST_CONFIRMATION = 529; |
Fan Zhang | 9509418 | 2016-08-24 18:14:16 -0700 | [diff] [blame] | 2360 | |
| 2361 | // OPEN: Settings > APN Editor > Error dialog |
Mahaver Chopra | a9a7932 | 2016-09-12 16:52:44 +0100 | [diff] [blame] | 2362 | DIALOG_APN_EDITOR_ERROR = 530; |
Fan Zhang | 9509418 | 2016-08-24 18:14:16 -0700 | [diff] [blame] | 2363 | |
| 2364 | // OPEN: Settings > Users > Edit owner info dialog |
Mahaver Chopra | a9a7932 | 2016-09-12 16:52:44 +0100 | [diff] [blame] | 2365 | DIALOG_OWNER_INFO_SETTINGS = 531; |
Fan Zhang | 9509418 | 2016-08-24 18:14:16 -0700 | [diff] [blame] | 2366 | |
Fan Zhang | c1352ae | 2016-09-16 12:46:11 -0700 | [diff] [blame] | 2367 | // 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 Zhang | 5e9f69c | 2016-09-19 17:44:39 -0700 | [diff] [blame] | 2493 | // 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 Zhang | 04c2035 | 2016-09-23 12:11:15 -0700 | [diff] [blame] | 2591 | // 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 Zhang | 5e9f69c | 2016-09-19 17:44:39 -0700 | [diff] [blame] | 2599 | |
Mahaver Chopra | a12b487 | 2016-09-28 16:19:36 +0100 | [diff] [blame] | 2600 | // ACTION: Logs network type of the device while provisioning |
Mahaver Chopra | 2b0efb0 | 2016-09-15 18:57:09 +0100 | [diff] [blame] | 2601 | PROVISIONING_NETWORK_TYPE = 610; |
| 2602 | |
Mahaver Chopra | a12b487 | 2016-09-28 16:19:36 +0100 | [diff] [blame] | 2603 | // ACTION: Logs action which triggered provisioning. |
| 2604 | PROVISIONING_ACTION = 611; |
| 2605 | |
Mahaver Chopra | ab28207 | 2016-10-06 19:19:23 +0100 | [diff] [blame] | 2606 | // ACTION: Logs extra passed by the dpc while provisioning. |
| 2607 | PROVISIONING_EXTRA = 612; |
| 2608 | |
Salvador Martinez | 64867c1 | 2016-10-14 15:25:09 -0700 | [diff] [blame] | 2609 | // OPEN Settings > Bluetooth > Attempt to connect to device that shows dialog |
| 2610 | BLUETOOTH_DIALOG_FRAGMENT = 613; |
| 2611 | |
Mahaver Chopra | 667ae0a | 2016-10-14 14:08:36 +0100 | [diff] [blame] | 2612 | // 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 Chopra | cc7176f | 2016-10-26 17:16:19 +0100 | [diff] [blame] | 2627 | // 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 Fabianowski | 48e6961 | 2016-11-10 04:08:31 +0100 | [diff] [blame] | 2659 | // OPEN: Settings > Privacy |
| 2660 | // CATEGORY: SETTINGS |
| 2661 | // OS: O |
| 2662 | ENTERPRISE_PRIVACY_SETTINGS = 628; |
| 2663 | |
Abodunrinwa Toki | 1b304e4 | 2016-11-03 23:27:58 +0000 | [diff] [blame] | 2664 | // 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. Moltmann | 0d8f4b7 | 2016-11-09 11:28:05 -0800 | [diff] [blame] | 2670 | // 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 | |
Mahaver | fa6566e | 2016-11-29 21:08:14 +0000 | [diff] [blame] | 3086 | // 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 Brubaker | 811825a | 2016-12-06 12:31:15 -0800 | [diff] [blame] | 3092 | // 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 | |
Hugo Benichi | e1cbf15 | 2016-12-08 09:36:52 +0900 | [diff] [blame] | 3108 | // ACTION: A captive portal was detected during network validation |
| 3109 | // CATEGORY: NOTIFICATION |
| 3110 | // OS: N-MR2 |
| 3111 | NOTIFICATION_NETWORK_SIGN_IN = 740; |
| 3112 | |
| 3113 | // ACTION: An unvalidated network without Internet was selected by the user |
| 3114 | // CATEGORY: NOTIFICATION |
| 3115 | // OS: N-MR2 |
| 3116 | NOTIFICATION_NETWORK_NO_INTERNET = 741; |
| 3117 | |
| 3118 | // ACTION: A validated network failed revalidation and lost Internet access |
| 3119 | // CATEGORY: NOTIFICATION |
| 3120 | // OS: N-MR2 |
| 3121 | NOTIFICATION_NETWORK_LOST_INTERNET = 742; |
| 3122 | |
| 3123 | // ACTION: The system default network switched to a different network |
| 3124 | // CATEGORY: NOTIFICATION |
| 3125 | // OS: N-MR2 |
| 3126 | NOTIFICATION_NETWORK_SWITCH = 743; |
| 3127 | |
Fan Zhang | 074c4cb | 2016-12-21 12:10:33 -0800 | [diff] [blame] | 3128 | // OPEN: Settings > System |
| 3129 | SETTINGS_SYSTEM_CATEGORY = 744; |
| 3130 | |
| 3131 | // OPEN: Settings > Storage |
| 3132 | SETTINGS_STORAGE_CATEGORY = 745; |
| 3133 | |
| 3134 | // OPEN: Settings > Network & Internet |
| 3135 | SETTINGS_NETWORK_CATEGORY = 746; |
| 3136 | |
| 3137 | // OPEN: Settings > Connected Device |
| 3138 | SETTINGS_CONNECTED_DEVICE_CATEGORY = 747; |
| 3139 | |
| 3140 | // OPEN: Settings > App & Notification |
| 3141 | SETTINGS_APP_NOTIF_CATEGORY = 748; |
| 3142 | |
| 3143 | // OPEN: Settings > System > Input & Gesture |
| 3144 | SETTINGS_INPUT_CATEGORY = 749; |
| 3145 | |
| 3146 | // OPEN: Settings > System > Language & Region |
| 3147 | SETTINGS_LANGUAGE_CATEGORY = 750; |
| 3148 | |
| 3149 | // OPEN: Settings > System > Input & Gesture > Swipe to notification gesture |
| 3150 | SETTINGS_GESTURE_SWIPE_TO_NOTIFICATION = 751; |
| 3151 | |
| 3152 | // OPEN: Settings > System > Input & Gesture > Double tap power button gesture |
| 3153 | SETTINGS_GESTURE_DOUBLE_TAP_POWER = 752; |
| 3154 | |
| 3155 | // OPEN: Settings > System > Input & Gesture > Pick up gesture |
| 3156 | SETTINGS_GESTURE_PICKUP = 753; |
| 3157 | |
| 3158 | // OPEN: Settings > System > Input & Gesture > Double tap screen gesture |
| 3159 | SETTINGS_GESTURE_DOUBLE_TAP_SCREEN = 754; |
| 3160 | |
| 3161 | // OPEN: Settings > System > Input & Gesture > Double twist gesture |
| 3162 | SETTINGS_GESTURE_DOUBLE_TWIST = 755; |
| 3163 | |
Salvador Martinez | 8eb4f62 | 2016-11-18 13:44:57 -0800 | [diff] [blame] | 3164 | // OPEN: Settings > Support > SupportDisclaimerDialog > SupportSystemInformationDialog |
| 3165 | // CATEGORY: Settings |
| 3166 | DIALOG_SUPPORT_SYSTEM_INFORMATION = 756; |
| 3167 | |
Alison Cichowlas | 803054d | 2016-12-13 14:38:01 -0500 | [diff] [blame] | 3168 | // These values should never appear in log outputs - they are reserved for |
| 3169 | // internal Tron use. |
| 3170 | RESERVED_FOR_LOGBUILDER_VIEW = 757; |
| 3171 | RESERVED_FOR_LOGBUILDER_CATEGORY = 758; |
| 3172 | RESERVED_FOR_LOGBUILDER_TYPE = 759; |
| 3173 | |
Salvador Martinez | c43ab06 | 2016-12-21 11:09:11 -0800 | [diff] [blame^] | 3174 | // ACTION: "Do not show again" was enabled in the support disclaimer and the |
| 3175 | // user accepted |
| 3176 | ACTION_SKIP_DISCLAIMER_SELECTED = 760; |
Alison Cichowlas | 803054d | 2016-12-13 14:38:01 -0500 | [diff] [blame] | 3177 | |
Philip P. Moltmann | 2e30126 | 2016-06-16 12:39:54 -0700 | [diff] [blame] | 3178 | // ---- End O Constants, all O constants go above this line ---- |
| 3179 | |
Adrian Roos | 159ef7b | 2016-02-25 11:58:32 -0800 | [diff] [blame] | 3180 | // Add new aosp constants above this line. |
| 3181 | // END OF AOSP CONSTANTS |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 3182 | } |
| 3183 | } |