Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DFontRequestTest.java41 private static final String QUERY = "query"; field in FontRequestTest
50 new FontRequest(null, PACKAGE, QUERY); in testShortConstructor_nullAuthority()
55 new FontRequest(PROVIDER, null, QUERY); in testShortConstructor_nullPackage()
66 FontRequest request = new FontRequest(PROVIDER, PACKAGE, QUERY); in testShortConstructor_defaults()
75 new FontRequest(null, PACKAGE, QUERY, CERTS); in testLongConstructor_nullAuthority()
80 new FontRequest(PROVIDER, null, QUERY, CERTS); in testLongConstructor_nullPackage()
90 new FontRequest(PROVIDER, PACKAGE, QUERY, null); in testLongConstructor_nullCerts()
/cts/hostsidetests/theme/app/src/android/theme/app/modifiers/
DSearchViewModifier.java28 public static final int QUERY = 1; field in SearchViewModifier
46 case QUERY: in modifyViewBeforeAdd()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DMockConditionProvider.java34 static final String QUERY = "query_item"; field in MockConditionProvider
80 .appendQueryParameter(QUERY, queryValue) in toConditionId()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DEphemeralActivity.java41 final String query = intent.getStringExtra(SearchManager.QUERY); in onCreate()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp2/src/com/android/cts/ephemeralapp2/
DEphemeralActivity.java40 final String query = intent.getStringExtra(SearchManager.QUERY); in onCreate()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DNormalActivity.java43 final String query = intent.getStringExtra(SearchManager.QUERY); in onCreate()
/cts/tests/tests/content/src/android/content/cts/
DAvailableIntentsTest.java107 intent.putExtra(SearchManager.QUERY, uri); in testWebSearchNormalUrl()
118 intent.putExtra(SearchManager.QUERY, uri); in testWebSearchSecureUrl()
129 intent.putExtra(SearchManager.QUERY, searchString); in testWebSearchPlainText()
/cts/hostsidetests/theme/app/src/android/theme/app/
DTestConfiguration.java214 new SearchViewModifier(SearchViewModifier.QUERY)),