Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java947 Key<String> gpsProcessingMethodKey = in testReadWriteString() local
954 mMetadata.set(gpsProcessingMethodKey, helloWorld); in testReadWriteString()
956 String actual = mMetadata.get(gpsProcessingMethodKey); in testReadWriteString()
959 byte[] actualBytes = mMetadata.readValues(getTag(gpsProcessingMethodKey.getName())); in testReadWriteString()