Searched refs:hasCategory (Results 1 – 10 of 10) sorted by relevance
51 boolean docked = launchIntent.hasCategory(Intent.CATEGORY_DESK_DOCK); in onStart()
114 if (filter.hasCategory(mControlCategories.get(j))) { in matchesControlFilters()
765 if (mControlFilters.get(i).hasCategory(category)) { in supportsControlCategory()
551 if (!defaultOnly || filter.hasCategory(Intent.CATEGORY_DEFAULT)) { in buildResolveList()
578 if (!defaultOnly || filter.hasCategory(Intent.CATEGORY_DEFAULT)) { in buildResolveList()
1002 public final boolean hasCategory(String category) { in hasCategory() method in IntentFilter
4236 public boolean hasCategory(String category) { in hasCategory() method
434 _intent.hasCategory(Intent.CATEGORY_HOME) && in ActivityRecord()
3242 outInfo.hasDefault = outInfo.hasCategory(Intent.CATEGORY_DEFAULT); in parseIntent()
5960 method public boolean hasCategory(java.lang.String);6299 method public final boolean hasCategory(java.lang.String);