/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicesGroupPreferenceController.java | 93 protected BluetoothDevicePreference createDevicePreference(CachedBluetoothDevice cachedDevice) { in createDevicePreference() 102 protected abstract void onDeviceClicked(CachedBluetoothDevice cachedDevice); in onDeviceClicked() 147 public final void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded() 152 public final void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted() 156 private void addPreference(CachedBluetoothDevice cachedDevice) { in addPreference() 165 private void removePreference(CachedBluetoothDevice cachedDevice) { in removePreference()
|
D | BluetoothPreferenceController.java | 118 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()
|
D | BluetoothBondedDevicesPreferenceController.java | 77 protected BluetoothDevicePreference createDevicePreference(CachedBluetoothDevice cachedDevice) { in createDevicePreference() 90 protected void onDeviceClicked(CachedBluetoothDevice cachedDevice) { in onDeviceClicked() 98 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() 147 private void toggleBluetoothConnectivity(boolean connect, CachedBluetoothDevice cachedDevice) { in toggleBluetoothConnectivity() 156 CachedBluetoothDevice cachedDevice = preference.getCachedDevice(); in setButtonsCheckedAndListeners() local
|
D | BluetoothScanningDevicesGroupPreferenceController.java | 59 protected final void onDeviceClicked(CachedBluetoothDevice cachedDevice) { in onDeviceClicked() 70 protected abstract void onDeviceClickedInternal(CachedBluetoothDevice cachedDevice); in onDeviceClickedInternal() 134 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
D | BluetoothDevicePickerPreferenceController.java | 91 protected void onDeviceClickedInternal(CachedBluetoothDevice cachedDevice) { in onDeviceClickedInternal() 126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
D | BluetoothDeviceProfilePreference.java | 38 CachedBluetoothDevice cachedDevice) { in BluetoothDeviceProfilePreference()
|
D | BluetoothUnbondedDevicesPreferenceController.java | 59 protected void onDeviceClickedInternal(CachedBluetoothDevice cachedDevice) { in onDeviceClickedInternal()
|
D | BluetoothDeviceNamePreferenceController.java | 58 CachedBluetoothDevice cachedDevice = getCachedDevice(); in updateState() local
|
D | BluetoothDevicePreference.java | 55 public BluetoothDevicePreference(Context context, CachedBluetoothDevice cachedDevice) { in BluetoothDevicePreference()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDeviceUpdater.java | 153 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()
|
D | SavedBluetoothDeviceUpdater.java | 67 final CachedBluetoothDevice cachedDevice = cachedManager.findDevice(device); in forceUpdate() local 81 final CachedBluetoothDevice cachedDevice = cachedManager.findDevice(device); in removePreferenceIfNecessary() local 90 public void update(CachedBluetoothDevice cachedDevice) { in update() 100 public boolean isFilterMatched(CachedBluetoothDevice cachedDevice) { in isFilterMatched()
|
D | ConnectedBluetoothDeviceUpdater.java | 54 public boolean isFilterMatched(CachedBluetoothDevice cachedDevice) { in isFilterMatched() 102 protected void addPreference(CachedBluetoothDevice cachedDevice) { in addPreference()
|
D | DeviceListPreferenceFragment.java | 172 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded() 185 void createDevicePreference(CachedBluetoothDevice cachedDevice) { in createDevicePreference() 222 public void onDeviceDeleted(CachedBluetoothDevice cachedDevice) { in onDeviceDeleted()
|
D | BluetoothPairingDetail.java | 177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() 194 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged()
|
D | AvailableMediaBluetoothDeviceUpdater.java | 54 public boolean isFilterMatched(CachedBluetoothDevice cachedDevice) { in isFilterMatched()
|
D | BluetoothSummaryUpdater.java | 57 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onConnectionStateChanged()
|
D | DevicePickerFragment.java | 157 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged()
|
D | BluetoothPermissionRequest.java | 234 CachedBluetoothDevice cachedDevice = cachedDeviceManager.findDevice(mDevice); in checkUserChoice() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | DevicePickerFragmentTest.java | 73 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in callingPackageIsEqualToLaunchPackage_sendBroadcastToLaunchPackage() local 92 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in callingPackageIsNotEqualToLaunchPackage_broadcastNotSend() local
|
D | DeviceListPreferenceFragmentTest.java | 187 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged()
|
D | BluetoothPairingDetailTest.java | 295 final CachedBluetoothDevice cachedDevice = mock(CachedBluetoothDevice.class); in onProfileConnectionStateChanged_deviceNotInPreferenceMap_doNothing() local
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
D | BluetoothUpdateWorker.java | 85 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/ |
D | BluetoothDevicesService.java | 199 CachedBluetoothDevice cachedDevice = in connectDevice() local 209 CachedBluetoothDevice cachedDevice = in disconnectDevice() local
|
D | ConnectedDevicesSliceProvider.java | 215 CachedBluetoothDevice cachedDevice = in createBluetoothDeviceSlice() local 429 CachedBluetoothDevice cachedDevice = in updateConnectedDevices() local
|
/packages/apps/Settings/src/com/android/settings/sound/ |
D | AudioSwitchPreferenceController.java | 165 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged() 175 public void onDeviceAdded(CachedBluetoothDevice cachedDevice) { in onDeviceAdded()
|