Searched defs:getCategories (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DCategoryManager.java83 public synchronized List<DashboardCategory> getCategories(Context context) { method in class:CategoryManager
84 return getCategories(context, TileUtils.SETTING_PKG);
87 public synchronized List<DashboardCategory> getCategories(Context context, String settingPkg) { method in class:CategoryManager
127 mCategories = TileUtils.getCategories(context, mTileByComponentCache,
H A DTileUtils.java193 public static List<DashboardCategory> getCategories(Context context, method in class:TileUtils
195 return getCategories(context, cache, true /*categoryDefinedInManifest*/);
203 public static List<DashboardCategory> getCategories(Context context, method in class:TileUtils
205 return getCategories(context, cache, categoryDefinedInManifest, null, SETTING_PKG);
215 public static List<DashboardCategory> getCategories(Context context, method in class:TileUtils
266 if (DEBUG_TIMING) Log.d(LOG_TAG, "getCategories took "
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarFacetButton.java141 public String[] getCategories() { method in class:CarFacetButton
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/jellybean/
H A DMediaRouterJellybean.java64 public static List getCategories(Object routerObj) { method in class:MediaRouterJellybean
/frameworks/support/mediarouter/jellybean/androidx/mediarouter/media/
H A DMediaRouterJellybean.java66 public static List getCategories(Object routerObj) { method in class:MediaRouterJellybean
/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java1109 * @see ShortcutInfo#getCategories()
1340 public Set<String> getCategories() { method in class:ShortcutInfo
/frameworks/base/core/java/android/content/
H A DIntent.java6970 if (intent.getAction() != null && baseIntent.getCategories() != null) {
6971 HashSet<String> cats = new HashSet<String>(baseIntent.getCategories());
7183 * @see #getCategories
7199 public Set<String> getCategories() { method in class:Intent

Completed in 286 milliseconds