Searched refs:PACKAGE3 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | BroadcastRecordTest.java | 79 private static final String PACKAGE3 = "pkg3"; field in BroadcastRecordTest 125 createResolveInfo(PACKAGE3, getAppId(3), 0)))); in testIsPrioritized_No() 129 createResolveInfo(PACKAGE3, getAppId(3), 10)))); in testIsPrioritized_No() 135 createResolveInfo(PACKAGE3, getAppId(3), 0)), false)); in testIsPrioritized_No() 140 createResolveInfo(PACKAGE3, getAppId(3), 10)), false)); in testIsPrioritized_No() 148 createResolveInfo(PACKAGE3, getAppId(3), -10)))); in testIsPrioritized_Yes() 152 createResolveInfo(PACKAGE3, getAppId(3), 0)))); in testIsPrioritized_Yes() 158 createResolveInfo(PACKAGE3, getAppId(3), -10)), false)); in testIsPrioritized_Yes() 163 createResolveInfo(PACKAGE3, getAppId(3), 10), in testIsPrioritized_Yes() 164 createResolveInfo(PACKAGE3, getAppId(3), 0), in testIsPrioritized_Yes() [all …]
|