HomeSort by relevance Sort by last modified time
    Searched refs:cachedBluetoothDevice (Results 1 - 4 of 4) sorted by null

  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothProfileLineItem.java 27 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
36 private final CachedBluetoothDevice mCachedDevice;
46 CachedBluetoothDevice cachedBluetoothDevice, DataChangedListener listener) {
47 super(context.getText(profile.getNameResource(cachedBluetoothDevice.getDevice())));
49 mCachedDevice = cachedBluetoothDevice;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDeviceUpdater.java 33 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
47 * whether the {@link CachedBluetoothDevice} is relevant.
107 Collection<CachedBluetoothDevice> cachedDevices =
109 for (CachedBluetoothDevice cachedBluetoothDevice : cachedDevices) {
110 update(cachedBluetoothDevice);
123 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) {
128 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) {
136 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {
141 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) {
    [all...]
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
CachedBluetoothDeviceTest.java 65 private CachedBluetoothDevice mCachedDevice;
82 new CachedBluetoothDevice(mContext, mAdapter, mProfileManager, mDevice));
479 CachedBluetoothDevice cachedBluetoothDevice =
480 new CachedBluetoothDevice(mContext, mAdapter, mProfileManager, mDevice);
482 assertThat(cachedBluetoothDevice.getName()).isEqualTo(DEVICE_ALIAS);
484 assertThat(cachedBluetoothDevice.hasHumanReadableName()).isTrue();
489 CachedBluetoothDevice cachedBluetoothDevice =
490 new CachedBluetoothDevice(mContext, mAdapter, mProfileManager, mDevice)
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothDeviceUpdaterTest.java 35 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
57 private CachedBluetoothDevice mCachedBluetoothDevice;
91 public boolean isFilterMatched(CachedBluetoothDevice cachedBluetoothDevice) {

Completed in 852 milliseconds