Searched refs:isTetheringOn (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPan.java281 public boolean isTetheringOn() { method in class:BluetoothPan
282 if (DBG) log("isTetheringOn()");
284 return mService.isTetheringOn();
H A DIBluetooth.aidl104 boolean isTetheringOn();
/frameworks/base/core/java/android/server/
H A DBluetoothPanProfileHandler.java86 boolean isTetheringOn() { method in class:BluetoothPanProfileHandler
91 if (isTetheringOn() && getConnectedPanDevices().size() < mMaxPanDevices)
H A DBluetoothService.java2032 public boolean isTetheringOn() { method in class:BluetoothService
2035 return mBluetoothPanProfileHandler.isTetheringOn();
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java712 assertTrue(mPan.isTetheringOn());
730 assertFalse(mPan.isTetheringOn());

Completed in 93 milliseconds