Searched defs:sDashboardCategories (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 45 milliseconds