Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DStagingManagerTest.java537 FakeStagedSession childSession2 = new FakeStagedSession(202); in getStagedApexInfos_parentSession() local
538 childSession2.setIsApex(true); in getStagedApexInfos_parentSession()
541 Arrays.asList(childSession1, childSession2, nonApexChild)); in getStagedApexInfos_parentSession()
568 FakeStagedSession childSession2 = new FakeStagedSession(124); in getStagedApexModuleNames_returnsStagedApexModules() local
569 childSession2.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.kt142 val childSession2 = createSession(sessionId = 345, parentSessionId = 123) regex
143 writeRestoreAssert(listOf(session, childSession1, childSession2))