HomeSort by relevance Sort by last modified time
    Searched defs:unknownId (Results 1 - 8 of 8) sorted by null

  /cts/tests/autofillservice/src/android/autofillservice/cts/
RegexValidatorTest.java 57 AutofillId unknownId = new AutofillId(42);
59 RegexValidator validator = new RegexValidator(unknownId, Pattern.compile(".*"));
63 when(finder.findByAutofillId(unknownId)).thenReturn(null);
ImageTransformationTest.java 67 AutofillId unknownId = new AutofillId(42);
70 .Builder(unknownId, Pattern.compile("val"), 1)
76 when(finder.findByAutofillId(unknownId)).thenReturn(null);
CharSequenceTransformationTest.java 106 AutofillId unknownId = new AutofillId(42);
112 b.addField(unknownId, Pattern.compile(".*"), "unknown");
123 when(finder.findByAutofillId(unknownId)).thenReturn(null);
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 

Completed in 126 milliseconds