Home
last modified time | relevance | path

Searched refs:filter3 (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastRecordTest.java630 final IntentFilter filter3 = new IntentFilter(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup_withMatchingFilter() local
634 filter3.setExtras(bundle3); in testMatchesDeliveryGroup_withMatchingFilter()
636 options3.setDeliveryGroupMatchingFilter(filter3); in testMatchesDeliveryGroup_withMatchingFilter()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java1081 NotifFilter filter3 = spy(new PackageFilter(PACKAGE_5)); in testNotifFiltersAreAllSentTheSameNow() local
1084 mListBuilder.addPreGroupFilter(filter3); in testNotifFiltersAreAllSentTheSameNow()
1097 verify(filter3).shouldFilterOut(mEntrySet.get(0), 10047); in testNotifFiltersAreAllSentTheSameNow()
1100 verify(filter3).shouldFilterOut(mEntrySet.get(1), 10047); in testNotifFiltersAreAllSentTheSameNow()