Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java593 NotifFilter filter2 = spy(new PackageFilter(PACKAGE_5)); in testNotifFiltersCanBePreempted() local
595 mListBuilder.addPreGroupFilter(filter2); in testNotifFiltersCanBePreempted()
608 verify(filter2).shouldFilterOut(eq(mEntrySet.get(0)), anyLong()); in testNotifFiltersCanBePreempted()
618 assertEquals(filter2, mEntrySet.get(2).getExcludingFilter()); in testNotifFiltersCanBePreempted()
1080 NotifFilter filter2 = spy(new PackageFilter(PACKAGE_5)); in testNotifFiltersAreAllSentTheSameNow() local
1083 mListBuilder.addPreGroupFilter(filter2); in testNotifFiltersAreAllSentTheSameNow()
1096 verify(filter2).shouldFilterOut(mEntrySet.get(0), 10047); in testNotifFiltersAreAllSentTheSameNow()
1099 verify(filter2).shouldFilterOut(mEntrySet.get(1), 10047); in testNotifFiltersAreAllSentTheSameNow()
2279 NotifFilter filter2 = new PackageFilter(PACKAGE_0); in testMultipleInvalidationsCoalesce() local
2281 mListBuilder.addFinalizeFilter(filter2); in testMultipleInvalidationsCoalesce()
[all …]
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastRecordTest.java616 final IntentFilter filter2 = new IntentFilter(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup_withMatchingFilter() local
620 filter2.setExtras(bundle2); in testMatchesDeliveryGroup_withMatchingFilter()
622 options2.setDeliveryGroupMatchingFilter(filter2); in testMatchesDeliveryGroup_withMatchingFilter()