Searched defs:protoInputStream (Results 1 – 8 of 8) sorted by relevance
216 final ProtoInputStream protoInputStream = new ProtoInputStream(fileInputStream); in parseFile() local252 T read(@NonNull ProtoInputStream protoInputStream); in read()
162 static Event readFromProto(@NonNull ProtoInputStream protoInputStream) throws IOException { in readFromProto()
284 static EventIndex readFromProto(@NonNull ProtoInputStream protoInputStream) throws IOException { in readFromProto()
387 static ConversationInfo readFromProto(@NonNull ProtoInputStream protoInputStream) in readFromProto()
123 ProtoInputStream protoInputStream = new ProtoInputStream(inputStream); in readHibernationStates() local
242 ProtoInputStream protoInputStream = new ProtoInputStream(fileInputStream); in testWriteBackgroundInstalledPackagesToDisk_empty() local299 ProtoInputStream protoInputStream = new ProtoInputStream(fileInputStream); in testWriteBackgroundInstalledPackagesToDisk_one() local358 ProtoInputStream protoInputStream = new ProtoInputStream(fileInputStream); in testWriteBackgroundInstalledPackagesToDisk_two() local
476 ProtoInputStream protoInputStream = new ProtoInputStream(fileInputStream); in initBackgroundInstalledPackages() local
1369 public void readFromProto(ProtoInputStream protoInputStream, long fieldId) throws IOException { in readFromProto()