Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DStatsEvent.java726 private boolean hasEnoughSpace(final int index, final int numBytes) { in hasEnoughSpace() method in StatsEvent.Buffer
742 if (hasEnoughSpace(index, Byte.BYTES)) {
768 if (hasEnoughSpace(index, Integer.BYTES)) {
787 if (hasEnoughSpace(index, Long.BYTES)) { in putLong()
822 if (hasEnoughSpace(index, numBytes)) { in putByteArray()