/cts/tests/tests/provider/src/android/provider/cts/ |
D | FontRequestTest.java | 42 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/ |
D | SearchViewModifier.java | 28 public static final int QUERY = 1; field in SearchViewModifier 46 case QUERY: in modifyViewBeforeAdd()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | UriRelativeFilterGroupTest.java | 44 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()
|
D | AvailableIntentsTest.java | 143 intent.putExtra(SearchManager.QUERY, uri); in testWebSearchNormalUrl() 154 intent.putExtra(SearchManager.QUERY, uri); in testWebSearchSecureUrl() 165 intent.putExtra(SearchManager.QUERY, searchString); in testWebSearchPlainText()
|
D | IntentFilterTest.java | 26 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/ |
D | MockConditionProvider.java | 34 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/ |
D | ContactsShellCommandHelper.java | 33 QUERY("query"), enumConstant 107 return buildContentOperationCommand(ContentOperationType.QUERY.operation, endpoint, in getQueryTestContactsCommand()
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp2/src/com/android/cts/ephemeralapp2/ |
D | EphemeralActivity.java | 40 final String query = intent.getStringExtra(SearchManager.QUERY); in onCreate()
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/ |
D | EphemeralActivity.java | 41 final String query = intent.getStringExtra(SearchManager.QUERY); in onCreate()
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/ |
D | NormalActivity.java | 43 final String query = intent.getStringExtra(SearchManager.QUERY); in onCreate()
|
/cts/hostsidetests/packagemanager/domainverification/device/standalone/src/com/android/cts/packagemanager/verify/domain/device/standalone/ |
D | DomainVerificationFilterGroupTests.kt | 57 UriRelativeFilter(UriRelativeFilter.QUERY, PatternMatcher.PATTERN_LITERAL, queryStr) in <lambda>()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 7370 field public static final String QUERY = "query"; 11971 field public static final int QUERY = 1; // 0x1
|