Home
last modified time | relevance | path

Searched defs:getCategory (Results 1 – 7 of 7) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCategoryProvider.java49 Category getCategory(int index); in getCategory() method
58 Category getCategory(String collectionId); in getCategory() method
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestCategoryProvider.java74 public Category getCategory(int index) { in getCategory() method in TestCategoryProvider
79 public Category getCategory(String collectionId) { in getCategory() method in TestCategoryProvider
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/model/
DSuggestionCategory.java36 public String getCategory() { in getCategory() method in SuggestionCategory
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultCategoryProvider.java121 public Category getCategory(int index) { in getCategory() method in DefaultCategoryProvider
129 public Category getCategory(String collectionId) { in getCategory() method in DefaultCategoryProvider
/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
DSendTestBroadcastActivity.java81 private int getCategory() { in getCategory() method in SendTestBroadcastActivity
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModeSettings.java281 private String getCategory(int category, Policy policy, boolean isFirst) { in getCategory() method in ZenModeSettings.SummaryBuilder
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DContextualCard.java92 public int getCategory() { in getCategory() method in ContextualCard