Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/system/
DSystemDashboardFragment.java42 public static final String EXTRA_SHOW_AWARE_DISABLED = "show_aware_dialog_disabled"; field in SystemDashboardFragment
60 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()