Searched refs:hasCategory (Results 1 – 20 of 20) sorted by relevance
235 assertFalse(intent.hasCategory(Intent.CATEGORY_TYPED_OPENABLE)); in testShareSelectedDocuments_Single()236 assertFalse(intent.hasCategory(Intent.CATEGORY_OPENABLE)); in testShareSelectedDocuments_Single()262 assertFalse(intent.hasCategory(Intent.CATEGORY_TYPED_OPENABLE)); in testShareSelectedDocuments_Multiple()263 assertFalse(intent.hasCategory(Intent.CATEGORY_OPENABLE)); in testShareSelectedDocuments_Multiple()291 assertTrue(intent.hasCategory(Intent.CATEGORY_TYPED_OPENABLE)); in testShareSelectedDocuments_VirtualFiles()292 assertFalse(intent.hasCategory(Intent.CATEGORY_OPENABLE)); in testShareSelectedDocuments_VirtualFiles()306 assertFalse(intent.hasCategory(Intent.CATEGORY_OPENABLE)); in testShareSelectedDocuments_RegularAndVirtualFiles()308 assertTrue(intent.hasCategory(Intent.CATEGORY_TYPED_OPENABLE)); in testShareSelectedDocuments_RegularAndVirtualFiles()324 assertFalse(intent.hasCategory(Intent.CATEGORY_TYPED_OPENABLE)); in testShareSelectedDocuments_OmitsPartialFiles()325 assertFalse(intent.hasCategory(Intent.CATEGORY_OPENABLE)); in testShareSelectedDocuments_OmitsPartialFiles()
93 && (intent.hasCategory(Intent.CATEGORY_HOME) in isHomeIntent()94 || intent.hasCategory(Intent.CATEGORY_SECONDARY_HOME)) in isHomeIntent()
954 if (!intent.hasCategory(ALARM_DISMISS_TAG) && in <lambda>()955 !intent.hasCategory(ALARM_SNOOZE_TAG)) { in <lambda>()962 if (intent.hasCategory(ALARM_DISMISS_TAG)) { in <lambda>()964 } else if (intent.hasCategory(ALARM_SNOOZE_TAG)) { in <lambda>()
71 if (filter.hasCategory(Intent.CATEGORY_BROWSABLE) in getHandledDomains()
92 check(deletionType.hasCategory) { in getCategoryLabel()
192 val hasCategory: Boolean constant in com.android.healthconnect.controller.deletion.DeletionType
164 if (apduServiceInfo.hasCategory(CardEmulation.CATEGORY_PAYMENT)) { in getQualifyingApduServicesAsUser()
104 if (!FALLBACK_INTENT.hasCategory(Intent.CATEGORY_APP_CONTACTS)) { in ZenPrioritySendersHelper()
281 && launchIntent.hasCategory(Intent.CATEGORY_LAUNCHER) in isLauncherAppTarget()
103 if (!FALLBACK_INTENT.hasCategory(Intent.CATEGORY_APP_CONTACTS)) { in ZenModePrioritySendersPreferenceController()
261 && intent.hasCategory(Intent.CATEGORY_BROWSABLE) in clickLaunchButton_shouldLaunchViewIntent()
162 when(mServiceInfoPayment.hasCategory(eq(CardEmulation.CATEGORY_PAYMENT))).thenReturn(true); in setUp()163 when(mServiceInfoNonPayment.hasCategory(eq(CardEmulation.CATEGORY_PAYMENT))).thenReturn(false); in setUp()
1179 when(apduServiceInfo.hasCategory(category)).thenReturn(true); in createServiceResolveInfo()
299 && intent.hasCategory(Intent.CATEGORY_BROWSABLE); in isViewActionIntent()
371 if (serviceInfo.hasCategory(CardEmulation.CATEGORY_PAYMENT)) { in isForegroundAllowedLocked()
401 if (service.hasCategory(category)) services.add(service); in getServicesForCategory()586 if (!service.hasCategory(CardEmulation.CATEGORY_OTHER)) { in invalidateOther()
431 if (service.hasCategory(CardEmulation.CATEGORY_PAYMENT) in verifyDefaults()
282 state.openableOnly = intent.hasCategory(Intent.CATEGORY_OPENABLE); in includeState()
629 if (filter.hasCategory(Intent.CATEGORY_BROWSABLE) in getHandledDomains()
25 Landroid/nfc/cardemulation/ApduServiceInfo;->hasCategory(Ljava/lang/String;)Z