Home
last modified time | relevance | path

Searched refs:getBluetoothAdapter (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothInstrumentation.java42 private BluetoothAdapter getBluetoothAdapter() { in getBluetoothAdapter() method in BluetoothInstrumentation
81 getBluetoothTestUtils().enable(getBluetoothAdapter()); in enable()
86 getBluetoothTestUtils().disable(getBluetoothAdapter()); in disable()
91 getBluetoothTestUtils().unpairAll(getBluetoothAdapter()); in unpairAll()
96 String name = getBluetoothAdapter().getName(); in getName()
102 String name = getBluetoothAdapter().getAddress(); in getAddress()
108 Set<BluetoothDevice> devices = getBluetoothAdapter().getBondedDevices(); in getBondedDevices()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java72 mLocalBluetoothManager.getBluetoothAdapter().getBluetoothState()); in BluetoothControllerImpl()
169 mLocalBluetoothManager.getBluetoothAdapter().setBluetoothEnabled(enabled); in setBluetoothEnabled()
207 int state = mLocalBluetoothManager.getBluetoothAdapter().getConnectionState(); in updateConnected()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothManager.java79 public LocalBluetoothAdapter getBluetoothAdapter() { in getBluetoothAdapter() method in LocalBluetoothManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java71 when(mMockBluetoothManager.getBluetoothAdapter()).thenReturn(mMockAdapter); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java183 mLocalBluetoothAdapter = bluetoothManager.getBluetoothAdapter(); in init()