Searched refs:expectedKeys (Results 1 – 1 of 1) sorted by relevance
49 const Vector<String8>& expectedKeys) { in attemptParseExpectingSuccess() argument60 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() local94 expectedKeys.push(String8("01234567890ABCDE")); in TEST_F()96 attemptParseExpectingSuccess(initData, kCencMimeType, expectedKeys); in TEST_F()118 Vector<String8> expectedKeys; in TEST_F() local119 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 …]