Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DStagingManager.java126 CompletableFuture<Void> installSession(); in installSession() method
490 session.installSession().get(); in installApksInSession()
H A DPackageInstallerSession.java641 public CompletableFuture<Void> installSession() { in installSession() method in PackageInstallerSession.StagedSession
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DStagingManagerTest.java956 public CompletableFuture<Void> installSession() { in installSession() method in StagingManagerTest.FakeStagedSession