OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sdashboardcategories
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
SettingsDrawerActivity.java
62
private static List<DashboardCategory>
sDashboardCategories
;
233
if (
sDashboardCategories
== null) {
238
sDashboardCategories
= TileUtils.getCategories(this, sTileCache);
240
return
sDashboardCategories
;
346
sDashboardCategories
= dashboardCategories;
Completed in 520 milliseconds