Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/proto/
DProtoStream.java55 public @interface WireType {} annotation in ProtoStream
478 public static @Nullable String getWireTypeString(@WireType int wireType) { in getWireTypeString()
DProtoOutputStream.java2281 public void writeTag(int id, @WireType int wireType) { in writeTag()