Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java200 IntentFilter filter = new Match(null, new String[]{"category1"}, null, null, null, null); in testCategories()
210 filter = new Match(null, new String[]{"category1", "category2"}, null, null, null, null); in testCategories()
227 IntentFilter filter = new Match(null, null, new String[]{"which1/what1"}, null, null, in testMimeTypes()
239 filter = new Match(null, null, new String[]{"which1/what1", "which2/what2"}, null, null, in testMimeTypes()
253 filter = new Match(null, null, new String[]{"which1/*"}, null, null, null); in testMimeTypes()
266 filter = new Match(null, null, new String[]{"*/*"}, null, null, null); in testMimeTypes()
284 IntentFilter filter = new Match() in testDynamicMimeTypes()
296 filter = new Match() in testDynamicMimeTypes()
310 filter = new Match() in testDynamicMimeTypes()
324 filter = new Match() in testDynamicMimeTypes()
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java64 import android.service.autofill.FieldClassification.Match;
1234 final List<Match> matches = actualResult.getValue().getMatches(); in assertMatches()
1238 final Match match = matches.get(j); in assertMatches()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt40085 …method @NonNull public java.util.List<android.service.autofill.FieldClassification.Match> getMatch…
40088 public static final class FieldClassification.Match {