Searched refs:readBlob (Results 1 – 3 of 3) sorted by relevance
42 Method readBlob = null;45 readBlob = parcelClass.getMethod("readBlob", new Class[] {});49 readBlob = null;52 sReadBlobMethod = readBlob;63 byte[] payload = in.readBlob(); in CarAppBlockingPolicy()
127 byte[] bytes = in.readBlob(); in CarPropertyValue()130 mValue = (T) in.readBlob(); in CarPropertyValue()
146 private byte[] readBlob() throws IOException { in readBlob() method in PersistentLogFileHandler168 byte[] blob = readBlob(); in getLogs()