Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java312 final int sessionId = allocateSessionIdLocked(); in allocateStageDirLegacy()
326 final int sessionId = allocateSessionIdLocked(); in allocateExternalStageCidLegacy()
670 sessionId = allocateSessionIdLocked(); in createSessionInternal()
763 private int allocateSessionIdLocked() { in allocateSessionIdLocked() method in PackageInstallerService