Searched refs:isTetheringOn (Results 1 – 7 of 7) sorted by relevance
385 public boolean isTetheringOn() { in isTetheringOn() method in BluetoothPan390 return service.isTetheringOn(); in isTetheringOn()
245 boolean isTetheringOn = activeTetherIfaces != null247 log("Tethering " + (isTetheringOn ? "on" : "off"), true);249 msg.arg1 = isTetheringOn ? 1 : 0;
745 assertTrue(mPan.isTetheringOn()); in enablePan()763 assertFalse(mPan.isTetheringOn()); in disablePan()
682 final int result = (((BluetoothPan) proxy).isTetheringOn() == enable) in setBluetoothTethering()
1396 …equiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public boolean isTetheringOn();
12054 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->isTetheringOn()Z12072 Landroid/bluetooth/IBluetoothPan;->isTetheringOn()Z