Searched refs:endRepeatedObject (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/proto/
H A DProtoOutputStream.java2008 * Bit 60 - true if the object is repeated (lets us require endObject or endRepeatedObject)
2139 public void endRepeatedObject(long token) { method in class:ProtoOutputStream
2167 * Common implementation of endObject and endRepeatedObject.
2183 throw new IllegalArgumentException("endRepeatedObject called where endObject should"
2186 throw new IllegalArgumentException("endObject called where endRepeatedObject should"

Completed in 13 milliseconds