Home
last modified time | relevance | path

Searched defs:committedSessionId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/rollback/
DRollbackInfo.java56 int committedSessionId, in RollbackInfo()
72 int committedSessionId) { in RollbackInfo()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java666 final int committedSessionId = rollback.getCommittedSessionId(); in runRollbackApp() local