Searched defs:skipRead (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/proto/
H A DEncodedBuffer.java164 public void skipRead(int amount) { method in class:EncodedBuffer
166 throw new RuntimeException("skipRead with negative amount=" + amount);

Completed in 49 milliseconds