Searched defs:sPhotoByteArrayForComplicatedCase (Results 1 - 1 of 1) 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);
1237 null, sPhotoByteArrayForComplicatedCase, mContentValuesForBase64V21,
1247 null, sPhotoByteArrayForComplicatedCase, mContentValuesForBase64V21,
1329 null, sPhotoByteArrayForComplicatedCase, mContentValuesForBase64V21,

Completed in 217 milliseconds