Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothPan.java385 public boolean isTetheringOn() { in isTetheringOn() method in BluetoothPan
390 return service.isTetheringOn(); in isTetheringOn()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDeviceStateMonitor.java245 boolean isTetheringOn = activeTetherIfaces != null
247 log("Tethering " + (isTetheringOn ? "on" : "off"), true);
249 msg.arg1 = isTetheringOn ? 1 : 0;
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java745 assertTrue(mPan.isTetheringOn()); in enablePan()
763 assertFalse(mPan.isTetheringOn()); in disablePan()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTethering.java682 final int result = (((BluetoothPan) proxy).isTetheringOn() == enable) in setBluetoothTethering()
/frameworks/base/api/
Dsystem-current.txt1396 …equiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public boolean isTetheringOn();
/frameworks/base/non-updatable-api/
Dsystem-current.txt1396 …equiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public boolean isTetheringOn();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt12054 Landroid/bluetooth/IBluetoothPan$Stub$Proxy;->isTetheringOn()Z
12072 Landroid/bluetooth/IBluetoothPan;->isTetheringOn()Z