Searched refs:hasCategory (Results 1 – 14 of 14) sorted by relevance
77 && (launchIntent.hasCategory(Intent.CATEGORY_LAUNCHER) in onActivityCreate()78 || launchIntent.hasCategory(IntentCompat.CATEGORY_LEANBACK_LAUNCHER))) { in onActivityCreate()
51 boolean docked = launchIntent.hasCategory(Intent.CATEGORY_DESK_DOCK); in onStart()
116 if (filter.hasCategory(mControlCategories.get(j))) { in matchesControlFilters()
1148 if (mControlFilters.get(i).hasCategory(category)) { in supportsControlCategory()1187 if (filter.hasCategory(category) && filter.hasAction(action)) { in supportsControlAction()
90 if (!f2.hasCategory(f1.getCategory(i))) { in filterEquals()761 + filter.hasCategory(Intent.CATEGORY_DEFAULT)); in buildResolveList()762 if (!defaultOnly || filter.hasCategory(Intent.CATEGORY_DEFAULT)) { in buildResolveList()
291 if (intent.hasCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK)) { in onControlRequest()321 && intent.hasCategory(CATEGORY_SAMPLE_ROUTE)) { in onControlRequest()
572 return hasCategory(Intent.CATEGORY_APP_BROWSER) || in handleAllWebDataURI()595 || !hasCategory(Intent.CATEGORY_BROWSABLE) in handlesWebUris()1441 public final boolean hasCategory(String category) { in hasCategory() method in IntentFilter
6788 public boolean hasCategory(String category) { in hasCategory() method
348 public boolean hasCategory(String category) { in hasCategory() method in ApduServiceInfo
987 && intent.hasCategory(CATEGORY_HOME)995 && intent.hasCategory(CATEGORY_LAUNCHER)
5284 return intent.hasCategory(Intent.CATEGORY_BROWSABLE) in isImplicitlyExposedIntent()5639 outInfo.hasDefault = outInfo.hasCategory(Intent.CATEGORY_DEFAULT); in parseIntent()
7517 method public boolean hasCategory(java.lang.String);7881 method public final boolean hasCategory(java.lang.String);
9220 method public boolean hasCategory(java.lang.String);9618 method public final boolean hasCategory(java.lang.String);
9743 method public boolean hasCategory(java.lang.String);10197 method public final boolean hasCategory(java.lang.String);