Searched refs:MIN_SIZE (Results 1 – 2 of 2) sorted by relevance
40 private static final long MIN_SIZE = 2; field in BatteryLevelData116 Preconditions.checkArgument(mapSize >= MIN_SIZE, "batteryLevelMap size:" + mapSize); in BatteryLevelData()188 return batteryLevelMap.size() < MIN_SIZE ? null : new BatteryLevelData(batteryLevelMap); in combine()202 timestampList.size() >= MIN_SIZE, "timestampList size:" + timestampList.size()); in getDailyTimestamps()
57 private const val MIN_SIZE = 0.85f constant100 MIN_SIZE,107 MIN_SIZE,