Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DFontRequestTest.java40 private static final String PROVIDER = "com.test.fontprovider.authority"; field in FontRequestTest
55 new FontRequest(PROVIDER, null, QUERY); in testShortConstructor_nullPackage()
60 new FontRequest(PROVIDER, PACKAGE, null); in testShortConstructor_nullQuery()
66 FontRequest request = new FontRequest(PROVIDER, PACKAGE, QUERY); in testShortConstructor_defaults()
80 new FontRequest(PROVIDER, null, QUERY, CERTS); in testLongConstructor_nullPackage()
85 new FontRequest(PROVIDER, PACKAGE, null, CERTS); in testLongConstructor_nullQuery()
90 new FontRequest(PROVIDER, PACKAGE, QUERY, null); in testLongConstructor_nullCerts()