Searched refs:getMaxId (Results 1 – 4 of 4) sorted by relevance
61 public int getMaxId() { in getMaxId() method in Associations
175 mMaxId = Math.max(mMaxId, entry.getValue().getMaxId()); in refreshCache()186 public int getMaxId() { in getMaxId() method in AssociationStore197 return getMaxId() + 1; in getNextId()
460 writeIntAttribute(serializer, XML_ATTR_MAX_ID, associations.getMaxId()); in writeAssociations()
89 final int maxId = mAssociationStore.getMaxId(); in onCommand()