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
245 ProtoInputStream protoInputStream = new ProtoInputStream(fileInputStream); in testWriteBackgroundInstalledPackagesToDisk_empty() local300 ProtoInputStream protoInputStream = new ProtoInputStream(fileInputStream); in testWriteBackgroundInstalledPackagesToDisk_one() local357 ProtoInputStream protoInputStream = new ProtoInputStream(fileInputStream); in testWriteBackgroundInstalledPackagesToDisk_two() local
383 ProtoInputStream protoInputStream = new ProtoInputStream(fileInputStream); in initBackgroundInstalledPackages() local
1348 public void readFromProto(ProtoInputStream protoInputStream, long fieldId) throws IOException { in readFromProto()