Home
last modified time | relevance | path

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

12

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDeviceUpdater.java153 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
158 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
166 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
171 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged()
181 public void onAclConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onAclConnectionStateChanged()
233 protected void addPreference(CachedBluetoothDevice cachedDevice) { in addPreference()
241 protected void addPreference(CachedBluetoothDevice cachedDevice, in addPreference()
263 protected void removePreference(CachedBluetoothDevice cachedDevice) { in removePreference()
308 public boolean isDeviceConnected(CachedBluetoothDevice cachedDevice) { in isDeviceConnected()
330 protected boolean isDeviceInCachedDevicesList(CachedBluetoothDevice cachedDevice){ in isDeviceInCachedDevicesList()
DSavedBluetoothDeviceUpdater.java68 final CachedBluetoothDevice cachedDevice = cachedManager.findDevice(device); in forceUpdate() local
82 final CachedBluetoothDevice cachedDevice = cachedManager.findDevice(device); in removePreferenceIfNecessary() local
91 public void update(CachedBluetoothDevice cachedDevice) { in update()
101 public boolean isFilterMatched(CachedBluetoothDevice cachedDevice) { in isFilterMatched()
DBluetoothDetailsPairOtherController.java87 private boolean getButtonPreferenceVisibility(CachedBluetoothDevice cachedDevice) { in getButtonPreferenceVisibility()
99 private boolean isBinauralMode(CachedBluetoothDevice cachedDevice) { in isBinauralMode()
103 private boolean isOnlyOneSideConnected(CachedBluetoothDevice cachedDevice) { in isOnlyOneSideConnected()
DConnectedBluetoothDeviceUpdater.java54 public boolean isFilterMatched(CachedBluetoothDevice cachedDevice) { in isFilterMatched()
103 protected void addPreference(CachedBluetoothDevice cachedDevice) { in addPreference()
DDeviceListPreferenceFragment.java172 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
185 void createDevicePreference(CachedBluetoothDevice cachedDevice) { in createDevicePreference()
222 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
DBluetoothPairingDetail.java180 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
204 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged()
DAvailableMediaBluetoothDeviceUpdater.java54 public boolean isFilterMatched(CachedBluetoothDevice cachedDevice) { in isFilterMatched()
DBluetoothSummaryUpdater.java57 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDevicesGroupPreferenceController.java93 protected BluetoothDevicePreference createDevicePreference(CachedBluetoothDevice cachedDevice) { in createDevicePreference()
111 protected abstract void onDeviceClicked(CachedBluetoothDevice cachedDevice); in onDeviceClicked()
156 public final void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
161 public final void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
165 private void addPreference(CachedBluetoothDevice cachedDevice) { in addPreference()
174 private void removePreference(CachedBluetoothDevice cachedDevice) { in removePreference()
DBluetoothPreferenceController.java118 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
122 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
130 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()
DBluetoothBondedDevicesPreferenceController.java105 protected BluetoothDevicePreference createDevicePreference(CachedBluetoothDevice cachedDevice) { in createDevicePreference()
117 protected void onDeviceClicked(CachedBluetoothDevice cachedDevice) { in onDeviceClicked()
125 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
159 private void toggleBluetoothConnectivity(boolean connect, CachedBluetoothDevice cachedDevice) { in toggleBluetoothConnectivity()
168 CachedBluetoothDevice cachedDevice = preference.getCachedDevice(); in setButtonsCheckedAndListeners() local
DBluetoothScanningDevicesGroupPreferenceController.java67 protected final void onDeviceClicked(CachedBluetoothDevice cachedDevice) { in onDeviceClicked()
78 protected abstract void onDeviceClickedInternal(CachedBluetoothDevice cachedDevice); in onDeviceClickedInternal()
166 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DBluetoothDevicePickerPreferenceController.java104 protected void onDeviceClickedInternal(CachedBluetoothDevice cachedDevice) { in onDeviceClickedInternal()
139 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DBluetoothDevicePreference.java53 public BluetoothDevicePreference(Context context, CachedBluetoothDevice cachedDevice) { in BluetoothDevicePreference()
57 public BluetoothDevicePreference(Context context, CachedBluetoothDevice cachedDevice, in BluetoothDevicePreference()
DBluetoothDeviceProfilePreference.java40 CachedBluetoothDevice cachedDevice) { in BluetoothDeviceProfilePreference()
DBluetoothDeviceNamePreferenceController.java55 CachedBluetoothDevice cachedDevice = getCachedDevice(); in updateState() local
DBluetoothUnbondedDevicesPreferenceController.java61 protected void onDeviceClickedInternal(CachedBluetoothDevice cachedDevice) { in onDeviceClickedInternal()
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DPairedBluetoothDevicesWorker.java63 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
68 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
73 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
78 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()
88 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChanged()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DDevicePickerFragmentTest.java73 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in callingPackageIsEqualToLaunchPackage_sendBroadcastToLaunchPackage() local
92 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in callingPackageIsNotEqualToLaunchPackage_broadcastNotSend() local
DDeviceListPreferenceFragmentTest.java187 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged()
DBluetoothPairingDetailTest.java295 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onProfileConnectionStateChanged_deviceNotInPreferenceMap_doNothing() local
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothUpdateWorker.java85 public void onAclConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onAclConnectionStateChanged()
100 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()
105 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicesService.java206 CachedBluetoothDevice cachedDevice = in connectDevice() local
216 CachedBluetoothDevice cachedDevice = in disconnectDevice() local
/packages/apps/Settings/src/com/android/settings/sound/
DAudioSwitchPreferenceController.java167 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged()
177 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DMediaVolumePreferenceControllerTest.java167 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in getSliceEndItem_deviceIsNotBroadcasting_getsActivityIntent() local

12