Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java168 addNotif(4, PACKAGE_5).setRank(4).modifyNotification(mContext).setWhen(11); in testNotifsAreSortedByRankAndWhen()
327 addGroupSummary(0, PACKAGE_5, GROUP_1); in testGroupsWithNoChildrenAreUngrouped()
328 addNotif(1, PACKAGE_5); in testGroupsWithNoChildrenAreUngrouped()
590 NotifFilter filter2 = spy(new PackageFilter(PACKAGE_5)); in testNotifFiltersCanBePreempted()
597 addNotif(2, PACKAGE_5); in testNotifFiltersCanBePreempted()
749 final NotifSectioner pkg5Sectioner = spy(new PackageSectioner(PACKAGE_5)); in testNotifSections()
767 addNotif(9, PACKAGE_5); in testNotifSections()
871 addNotif(1, PACKAGE_5); in testThatNotifComparatorsAreCalled()
892 List.of(PACKAGE_1, PACKAGE_2, PACKAGE_4, PACKAGE_5), comparator); in testThatSectionComparatorsAreCalled()
901 addNotif(5, PACKAGE_5); in testThatSectionComparatorsAreCalled()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierPrivilegesTrackerTest.java100 private static final String PACKAGE_5 = "android.test.package5"; field in CarrierPrivilegesTrackerTest
884 new PackageCertInfo(PACKAGE_5, CERT_1, USER_1, UID_1), in testGetCarrierPackageNameForIntent()
899 ResolveInfo privilegeService = new ResolveInfoBuilder().setService(PACKAGE_5).build(); in testGetCarrierPackageNameForIntent()
917 assertEquals(Set.of(PACKAGE_1, PACKAGE_3, PACKAGE_5, PACKAGE_7), in testGetCarrierPackageNameForIntent()