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.java267 final int sessionId = allocateSessionIdLocked(); in allocateStageDirLegacy()
281 final int sessionId = allocateSessionIdLocked(); in allocateExternalStageCidLegacy()
522 sessionId = allocateSessionIdLocked(); in createSessionInternal()
620 private int allocateSessionIdLocked() { in allocateSessionIdLocked() method in PackageInstallerService