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.java281 final int sessionId = allocateSessionIdLocked(); in allocateInternalStageDirLegacy()
295 final int sessionId = allocateSessionIdLocked(); in allocateExternalStageCidLegacy()
571 sessionId = allocateSessionIdLocked(); in createSessionInternal()
662 private int allocateSessionIdLocked() { in allocateSessionIdLocked() method in PackageInstallerService