Searched refs:BUGREPORT_IN_POWER_MENU (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
D | GlobalSettings.java | 44 Settings.Global.BUGREPORT_IN_POWER_MENU, // moved to secure
|
D | SecureSettings.java | 32 Settings.Secure.BUGREPORT_IN_POWER_MENU,
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLiteTest.java | 626 mSecureSettings.putIntForUser(Settings.Secure.BUGREPORT_IN_POWER_MENU, 1, in testBugreportAction_whenDebugMode_shouldOfferBugreportButtonBeforeProvisioning() 639 mSecureSettings.putIntForUser(Settings.Secure.BUGREPORT_IN_POWER_MENU, 1, in testBugreportAction_whenUserIsNotAdmin_noBugReportActionBeforeProvisioning()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | LegacyGlobalActions.java | 286 Settings.Secure.BUGREPORT_IN_POWER_MENU, 0, mContext.getUserId()) != 0 in createDialog()
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
D | GlobalSettingsValidators.java | 58 VALIDATORS.put(Global.BUGREPORT_IN_POWER_MENU, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
D | SecureSettingsValidators.java | 54 VALIDATORS.put(Secure.BUGREPORT_IN_POWER_MENU, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLite.java | 772 && mSecureSettings.getIntForUser(Settings.Secure.BUGREPORT_IN_POWER_MENU, 0, in shouldDisplayBugReport() 1123 Settings.Secure.BUGREPORT_IN_POWER_MENU, 0, getCurrentUser().id) != 0 in showBeforeProvisioning()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 5895 Global.BUGREPORT_IN_POWER_MENU); 5901 Secure.BUGREPORT_IN_POWER_MENU, 5909 Global.BUGREPORT_IN_POWER_MENU, null /* value */, null /* tag */,
|
D | SettingsProtoDumpUtil.java | 1905 Settings.Secure.BUGREPORT_IN_POWER_MENU, in dumpProtoSecureSettingsLocked() 1906 SecureSettingsProto.BUGREPORT_IN_POWER_MENU); in dumpProtoSecureSettingsLocked()
|
D | DatabaseHelper.java | 1481 String[] settingsToMove = { Settings.Global.BUGREPORT_IN_POWER_MENU }; in onUpgrade()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 7394 public static final String BUGREPORT_IN_POWER_MENU = "bugreport_in_power_menu"; field in Settings.Secure 13140 public static final String BUGREPORT_IN_POWER_MENU = "bugreport_in_power_menu"; field in Settings.Global 17934 MOVED_TO_SECURE.add(Global.BUGREPORT_IN_POWER_MENU);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 41529 Landroid/provider/Settings$Global;->BUGREPORT_IN_POWER_MENU:Ljava/lang/String; 41984 Landroid/provider/Settings$Secure;->BUGREPORT_IN_POWER_MENU:Ljava/lang/String;
|