Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java383 CachedBluetoothDevice toHideDevice, long hiSyncId) in hearingAidSwitchDisplayDevice() argument
386 + ", toHideDevice=" + toHideDevice); in hearingAidSwitchDisplayDevice()
389 mHearingAidDevicesNotAddedInCache.add(toHideDevice); in hearingAidSwitchDisplayDevice()
390 mCachedDevices.remove(toHideDevice); in hearingAidSwitchDisplayDevice()
391 mBtManager.getEventManager().dispatchDeviceRemoved(toHideDevice); in hearingAidSwitchDisplayDevice()