Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DFontRequestTest.java42 private static final String QUERY = "query"; field in FontRequestTest
52 new FontRequest(null, PACKAGE, QUERY); in testShortConstructor_nullAuthority()
57 new FontRequest(PROVIDER, null, QUERY); in testShortConstructor_nullPackage()
68 FontRequest request = new FontRequest(PROVIDER, PACKAGE, QUERY); in testShortConstructor_defaults()
77 new FontRequest(null, PACKAGE, QUERY, CERTS); in testLongConstructor_nullAuthority()
82 new FontRequest(PROVIDER, null, QUERY, CERTS); in testLongConstructor_nullPackage()
92 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/tests/tests/content/src/android/content/cts/
DUriRelativeFilterGroupTest.java44 private static final String QUERY = "query=test"; field in UriRelativeFilterGroupTest
112 uri += "?" + QUERY; in maskToUri()
128 new UriRelativeFilter(UriRelativeFilter.QUERY, PATTERN_LITERAL, QUERY)); in maskToGroup()
DAvailableIntentsTest.java143 intent.putExtra(SearchManager.QUERY, uri); in testWebSearchNormalUrl()
154 intent.putExtra(SearchManager.QUERY, uri); in testWebSearchSecureUrl()
165 intent.putExtra(SearchManager.QUERY, searchString); in testWebSearchPlainText()
DIntentFilterTest.java26 import static android.content.UriRelativeFilter.QUERY;
859 matchGroup1.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_SIMPLE_GLOB, ".*")); in testMatchDataWithRelRefGroups()
870 noMatchGroup1.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_PREFIX, "query")); in testMatchDataWithRelRefGroups()
871 noMatchGroup1.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_SUFFIX, "widget")); in testMatchDataWithRelRefGroups()
880 matchGroup2.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_PREFIX, "query")); in testMatchDataWithRelRefGroups()
894 disallowGroup.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_PREFIX, "query")); in testMatchDataWithRelRefGroups()
895 disallowGroup.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_SUFFIX, "gizmo")); in testMatchDataWithRelRefGroups()
1249 relRefGroup.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_SIMPLE_GLOB, "q*")); in testWriteToXmlWithRelRefGroup()
1628 relRefGroup.addUriRelativeFilter(new UriRelativeFilter(QUERY, PATTERN_SIMPLE_GLOB, "q*")); in testWriteToParcelWithRelRefGroup()
/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/appcloning/hostside/src/com/android/cts/appcloning/contacts/
DContactsShellCommandHelper.java33 QUERY("query"), enumConstant
107 return buildContentOperationCommand(ContentOperationType.QUERY.operation, endpoint, in getQueryTestContactsCommand()
/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/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DEphemeralActivity.java41 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/hostsidetests/packagemanager/domainverification/device/standalone/src/com/android/cts/packagemanager/verify/domain/device/standalone/
DDomainVerificationFilterGroupTests.kt57 UriRelativeFilter(UriRelativeFilter.QUERY, PatternMatcher.PATTERN_LITERAL, queryStr) in <lambda>()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt7370 field public static final String QUERY = "query";
11971 field public static final int QUERY = 1; // 0x1