Searched refs:assertUsbAndNcmRegexs (Results 1 – 1 of 1) sorted by relevance
615 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