Searched refs:EXTRA_SHOW_AWARE_DISABLED (Results 1 – 2 of 2) sorted by relevance
42 public static final String EXTRA_SHOW_AWARE_DISABLED = "show_aware_dialog_disabled"; field in SystemDashboardFragment60 if (args != null && args.getBoolean(EXTRA_SHOW_AWARE_DISABLED, false)) { in showRestrictionDialog()
84 bundle.putBoolean(SystemDashboardFragment.EXTRA_SHOW_AWARE_DISABLED, true); in showRestrictionDialog_hasValidExtra_shouldShowDialog()