Searched refs:hasCategory (Results 1 – 17 of 17) 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
6880 public boolean hasCategory(String category) { in hasCategory() method
373 public boolean hasCategory(String category) { in hasCategory() method in ApduServiceInfo
997 && intent.hasCategory(CATEGORY_HOME)1005 && intent.hasCategory(CATEGORY_LAUNCHER)
5442 return intent.hasCategory(Intent.CATEGORY_BROWSABLE) in isImplicitlyExposedIntent()5797 outInfo.hasDefault = outInfo.hasCategory(Intent.CATEGORY_DEFAULT); in parseIntent()
1269 return filter.hasCategory(Intent.CATEGORY_BROWSABLE) in hasValidDomains()23519 if (filter.hasCategory(Intent.CATEGORY_BROWSABLE) in dumpDomainString()
7517 method public boolean hasCategory(java.lang.String);7881 method public final boolean hasCategory(java.lang.String);
9254 method public boolean hasCategory(java.lang.String);9654 method public final boolean hasCategory(java.lang.String);
9289 method public boolean hasCategory(java.lang.String);9689 method public final boolean hasCategory(java.lang.String);
9777 method public boolean hasCategory(java.lang.String);10204 method public final boolean hasCategory(java.lang.String);
19182 HSPLandroid/content/Intent;->hasCategory(Ljava/lang/String;)Z19258 HSPLandroid/content/IntentFilter;->hasCategory(Ljava/lang/String;)Z