Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DFontRequestTest.java45 private static final List<List<byte[]>> CERTS = Arrays.asList(Arrays.asList(BYTE_ARRAY)); field in FontRequestTest
75 new FontRequest(null, PACKAGE, QUERY, CERTS); in testLongConstructor_nullAuthority()
80 new FontRequest(PROVIDER, null, QUERY, CERTS); in testLongConstructor_nullPackage()
85 new FontRequest(PROVIDER, PACKAGE, null, CERTS); in testLongConstructor_nullQuery()