Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
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()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageInstallerSessionTest.kt144 val childSession2 = createSession(sessionId = 345, parentSessionId = 123) in <lambda>() constant
145 writeRestoreAssert(listOf(session, childSession1, childSession2)) in <lambda>()