Searched refs:isTetheringOn (Results 1 – 5 of 5) sorted by relevance
159 boolean isTetheringOn = activeTetherIfaces != null161 log("Tethering " + (isTetheringOn ? "on" : "off"), true);163 msg.arg1 = isTetheringOn ? 1 : 0;
363 public boolean isTetheringOn() { in isTetheringOn() method in BluetoothPan368 return service.isTetheringOn(); in isTetheringOn()
696 assertTrue(mPan.isTetheringOn()); in enablePan()714 assertFalse(mPan.isTetheringOn()); in disablePan()
1210 Landroid/bluetooth/BluetoothPan;->isTetheringOn()Z
16880 HSPLandroid/bluetooth/IBluetoothPan;->isTetheringOn()Z