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.java231 final String[] ncmRegexs = getResourceStringArray(res, R.array.config_tether_ncm_regexs); in TetheringConfiguration()
238 tetherableUsbRegexs = getResourceStringArray(res, R.array.config_tether_usb_regexs); in TetheringConfiguration()
244 tetherableWifiRegexs = getResourceStringArray(res, R.array.config_tether_wifi_regexs); in TetheringConfiguration()
247 ? new String[0] : getResourceStringArray(res, R.array.config_tether_wigig_regexs); in TetheringConfiguration()
248 tetherableWifiP2pRegexs = getResourceStringArray( in TetheringConfiguration()
250 tetherableBluetoothRegexs = getResourceStringArray( in TetheringConfiguration()
271 provisioningApp = getResourceStringArray(res, R.array.config_mobile_hotspot_provision_app); in TetheringConfiguration()
593 final String[] fromResource = getResourceStringArray(res, R.array.config_tether_dhcp_range); in getLegacyDhcpRanges()
616 private static String[] getResourceStringArray(Resources res, int resId) { in getResourceStringArray() method in TetheringConfiguration