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

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothCallback.java 31 void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile);
BluetoothEventManager.java 471 mDeviceManager.onActiveDeviceChanged(activeDevice, bluetoothProfile);
474 callback.onActiveDeviceChanged(activeDevice, bluetoothProfile);
CachedBluetoothDeviceManager.java 311 public synchronized void onActiveDeviceChanged(CachedBluetoothDevice activeDevice,
315 cachedDevice.onActiveDeviceChanged(isActive, bluetoothProfile);
CachedBluetoothDevice.java 517 public void onActiveDeviceChanged(boolean isActive, int bluetoothProfile) {
533 Log.w(TAG, "onActiveDeviceChanged: unknown profile " + bluetoothProfile +
    [all...]
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
CachedBluetoothDeviceTest.java 158 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.A2DP);
174 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.A2DP);
192 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.HEADSET);
208 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.HEADSET);
224 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.HEARING_AID);
228 mCachedDevice.onActiveDeviceChanged(false, BluetoothProfile.HEARING_AID);
243 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.A2DP);
244 mCachedDevice.onActiveDeviceChanged(true, BluetoothProfile.HEADSET);
253 mCachedDevice.onActiveDeviceChanged(false, BluetoothProfile.A2DP);
259 mCachedDevice.onActiveDeviceChanged(false, BluetoothProfile.HEADSET)
    [all...]
CachedBluetoothDeviceManagerTest.java     [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSummaryUpdater.java 80 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {
BluetoothDeviceUpdater.java 144 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {
DeviceListPreferenceFragment.java 276 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) { }
  /packages/apps/Settings/src/com/android/settings/connecteddevice/
AvailableMediaDeviceGroupController.java 152 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {
  /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
BluetoothStateReceiver.java 129 mBluetoothRouteManager.onActiveDeviceChanged(device);
BluetoothRouteManager.java 562 public void onActiveDeviceChanged(BluetoothDevice device) {
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothSettingsFragment.java 224 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {
BluetoothDeviceListAdapter.java 330 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothRouteTransitionTests.java 249 sm.onActiveDeviceChanged(mParams.messageDevice);
252 sm.onActiveDeviceChanged(null);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 281 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {}
  /packages/apps/Settings/src/com/android/settings/sound/
AudioSwitchPreferenceController.java 200 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java 612 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice,

Completed in 221 milliseconds