Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java731 if (shouldNotConfigureBluetoothInterface()) { in configureIPv4()
766 private boolean shouldNotConfigureBluetoothInterface() { in shouldNotConfigureBluetoothInterface() method in IpServer
779 if (shouldNotConfigureBluetoothInterface()) return new LinkAddress(BLUETOOTH_IFACE_ADDR); in requestIpv4Address()