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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DCategoryManager.java85 public synchronized List<DashboardCategory> getCategories(Context context) { method in class:CategoryManager
86 return getCategories(context, TileUtils.SETTING_PKG);
89 public synchronized List<DashboardCategory> getCategories(Context context, String settingPkg) { method in class:CategoryManager
129 mCategories = TileUtils.getCategories(context, mTileByComponentCache,
H A DTileUtils.java172 public static List<DashboardCategory> getCategories(Context context, method in class:TileUtils
174 return getCategories(context, cache, true /*categoryDefinedInManifest*/);
182 public static List<DashboardCategory> getCategories(Context context, method in class:TileUtils
184 return getCategories(context, cache, categoryDefinedInManifest, null, SETTING_PKG);
194 public static List<DashboardCategory> getCategories(Context context, method in class:TileUtils
245 if (DEBUG_TIMING) Log.d(LOG_TAG, "getCategories took "
/frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
H A DMediaRouterJellybean.java65 public static List getCategories(Object routerObj) { method in class:MediaRouterJellybean
/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java960 * @see ShortcutInfo#getCategories()
1178 public Set<String> getCategories() { method in class:ShortcutInfo
/frameworks/base/core/java/android/content/
H A DIntent.java6573 if (intent.getAction() != null && baseIntent.getCategories() != null) {
6574 HashSet<String> cats = new HashSet<String>(baseIntent.getCategories());
6785 * @see #getCategories
6801 public Set<String> getCategories() { method in class:Intent

Completed in 3735 milliseconds