Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastRecordTest.java77 private static final String PACKAGE1 = "pkg1"; field in BroadcastRecordTest
105 assertFalse(isPrioritized(List.of(createResolveInfo(PACKAGE1, getAppId(1), 0)))); in testIsPrioritized_Single()
106 assertFalse(isPrioritized(List.of(createResolveInfo(PACKAGE1, getAppId(1), -10)))); in testIsPrioritized_Single()
107 assertFalse(isPrioritized(List.of(createResolveInfo(PACKAGE1, getAppId(1), 10)))); in testIsPrioritized_Single()
111 createResolveInfo(PACKAGE1, getAppId(1), 0)), false)); in testIsPrioritized_Single()
114 createResolveInfo(PACKAGE1, getAppId(1), -10)), false)); in testIsPrioritized_Single()
117 createResolveInfo(PACKAGE1, getAppId(1), 10)), false)); in testIsPrioritized_Single()
123 createResolveInfo(PACKAGE1, getAppId(1), 0), in testIsPrioritized_No()
127 createResolveInfo(PACKAGE1, getAppId(1), 10), in testIsPrioritized_No()
133 createResolveInfo(PACKAGE1, getAppId(1), 0), in testIsPrioritized_No()
[all …]