Searched refs:dumpStringArray (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | TetheringConfiguration.java | 288 dumpStringArray(pw, "tetherableUsbRegexs", tetherableUsbRegexs); in dump() 289 dumpStringArray(pw, "tetherableWifiRegexs", tetherableWifiRegexs); in dump() 290 dumpStringArray(pw, "tetherableWifiP2pRegexs", tetherableWifiP2pRegexs); in dump() 291 dumpStringArray(pw, "tetherableBluetoothRegexs", tetherableBluetoothRegexs); in dump() 292 dumpStringArray(pw, "tetherableNcmRegexs", tetherableNcmRegexs); in dump() 302 dumpStringArray(pw, "legacyDhcpRanges", legacyDhcpRanges); in dump() 303 dumpStringArray(pw, "defaultIPv4DNS", defaultIPv4DNS); in dump() 308 dumpStringArray(pw, "provisioningApp", provisioningApp); in dump() 349 private static void dumpStringArray(PrintWriter pw, String label, String[] values) { in dumpStringArray() method in TetheringConfiguration
|