Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/rollback/
H A DRollbackInfo.java50 List<VersionedPackage> causePackages, int committedSessionId) { in RollbackInfo() argument
55 this.mCommittedSessionId = committedSessionId; in RollbackInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/
H A DREADME.md222 -committedSessionId: 1845805640
230 -committedSessionId: 2096717281
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommand.java667 final int committedSessionId = rollback.getCommittedSessionId(); in runRollbackApp() local
668 return doWaitForStagedSessionReady(committedSessionId, stagedReadyTimeoutMs, pw); in runRollbackApp()