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.java680 if (shouldNotConfigureBluetoothInterface()) { in configureIPv4()
715 private boolean shouldNotConfigureBluetoothInterface() { in shouldNotConfigureBluetoothInterface() method in IpServer
723 if (shouldNotConfigureBluetoothInterface()) return new LinkAddress(BLUETOOTH_IFACE_ADDR); in requestIpv4Address()