Home
last modified time | relevance | path

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

/frameworks/base/services/companion/java/com/android/server/companion/association/
DAssociations.java61 public int getMaxId() { in getMaxId() method in Associations
DAssociationStore.java175 mMaxId = Math.max(mMaxId, entry.getValue().getMaxId()); in refreshCache()
186 public int getMaxId() { in getMaxId() method in AssociationStore
197 return getMaxId() + 1; in getNextId()
DAssociationDiskStore.java460 writeIntAttribute(serializer, XML_ATTR_MAX_ID, associations.getMaxId()); in writeAssociations()
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceShellCommand.java89 final int maxId = mAssociationStore.getMaxId(); in onCommand()