Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DNativeMediaDrmClearkeyTest.java170 testGetPropertyStringNative(uuidByteArray(CLEARKEY_SCHEME_UUID), "description", value); in testGetPropertyString()
174 testGetPropertyStringNative(uuidByteArray(CLEARKEY_SCHEME_UUID), "description", value); in testGetPropertyString()
190 testGetPropertyStringNative(uuidByteArray(CLEARKEY_SCHEME_UUID), in testUnknownPropertyString()
200 testGetPropertyStringNative(uuidByteArray(CLEARKEY_SCHEME_UUID), in testUnknownPropertyString()
281 private static native boolean testGetPropertyStringNative(final byte[] uuid, in testGetPropertyStringNative() method in NativeMediaDrmClearkeyTest