Home
last modified time | relevance | path

Searched defs:hints1 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/tests/tests/assist/src/android/assist/cts/classification/unittests/
H A DFieldClassificationResponseTest.java44 Set<String> hints1 = Set.of("creditCardNumber", "creditCardExpirationDate", in testGetters() local
61 Set<String> hints1 = new ArraySet<>(Set.of("creditCardNumber", "creditCardExpirationDate", in testParcelingAndUnparceling() local
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
H A DWebViewActivity.java197 public void notifyViewReady(String[] hints1, String[] hints2) throws Exception { in notifyViewReady()