Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java173 final String[] ncmRegexs = getResourceStringArray(res, R.array.config_tether_ncm_regexs); in TetheringConfiguration()
180 tetherableUsbRegexs = getResourceStringArray(res, R.array.config_tether_usb_regexs); in TetheringConfiguration()
186 tetherableWifiRegexs = getResourceStringArray(res, R.array.config_tether_wifi_regexs); in TetheringConfiguration()
189 ? new String[0] : getResourceStringArray(res, R.array.config_tether_wigig_regexs); in TetheringConfiguration()
190 tetherableWifiP2pRegexs = getResourceStringArray( in TetheringConfiguration()
192 tetherableBluetoothRegexs = getResourceStringArray( in TetheringConfiguration()
208 provisioningApp = getResourceStringArray(res, R.array.config_mobile_hotspot_provision_app); in TetheringConfiguration()
462 final String[] fromResource = getResourceStringArray(res, R.array.config_tether_dhcp_range); in getLegacyDhcpRanges()
485 private static String[] getResourceStringArray(Resources res, int resId) { in getResourceStringArray() method in TetheringConfiguration