Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/default/tests/
DInitDataParserUnittest.cpp49 const Vector<String8>& expectedKeys) { in attemptParseExpectingSuccess() argument
60 for (size_t i = 0; i < expectedKeys.size(); ++i) { in attemptParseExpectingSuccess()
62 android::encodeBase64Url(expectedKeys[i], kKeyIdSize, in attemptParseExpectingSuccess()
93 Vector<String8> expectedKeys; in TEST_F() local
94 expectedKeys.push(String8("01234567890ABCDE")); in TEST_F()
96 attemptParseExpectingSuccess(initData, kCencMimeType, expectedKeys); in TEST_F()
118 Vector<String8> expectedKeys; in TEST_F() local
119 expectedKeys.push(String8("01234567890ABCDE")); in TEST_F()
120 expectedKeys.push(String8("ClearKeyClearKey")); in TEST_F()
121 expectedKeys.push(String8(" GOOGLE GOOGLE ")); in TEST_F()
[all …]