Searched refs:SystemDashboardFragment (Results 1 – 6 of 6) sorted by relevance
51 private SystemDashboardFragment mFragment;59 mFragment = spy(new SystemDashboardFragment()); in setup()70 final List<String> niks = SystemDashboardFragment.SEARCH_INDEX_DATA_PROVIDER in testNonIndexableKeys_existInXmlLayout()72 final int xmlId = (new SystemDashboardFragment()).getPreferenceScreenResId(); in testNonIndexableKeys_existInXmlLayout()84 bundle.putBoolean(SystemDashboardFragment.EXTRA_SHOW_AWARE_DISABLED, true); in showRestrictionDialog_hasValidExtra_shouldShowDialog()
45 import com.android.settings.system.SystemDashboardFragment;94 SystemDashboardFragment.class.getName(), CategoryKey.CATEGORY_SYSTEM); in SystemDashboardFragment.class.getName()
44 import com.android.car.developeroptions.system.SystemDashboardFragment;93 SystemDashboardFragment.class.getName(), CategoryKey.CATEGORY_SYSTEM); in SystemDashboardFragment.class.getName()
134 import com.android.settings.system.SystemDashboardFragment;269 SystemDashboardFragment.class.getName(),
39 public class SystemDashboardFragment extends DashboardFragment { class