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.java172 final String[] ncmRegexs = getResourceStringArray(res, R.array.config_tether_ncm_regexs); in TetheringConfiguration()
179 tetherableUsbRegexs = getResourceStringArray(res, R.array.config_tether_usb_regexs); in TetheringConfiguration()
185 tetherableWifiRegexs = getResourceStringArray(res, R.array.config_tether_wifi_regexs); in TetheringConfiguration()
188 ? new String[0] : getResourceStringArray(res, R.array.config_tether_wigig_regexs); in TetheringConfiguration()
189 tetherableWifiP2pRegexs = getResourceStringArray( in TetheringConfiguration()
191 tetherableBluetoothRegexs = getResourceStringArray( in TetheringConfiguration()
207 provisioningApp = getResourceStringArray(res, R.array.config_mobile_hotspot_provision_app); in TetheringConfiguration()
496 final String[] fromResource = getResourceStringArray(res, R.array.config_tether_dhcp_range); in getLegacyDhcpRanges()
519 private static String[] getResourceStringArray(Resources res, int resId) { in getResourceStringArray() method in TetheringConfiguration