Searched refs:blob (Results 1 – 19 of 19) sorted by relevance
69 public static FolderList fromBlob(byte[] blob) { in fromBlob() argument70 if (blob == null) { in fromBlob()75 p.unmarshall(blob, 0, blob.length); in fromBlob()
563 final byte[] blob = ((ConversationCursor) cursor).getCachedBlob( in readConversationInfo()565 if (blob != null && blob.length > 0) { in readConversationInfo()566 return ConversationInfo.fromBlob(blob); in readConversationInfo()584 final byte[] blob = ((ConversationCursor) cursor).getCachedBlob( in readRawFolders()586 if (blob != null && blob.length > 0) { in readRawFolders()587 return FolderList.fromBlob(blob); in readRawFolders()
92 public static ConversationInfo fromBlob(byte[] blob) { in fromBlob() argument93 if (blob == null) { in fromBlob()97 p.unmarshall(blob, 0, blob.length); in fromBlob()
26 public static String blobToString(@Nullable final Blob blob) { in blobToString() argument27 return "Blob : " + byteArrayToString(null == blob ? null : blob.data); in blobToString()
193 @Nullable final String name, @Nullable final Blob blob, in storeBlob() argument195 final byte[] data = null == blob ? null : blob.data; in storeBlob()
342 byte[] blob = cursor.getBlob(numberColumn); in queryDistinctDialerPhoneNumbersFromAnnotatedCallLog()343 if (blob == null) { in queryDistinctDialerPhoneNumbersFromAnnotatedCallLog()348 numbers.add(DialerPhoneNumber.parseFrom(blob)); in queryDistinctDialerPhoneNumbersFromAnnotatedCallLog()403 byte[] blob = cursor.getBlob(numberColumn); in collectIdAndNumberFromAnnotatedCallLogAndPendingInserts()404 if (blob == null) { in collectIdAndNumberFromAnnotatedCallLogAndPendingInserts()410 dialerPhoneNumber = DialerPhoneNumber.parseFrom(blob); in collectIdAndNumberFromAnnotatedCallLogAndPendingInserts()
175 byte[] blob = c.getBlob(i); in dumpCursor()177 sb.append(blob == null ? "null" : blob.length + "b"); in dumpCursor()
521 byte[] blob = req.buffer; in getBlob()524 if (file.read(blob, 0, length) != length) { in getBlob()528 if (checkSum(blob, 0, length) != sum) { in getBlob()
168 byte[] blob = readBlob(); in getLogs()170 try (DataInputStream input = new DataInputStream(new ByteArrayInputStream(blob))) { in getLogs()
274 byte[] blob = cursor.getBlob(0); in readFromDb()279 return BitmapFactory.decodeByteArray(blob, 0, blob.length, opts); in readFromDb()
183 final String l2Key, final String name, final Blob blob) throws RemoteException {185 null == blob ? null : blob.data);
42 // (blob?) column.
456 final byte[] blob = new EncodedStringValue( in loadParts()460 baos.write(blob, 0, blob.length); in loadParts()
412 // https://github.com/googleapis/googleapis/blob/master/google/type/latlng.proto433 // https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/timestamp.proto
21 …e check the details in [license.txt](https://github.com/miloyip/rapidjson/blob/master/license.txt).
1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...