Home
last modified time | relevance | path

Searched refs:getMaxConnectionState (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImplTest.java93 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testNoConnectionWithDevices()
107 mBluetoothControllerImpl.getMaxConnectionState(device)); in testDefaultConnectionState()
129 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testAsyncConnectionState()
135 mBluetoothControllerImpl.getMaxConnectionState(device)); in testAsyncConnectionState()
140 mBluetoothControllerImpl.getMaxConnectionState(device)); in testAsyncConnectionState()
147 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testNullAsync_DoesNotCrash()
153 mBluetoothControllerImpl.getMaxConnectionState(null)); in testNullAsync_DoesNotCrash()
202 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java43 int getMaxConnectionState(CachedBluetoothDevice device); in getMaxConnectionState() method
H A DBluetoothControllerImpl.java164 public int getMaxConnectionState(CachedBluetoothDevice device) { in getMaxConnectionState() method in BluetoothControllerImpl
257 int maxDeviceState = device.getMaxConnectionState(); in updateConnected()
445 mMaxConnectionState = device.getMaxConnectionState(); in run()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeBluetoothController.java100 public int getMaxConnectionState(CachedBluetoothDevice device) { in getMaxConnectionState() method in FakeBluetoothController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java401 int state = device.getMaxConnectionState(); in updateItems()
435 if (device != null && device.getMaxConnectionState() in onDetailItemClick()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java907 public int getMaxConnectionState() { in getMaxConnectionState() method in CachedBluetoothDevice