Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringConfigurationTest.java615 assertUsbAndNcmRegexs(rndisRegexs, ncmRegexs); in testNcmRegexs()
618 assertUsbAndNcmRegexs(rndisNcmRegexs, new String[0]); in testNcmRegexs()
624 assertUsbAndNcmRegexs(ncmRegexs, new String[0]); in testNcmRegexs()
627 assertUsbAndNcmRegexs(rndisNcmRegexs, new String[0]); in testNcmRegexs()
633 assertUsbAndNcmRegexs(rndisRegexs, ncmRegexs); in testNcmRegexs()
641 private void assertUsbAndNcmRegexs(final String[] usbRegexs, final String[] ncmRegexs) { in assertUsbAndNcmRegexs() method in TetheringConfigurationTest