Searched refs:testPkgName2 (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | BackgroundRestrictionTest.java | 1183 final String testPkgName2 = TEST_PACKAGE_BASE + testPkgIndex2; in testLongFGSMonitor() local 1256 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName2, testUid2, in testLongFGSMonitor() 1259 mAppFGSTracker.onForegroundServiceStateChanged(testPkgName2, testUid2, in testLongFGSMonitor() 1307 new String[] {testPkgName2, testPkgName1}, in testLongFGSMonitor() 1401 final String testPkgName2 = TEST_PACKAGE_BASE + testPkgIndex2; in testLongFGSExemptions() local 1418 doReturn(testPkgName2).when(mInjector).getPackageName(testPid2); in testLongFGSExemptions() 1533 new String[] {testPkgName1, testPkgName2}, in testLongFGSExemptions() 1541 new String[] {testPkgName1, testPkgName2}, in testLongFGSExemptions() 1547 new String[] {testPkgName2}, in testLongFGSExemptions() 1723 final String testPkgName2 = TEST_PACKAGE_BASE + testPkgIndex2; in testBgCurrentDrainMonitorExemptions() local [all …]
|