Searched refs:sDashboardCategories (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DSettingsDrawerActivity.java66 private static List<DashboardCategory> sDashboardCategories; field in class:SettingsDrawerActivity
273 if (sDashboardCategories == null) {
278 sDashboardCategories = TileUtils.getCategories(this, sTileCache);
280 return sDashboardCategories;
400 sDashboardCategories = dashboardCategories;

Completed in 104 milliseconds