Home
last modified time | relevance | path

Searched defs:regexs (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
H A DCtsTetheringUtils.java141 private static TetheringInterface getFirstMatchingTetheringInterface(final List<String> regexs, in getFirstMatchingTetheringInterface()
273 public void expectTetherableInterfacesChanged(@NonNull final List<String> regexs, in expectTetherableInterfacesChanged()
293 public TetheringInterface expectTetheredInterfacesChanged( in expectTetheredInterfacesChanged()
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DCharSequenceTransformation.java194 final Pattern[] regexs = new Pattern[size]; in writeToParcel() local
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTetheringConfiguration.java454 private static boolean matchesDownstreamRegexs(String iface, String[] regexs) { in matchesDownstreamRegexs()