Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java470 final int testPkgIndex = 2; in testTogglingBackgroundRestrictInternal() local
471 final String testPkgName = TEST_PACKAGE_BASE + testPkgIndex; in testTogglingBackgroundRestrictInternal()
473 final int testUid = UserHandle.getUid(testUser, TEST_PACKAGE_APPID_BASE + testPkgIndex); in testTogglingBackgroundRestrictInternal()
566 final int testPkgIndex = 2; in testTogglingStandbyBucket() local
567 final String testPkgName = TEST_PACKAGE_BASE + testPkgIndex; in testTogglingStandbyBucket()
617 final int testPkgIndex = 2; in testBgCurrentDrainMonitor() local
618 final String testPkgName = TEST_PACKAGE_BASE + testPkgIndex; in testBgCurrentDrainMonitor()
621 TEST_PACKAGE_APPID_BASE + testPkgIndex); in testBgCurrentDrainMonitor()
623 TEST_PACKAGE_APPID_BASE + testPkgIndex + 1); in testBgCurrentDrainMonitor()
2516 final int testPkgIndex = 1; in runTestExcessiveEvent() local
[all …]