Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DStagingManagerTest.java535 FakeStagedSession childSession1 = new FakeStagedSession(201); in getStagedApexInfos_parentSession() local
536 childSession1.setIsApex(true); in getStagedApexInfos_parentSession()
541 Arrays.asList(childSession1, childSession2, nonApexChild)); in getStagedApexInfos_parentSession()
566 FakeStagedSession childSession1 = new FakeStagedSession(123); in getStagedApexModuleNames_returnsStagedApexModules() local
567 childSession1.setIsApex(true); in getStagedApexModuleNames_returnsStagedApexModules()
572 Arrays.asList(childSession1, childSession2, nonApexChild)); in getStagedApexModuleNames_returnsStagedApexModules()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageInstallerSessionTest.kt141 val childSession1 = createSession(sessionId = 234, parentSessionId = 123) regex
143 writeRestoreAssert(listOf(session, childSession1, childSession2))