Home | History | Annotate | Download | only in vcard

Lines Matching defs:mBytes

980         private final byte[] mBytes;
986 mBytes = photoBytes;
997 builder.withValue(Photo.PHOTO, mBytes);
1006 return mBytes == null || mBytes.length == 0;
1019 && Arrays.equals(mBytes, photoData.mBytes)
1031 if (mBytes != null) {
1032 for (byte b : mBytes) {
1044 return String.format("format: %s: size: %d, isPrimary: %s", mFormat, mBytes.length,
1058 return mBytes;