Searched refs:sPhotoByteArrayForComplicatedCase (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardImporterTests.java401 /* package */ static final byte[] sPhotoByteArrayForComplicatedCase; field in class:VCardImporterTests
405 sPhotoByteArrayForComplicatedCase = new byte[length];
407 sPhotoByteArrayForComplicatedCase[i] = (byte)sPhotoIntArrayForComplicatedCase[i];
596 null, sPhotoByteArrayForComplicatedCase, mContentValuesForBase64V21,
676 .put(Photo.PHOTO, sPhotoByteArrayForComplicatedCase);
1218 null, sPhotoByteArrayForComplicatedCase, mContentValuesForBase64V21,
H A DVCardExporterTests.java49 VCardImporterTests.sPhotoByteArrayForComplicatedCase;

Completed in 77 milliseconds