Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/rollback/
H A DRollbackInfo.java46 private int mCommittedSessionId; field in RollbackInfo
55 this.mCommittedSessionId = committedSessionId; in RollbackInfo()
63 mCommittedSessionId = in.readInt(); in RollbackInfo()
94 return mCommittedSessionId; in getCommittedSessionId()
102 mCommittedSessionId = sessionId; in setCommittedSessionId()
126 out.writeInt(mCommittedSessionId); in writeToParcel()