Searched refs:getCategories (Results 1 – 12 of 12) sorted by relevance
39 Set<String> categories = intent.getCategories(); in matches()
207 final Set<String> categories = intent.getCategories(); in sendBroadcast()
106 final Set<String> categories = intent.getCategories(); in onCreate()312 Set<String> categories = intent.getCategories(); in onIntentSelected()
57 public static List getCategories(Object routerObj) { in getCategories() method in MediaRouterJellybean
509 final Set<String> categories = intent.getCategories(); in getFastIntentCategories()
556 if (intent.getAction() != null && baseIntent.getCategories() != null) { in makeIntent()557 HashSet<String> cats = new HashSet<String>(baseIntent.getCategories()); in makeIntent()
1200 intent.getData(), intent.getCategories(), logTag); in match()
4400 public Set<String> getCategories() { in getCategories() method
451 _intent.getCategories().size() == 1 && in ActivityRecord()
269 …gory previously added, and <code>{@link android.content.Intent#getCategories getCategories()}</cod…
2091 if (intent.getCategories() != null) { in applyDefaultPreferredActivityLPw()2092 for (String cat : intent.getCategories()) { in applyDefaultPreferredActivityLPw()
6208 method public java.util.Set<java.lang.String> getCategories();