Searched refs:isCryptoSchemeSupportedNative (Results 1 – 1 of 1) sorted by relevance
134 assertTrue(isCryptoSchemeSupportedNative(uuidByteArray(COMMON_PSSH_SCHEME_UUID))); in testIsCryptoSchemeSupported()135 assertTrue(isCryptoSchemeSupportedNative(uuidByteArray(CLEARKEY_SCHEME_UUID))); in testIsCryptoSchemeSupported()139 assertFalse(isCryptoSchemeSupportedNative(uuidByteArray(BAD_SCHEME_UUID))); in testIsCryptoSchemeNotSupported()220 if (!isCryptoSchemeSupportedNative(uuidByteArray(drmSchemeUuid))) { in testClearKeyPlayback()274 private static native boolean isCryptoSchemeSupportedNative(final byte[] uuid); in isCryptoSchemeSupportedNative() method in NativeMediaDrmClearkeyTest