Home
last modified time | relevance | path

Searched refs:gpsProcessingMethodKeyArray (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java965 Key<String[]> gpsProcessingMethodKeyArray = in testReadWriteString() local
974 mMetadata.set(gpsProcessingMethodKeyArray, gpsStrings); in testReadWriteString()
976 String[] actualArray = mMetadata.get(gpsProcessingMethodKeyArray); in testReadWriteString()
979 byte[] actualBytes2 = mMetadata.readValues(getTag(gpsProcessingMethodKeyArray.getName())); in testReadWriteString()