Searched refs:testPkgName1 (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | BackgroundRestrictionTest.java | 1177 final String testPkgName1 = TEST_PACKAGE_BASE + testPkgIndex1; in testLongFGSMonitor() local 1307 new String[] {testPkgName2, testPkgName1}, in testLongFGSMonitor() 1362 testPkgName1, testUid1, fgsNotificationId, false); in testLongFGSMonitor() 1373 testPkgName1, testUid1, fgsNotificationId, true); in testLongFGSMonitor() 1395 final String testPkgName1 = TEST_PACKAGE_BASE + testPkgIndex1; in testLongFGSExemptions() local 1533 new String[] {testPkgName1, testPkgName2}, in testLongFGSExemptions() 1544 new String[] {testPkgName1}, in testLongFGSExemptions() 1550 new String[] {testPkgName1}, in testLongFGSExemptions() 1957 eq(testPkgName1), in testBgCurrentDrainMonitorExemptions() 2163 eq(testPkgName1), in testBgCurrentDrainMonitorExemptions() [all …]
|