Home
last modified time | relevance | path

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

/frameworks/base/services/companion/java/com/android/server/companion/association/
DAssociations.java33 private int mMaxId = 0; field in Associations
50 mMaxId = maxId; in setMaxId()
62 return mMaxId; in getMaxId()
DAssociationStore.java135 private int mMaxId = 0; field in AssociationStore
165 mMaxId = 0; in refreshCache()
175 mMaxId = Math.max(mMaxId, entry.getValue().getMaxId()); in refreshCache()
188 return mMaxId; in getMaxId()
217 mMaxId = Math.max(mMaxId, id); in addAssociation()
308 associations.setMaxId(mMaxId); in writeCacheToDisk()