Searched refs:getResourceStringArray (Results 1 – 4 of 4) sorted by relevance
108 tetherableUsbRegexs = getResourceStringArray(res, config_tether_usb_regexs); in TetheringConfiguration()112 tetherableWifiRegexs = getResourceStringArray(res, config_tether_wifi_regexs); in TetheringConfiguration()113 tetherableBluetoothRegexs = getResourceStringArray(res, config_tether_bluetooth_regexs); in TetheringConfiguration()124 provisioningApp = getResourceStringArray(res, config_mobile_hotspot_provision_app); in TetheringConfiguration()287 final String[] fromResource = getResourceStringArray(res, config_tether_dhcp_range); in getLegacyDhcpRanges()310 private static String[] getResourceStringArray(Resources res, int resId) { in getResourceStringArray() method in TetheringConfiguration
614 @Nullable String[] getResourceStringArray(@ArrayRes int resId) { in getResourceStringArray() method in AssetManager
600 String[] res = mResourcesImpl.getAssets().getResourceStringArray(id); in getStringArray()
5688 HSPLcom/android/server/connectivity/tethering/TetheringConfiguration;->getResourceStringArray(Landr…