Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java89 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testNoConnectionWithDevices()
103 mBluetoothControllerImpl.getMaxConnectionState(device)); in testDefaultConnectionState()
130 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testAsyncConnectionState()
139 mBluetoothControllerImpl.getMaxConnectionState(device)); in testAsyncConnectionState()
145 mBluetoothControllerImpl.getMaxConnectionState(device)); in testAsyncConnectionState()
153 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testNullAsync_DoesNotCrash()
163 mBluetoothControllerImpl.getMaxConnectionState(null)); in testNullAsync_DoesNotCrash()
216 when(device.getMaxConnectionState()).thenReturn(BluetoothProfile.STATE_CONNECTED); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java43 int getMaxConnectionState(CachedBluetoothDevice device); in getMaxConnectionState() method
DBluetoothControllerImpl.java148 public int getMaxConnectionState(CachedBluetoothDevice device) { in getMaxConnectionState() method in BluetoothControllerImpl
239 int maxDeviceState = device.getMaxConnectionState(); in updateConnected()
411 mMaxConnectionState = device.getMaxConnectionState(); in run()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeBluetoothController.java100 public int getMaxConnectionState(CachedBluetoothDevice device) { in getMaxConnectionState() method in FakeBluetoothController
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java391 int state = device.getMaxConnectionState(); in updateItems()
425 if (device != null && device.getMaxConnectionState() in onDetailItemClick()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java797 public int getMaxConnectionState() { in getMaxConnectionState() method in CachedBluetoothDevice