[go: nahoru, domu]

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DTileUtils.java115 public static List<DashboardCategory> getCategories(Context context, method in class:TileUtils
150 if (DEBUG_TIMING) Log.d(LOG_TAG, "getCategories took "
/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java543 public Set<String> getCategories() { method in class:ShortcutInfo
/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/
H A DIntent.java5748 if (intent.getAction() != null && baseIntent.getCategories() != null) {
5749 HashSet<String> cats = new HashSet<String>(baseIntent.getCategories());
5959 * @see #getCategories
5975 public Set<String> getCategories() { method in class:Intent

Completed in 71 milliseconds