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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DTileUtils.java116 public static List<DashboardCategory> getCategories(Context context, method in class:TileUtils
155 if (DEBUG_TIMING) Log.d(LOG_TAG, "getCategories took "
/frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
H A DMediaRouterJellybean.java57 public static List getCategories(Object routerObj) { method in class:MediaRouterJellybean
/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java940 * @see ShortcutInfo#getCategories()
1158 public Set<String> getCategories() { method in class:ShortcutInfo
/frameworks/base/core/java/android/content/
H A DIntent.java5780 if (intent.getAction() != null && baseIntent.getCategories() != null) {
5781 HashSet<String> cats = new HashSet<String>(baseIntent.getCategories());
5991 * @see #getCategories
6007 public Set<String> getCategories() { method in class:Intent

Completed in 831 milliseconds