Searched refs:isTetheringOn (Results 1 – 6 of 6) sorted by relevance
306 public boolean isTetheringOn(AttributionSource source) { in isTetheringOn() method in PanService.BluetoothPanBinder312 return service.isTetheringOn(); in isTetheringOn()379 public boolean isTetheringOn() { in isTetheringOn() method in PanService
198 if (pan != null && pan.isTetheringOn()) { in onCreate()453 return bluetoothPan != null && bluetoothPan.isTetheringOn(); in isBluetoothTetheringOn()
215 tetherOn = pan != null && pan.isTetheringOn(); in updateSummary()
237 && pan != null && pan.isTetheringOn()) { in getTetheringState()
2612 when(mBluetoothPan.isTetheringOn()).thenReturn(enable); in verifySetBluetoothTethering()2615 verify(mBluetoothPan).isTetheringOn(); in verifySetBluetoothTethering()
726 final int result = (((BluetoothPan) proxy).isTetheringOn() == enable) in setBluetoothTethering()