Searched refs:PACKAGE2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | BroadcastRecordTest.java | 78 private static final String PACKAGE2 = "pkg2"; field in BroadcastRecordTest 124 createResolveInfo(PACKAGE2, getAppId(2), 0), in testIsPrioritized_No() 128 createResolveInfo(PACKAGE2, getAppId(2), 10), in testIsPrioritized_No() 134 createResolveInfo(PACKAGE2, getAppId(2), 0), in testIsPrioritized_No() 139 createResolveInfo(PACKAGE2, getAppId(2), 10), in testIsPrioritized_No() 147 createResolveInfo(PACKAGE2, getAppId(2), 0), in testIsPrioritized_Yes() 151 createResolveInfo(PACKAGE2, getAppId(2), 0), in testIsPrioritized_Yes() 157 createResolveInfo(PACKAGE2, getAppId(2), 0), in testIsPrioritized_Yes() 162 createResolveInfo(PACKAGE2, getAppId(2), 20), in testIsPrioritized_Yes() 362 assertFalse(isReceiverEquals(info, createResolveInfo(PACKAGE2, getAppId(2)))); in testIsReceiverEquals()
|