Home
last modified time | relevance | path

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

12

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDevicesGroupPreferenceController.java82 protected BluetoothDevicePreference createDevicePreference(CachedBluetoothDevice cachedDevice) { in createDevicePreference()
91 protected abstract void onDeviceClicked(CachedBluetoothDevice cachedDevice); in onDeviceClicked()
136 public final void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
141 public final void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
145 private void addPreference(CachedBluetoothDevice cachedDevice) { in addPreference()
154 private void removePreference(CachedBluetoothDevice cachedDevice) { in removePreference()
DBluetoothBondedDevicesPreferenceController.java48 protected BluetoothDevicePreference createDevicePreference(CachedBluetoothDevice cachedDevice) { in createDevicePreference()
61 protected void onDeviceClicked(CachedBluetoothDevice cachedDevice) { in onDeviceClicked()
72 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DBluetoothPreferenceController.java108 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
112 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
116 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
120 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()
DBluetoothScanningDevicesGroupPreferenceController.java59 protected final void onDeviceClicked(CachedBluetoothDevice cachedDevice) { in onDeviceClicked()
70 protected abstract void onDeviceClickedInternal(CachedBluetoothDevice cachedDevice); in onDeviceClickedInternal()
135 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DBluetoothDevicePickerPreferenceController.java91 protected void onDeviceClickedInternal(CachedBluetoothDevice cachedDevice) { in onDeviceClickedInternal()
126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DBluetoothDeviceProfilePreference.java39 CachedBluetoothDevice cachedDevice) { in BluetoothDeviceProfilePreference()
DBluetoothDeviceNamePreferenceController.java54 CachedBluetoothDevice cachedDevice = getCachedDevice(); in updateState() local
DBluetoothUnbondedDevicesPreferenceController.java59 protected void onDeviceClickedInternal(CachedBluetoothDevice cachedDevice) { in onDeviceClickedInternal()
DBluetoothDevicePreference.java48 public BluetoothDevicePreference(Context context, CachedBluetoothDevice cachedDevice) { in BluetoothDevicePreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothDeviceUpdater.java139 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
144 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
152 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
157 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged()
167 public void onAclConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onAclConnectionStateChanged()
214 protected void addPreference(CachedBluetoothDevice cachedDevice) { in addPreference()
233 protected void removePreference(CachedBluetoothDevice cachedDevice) { in removePreference()
277 public boolean isDeviceConnected(CachedBluetoothDevice cachedDevice) { in isDeviceConnected()
DConnectedBluetoothDeviceUpdater.java52 public boolean isFilterMatched(CachedBluetoothDevice cachedDevice) { in isFilterMatched()
100 protected void addPreference(CachedBluetoothDevice cachedDevice) { in addPreference()
DDeviceListPreferenceFragment.java169 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
182 void createDevicePreference(CachedBluetoothDevice cachedDevice) { in createDevicePreference()
219 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
DSavedBluetoothDeviceUpdater.java42 public boolean isFilterMatched(CachedBluetoothDevice cachedDevice) { in isFilterMatched()
DBluetoothPairingDetail.java177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
194 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()
DAvailableMediaBluetoothDeviceUpdater.java52 public boolean isFilterMatched(CachedBluetoothDevice cachedDevice) { in isFilterMatched()
DBluetoothSummaryUpdater.java57 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDeviceUpdater.java149 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
154 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
162 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
167 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged()
177 public void onAclConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onAclConnectionStateChanged()
224 protected void addPreference(CachedBluetoothDevice cachedDevice) { in addPreference()
243 protected void removePreference(CachedBluetoothDevice cachedDevice) { in removePreference()
287 public boolean isDeviceConnected(CachedBluetoothDevice cachedDevice) { in isDeviceConnected()
DConnectedBluetoothDeviceUpdater.java52 public boolean isFilterMatched(CachedBluetoothDevice cachedDevice) { in isFilterMatched()
100 protected void addPreference(CachedBluetoothDevice cachedDevice) { in addPreference()
DDeviceListPreferenceFragment.java169 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
182 void createDevicePreference(CachedBluetoothDevice cachedDevice) { in createDevicePreference()
219 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
DSavedBluetoothDeviceUpdater.java42 public boolean isFilterMatched(CachedBluetoothDevice cachedDevice) { in isFilterMatched()
DBluetoothPairingDetail.java177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
194 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()
DAvailableMediaBluetoothDeviceUpdater.java52 public boolean isFilterMatched(CachedBluetoothDevice cachedDevice) { in isFilterMatched()
DBluetoothSummaryUpdater.java57 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DBluetoothUpdateWorker.java63 public void onAclConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onAclConnectionStateChanged()
78 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()
83 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothUpdateWorker.java63 public void onAclConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onAclConnectionStateChanged()
78 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()
83 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged()

12