Searched defs:expectedKeys (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
H A DInitDataParserUnittest.cpp49 const Vector<String8>& expectedKeys) {
60 for (size_t i = 0; i < expectedKeys.size(); ++i) {
62 android::encodeBase64Url(expectedKeys[i], kKeyIdSize,
93 Vector<String8> expectedKeys; local
94 expectedKeys.push(String8("01234567890ABCDE"));
96 attemptParseExpectingSuccess(initData, kCencMimeType, expectedKeys);
118 Vector<String8> expectedKeys; local
119 expectedKeys.push(String8("01234567890ABCDE"));
120 expectedKeys.push(String8("ClearKeyClearKey"));
121 expectedKeys
47 attemptParseExpectingSuccess(const Vector<uint8_t>& initData, const String8& mimeType, const Vector<String8>& expectedKeys) argument
134 Vector<String8> expectedKeys; local
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 108 milliseconds