Searched refs:redactedXmp (Results 1 – 2 of 2) sorted by relevance
101 final String redactedXmp = new String(xmp.getRedactedXmp()); in testContainer_ExifRedactionRanges() local102 assertThat(redactedXmp).doesNotContain("exif:GPSLatitude"); in testContainer_ExifRedactionRanges()103 assertThat(redactedXmp).doesNotContain("exif:GPSLongitude"); in testContainer_ExifRedactionRanges()104 assertThat(redactedXmp).contains("exif:ShutterSpeedValue"); in testContainer_ExifRedactionRanges()121 final String redactedXmp = new String(xmpInterface.getRedactedXmp()); in testContainer_IsoRedactionRanges() local122 assertThat(redactedXmp).doesNotContain("exif:GPSLatitude"); in testContainer_IsoRedactionRanges()123 assertThat(redactedXmp).doesNotContain("exif:GPSLongitude"); in testContainer_IsoRedactionRanges()124 assertThat(redactedXmp).contains("exif:ShutterSpeedValue"); in testContainer_IsoRedactionRanges()
42 String instanceId, String originalDocumentId, @NonNull byte[] redactedXmp) { in XmpInterface() argument47 mRedactedXmp = redactedXmp; in XmpInterface()77 Builder(byte[] redactedXmp) { in Builder() argument78 mRedactedXmp = redactedXmp; in Builder()