Home
last modified time | relevance | path

Searched defs:cachedDevice (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DBluetoothMediaManager.java101 final CachedBluetoothDevice cachedDevice = in addConnectableA2dpDevices() local
133 final CachedBluetoothDevice cachedDevice = in addConnectableHearingAidDevices() local
159 private void addMediaDevice(CachedBluetoothDevice cachedDevice) { in addMediaDevice()
206 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
213 private boolean isCachedDeviceConnected(CachedBluetoothDevice cachedDevice) { in isCachedDeviceConnected()
223 private void dispatchDeviceAdded(CachedBluetoothDevice cachedDevice) { in dispatchDeviceAdded()
231 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
238 private void removeMediaDevice(CachedBluetoothDevice cachedDevice) { in removeMediaDevice()
247 void dispatchDeviceRemoved(CachedBluetoothDevice cachedDevice) { in dispatchDeviceRemoved()
255 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged()
[all …]
DMediaDeviceUtils.java34 public static String getId(CachedBluetoothDevice cachedDevice) { in getId()
DLocalMediaManager.java116 final CachedBluetoothDevice cachedDevice = in connectDevice() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothCallback.java57 default void onDeviceAdded(CachedBluetoothDevice cachedDevice) {} in onDeviceAdded()
64 default void onDeviceDeleted(CachedBluetoothDevice cachedDevice) {} in onDeviceDeleted()
76 default void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged()
92 default void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) {} in onConnectionStateChanged()
127 default void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChanged()
141 default void onAclConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onAclConnectionStateChanged()
DCachedBluetoothDeviceManager.java56 public static boolean onDeviceDisappeared(CachedBluetoothDevice cachedDevice) { in onDeviceDisappeared()
62 CachedBluetoothDevice cachedDevice = findDevice(device); in onDeviceNameUpdated() local
164 CachedBluetoothDevice cachedDevice = findDevice(device); in getName() local
185 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in clearNonBondedSubDevices() local
200 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onScanningStateChanged() local
214 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onBluetoothStateChanged() local
238 cachedDevice, int state) { in onProfileConnectionStateChangedIfProcessed()
DBluetoothEventManager.java179 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in readPairedDevices() local
189 void dispatchDeviceAdded(CachedBluetoothDevice cachedDevice) { in dispatchDeviceAdded()
195 void dispatchDeviceRemoved(CachedBluetoothDevice cachedDevice) { in dispatchDeviceRemoved()
208 private void dispatchConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in dispatchConnectionStateChanged()
292 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
316 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
338 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
398 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
407 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
416 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
DHearingAidDeviceManager.java82 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in getCachedDevice() local
115 CachedBluetoothDevice cachedDevice = mCachedDevices.get(i); in onHiSyncIdChanged() local
156 boolean onProfileConnectionStateChangedIfProcessed(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChangedIfProcessed()
DBluetoothUtils.java65 CachedBluetoothDevice cachedDevice) { in getBtClassDrawableWithDescription()
134 CachedBluetoothDevice cachedDevice) { in getBtRainbowDrawableWithDescription()
DLocalBluetoothProfileManager.java271 CachedBluetoothDevice cachedDevice = mDeviceManager.findDevice(device); in onReceive() local
279 protected void onReceiveInternal(Intent intent, CachedBluetoothDevice cachedDevice) { in onReceiveInternal()
323 public void onReceiveInternal(Intent intent, CachedBluetoothDevice cachedDevice) { in onReceiveInternal()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
DBluetoothMediaManagerTest.java92 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in startScan_haveA2dpProfileDeviceIsPreferredAndBonded_shouldAddDevice() local
109 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in startScan_haveA2dpProfileDeviceIsPreferredAndBondNone_shouldNotAddDevice() local
137 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in startScan_haveHapProfileDeviceIsPreferredAndBonded_shouldAddDevice() local
165 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in starScan_a2dpAndHapProfileNotReady_shouldRegisterCallback() local
180 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in starScan_a2dpAndHapProfileReady_shouldNotRegisterCallback() local
195 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onServiceConnected_a2dpAndHapProfileNotReady_doNothing() local
211 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onDeviceAttributesChanged_a2dpAndHapProfileReady_shouldUnregisterCallback() local
DLocalMediaManagerTest.java119 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in connectDevice_bluetoothDeviceNotConnected_connectBluetoothDevice() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java312 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
320 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
328 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
343 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()
364 public void onAclConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onAclConnectionStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java320 CachedBluetoothDevice cachedDevice = mCachedDeviceManager.findDevice(d); in getCachedBluetoothDevice() local
497 CachedBluetoothDevice cachedDevice = getCachedBluetoothDevice(d); in handleMessage() local
598 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()