Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/rollback/
DRollbackInfo.java47 private int mCommittedSessionId; field in RollbackInfo
56 this.mCommittedSessionId = committedSessionId; in RollbackInfo()
64 mCommittedSessionId = in.readInt(); in RollbackInfo()
95 return mCommittedSessionId; in getCommittedSessionId()
103 mCommittedSessionId = sessionId; in setCommittedSessionId()
127 out.writeInt(mCommittedSessionId); in writeToParcel()