Home
last modified time | relevance | path

Searched refs:EXTRA_SHOW_AWARE_DISABLED (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/system/
DSystemDashboardFragment.java45 public static final String EXTRA_SHOW_AWARE_DISABLED = "show_aware_dialog_disabled"; field in SystemDashboardFragment
63 if (args != null && args.getBoolean(EXTRA_SHOW_AWARE_DISABLED, false)) { in showRestrictionDialog()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/system/
DSystemDashboardFragment.java45 public static final String EXTRA_SHOW_AWARE_DISABLED = "show_aware_dialog_disabled"; field in SystemDashboardFragment
63 if (args != null && args.getBoolean(EXTRA_SHOW_AWARE_DISABLED, false)) { in showRestrictionDialog()
/packages/apps/Settings/tests/robotests/src/com/android/settings/system/
DSystemDashboardFragmentTest.java84 bundle.putBoolean(SystemDashboardFragment.EXTRA_SHOW_AWARE_DISABLED, true); in showRestrictionDialog_hasValidExtra_shouldShowDialog()