OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:legacyinfos
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
MediaCodecListTest.java
212
MediaCodecInfo[]
legacyInfos
= getLegacyInfos();
213
assertEquals(
legacyInfos
.length, mRegularInfos.length);
214
for (int i = 0; i <
legacyInfos
.length; ++i) {
215
assertEquals(
legacyInfos
[i], mRegularInfos[i]);
Completed in 544 milliseconds