/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingSelectionFragment.java | 27 import com.android.settingslib.bluetooth.BluetoothCallback; 38 final BluetoothCallback mCallback = new BluetoothCallback() {
|
D | BluetoothPreferenceController.java | 33 import com.android.settingslib.bluetooth.BluetoothCallback; 48 PreferenceController<V> implements BluetoothCallback {
|
D | BluetoothDevicesGroupPreferenceController.java | 30 import com.android.settingslib.bluetooth.BluetoothCallback;
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamsCategoryController.java | 30 import com.android.settingslib.bluetooth.BluetoothCallback; 44 private final BluetoothCallback mBluetoothCallback = 45 new BluetoothCallback() {
|
D | AudioStreamsScanQrCodeController.java | 35 import com.android.settingslib.bluetooth.BluetoothCallback; 47 final BluetoothCallback mBluetoothCallback = 48 new BluetoothCallback() {
|
D | AudioStreamsActiveDeviceSummaryUpdater.java | 28 import com.android.settingslib.bluetooth.BluetoothCallback; 34 public class AudioStreamsActiveDeviceSummaryUpdater implements BluetoothCallback {
|
D | AudioStreamMediaService.java | 46 import com.android.settingslib.bluetooth.BluetoothCallback; 94 private final BluetoothCallback mBluetoothCallback = 95 new BluetoothCallback() {
|
D | AudioStreamsProgressCategoryController.java | 40 import com.android.settingslib.bluetooth.BluetoothCallback; 59 private final BluetoothCallback mBluetoothCallback = 60 new BluetoothCallback() {
|
/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
D | PairedBluetoothDevicesWorker.java | 22 import com.android.settingslib.bluetooth.BluetoothCallback; 33 implements BluetoothCallback {
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | AvailableHearingDevicePreferenceController.java | 29 import com.android.settingslib.bluetooth.BluetoothCallback; 44 BluetoothCallback {
|
D | AccessibilityHearingAidPreferenceController.java | 38 import com.android.settingslib.bluetooth.BluetoothCallback; 54 implements LifecycleObserver, OnStart, OnStop, BluetoothCallback,
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothAutoOnPreferenceController.java | 30 import com.android.settingslib.bluetooth.BluetoothCallback; 38 implements BluetoothCallback, LifecycleObserver, OnStart, OnStop {
|
D | BluetoothSummaryUpdater.java | 28 import com.android.settingslib.bluetooth.BluetoothCallback; 38 public final class BluetoothSummaryUpdater extends SummaryUpdater implements BluetoothCallback {
|
D | BluetoothDeviceDetailsFragment.java | 56 import com.android.settingslib.bluetooth.BluetoothCallback; 108 private final BluetoothCallback mBluetoothCallback = 109 new BluetoothCallback() {
|
D | DeviceListPreferenceFragment.kt | 37 import com.android.settingslib.bluetooth.BluetoothCallback 58 RestrictedDashboardFragment(restrictedKey), BluetoothCallback {
|
D | BluetoothDeviceUpdater.java | 32 import com.android.settingslib.bluetooth.BluetoothCallback; 52 public abstract class BluetoothDeviceUpdater implements BluetoothCallback,
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
D | BluetoothUpdateWorker.java | 30 import com.android.settingslib.bluetooth.BluetoothCallback; 34 public class BluetoothUpdateWorker extends SliceBackgroundWorker implements BluetoothCallback {
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/ |
D | AvailableMediaDeviceGroupControllerTest.java | 67 import com.android.settingslib.bluetooth.BluetoothCallback; 229 verify(mEventManager).registerCallback(any(BluetoothCallback.class)); in testRegister_audioSharingFlagOff() 249 verify(mEventManager).registerCallback(any(BluetoothCallback.class)); in testRegister_audioSharingFlagOn() 267 verify(mEventManager).unregisterCallback(any(BluetoothCallback.class)); in testUnregister_audioSharingFlagOff() 282 verify(mEventManager).unregisterCallback(any(BluetoothCallback.class)); in testUnregister_audioSharingFlagOn()
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingPreferenceController.java | 35 import com.android.settingslib.bluetooth.BluetoothCallback; 45 implements DefaultLifecycleObserver, BluetoothCallback {
|
D | AudioSharingCallAudioPreferenceController.java | 47 import com.android.settingslib.bluetooth.BluetoothCallback; 70 implements BluetoothCallback {
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/ |
D | AudioOutputSwitchPreferenceControllerTest.java | 56 import com.android.settingslib.bluetooth.BluetoothCallback; 253 any(BluetoothCallback.class)); in onStart_shouldRegisterCallbackAndRegisterReceiver() 265 any(BluetoothCallback.class)); in onStop_shouldUnregisterCallbackAndUnregisterReceiver() 281 any(BluetoothCallback.class)); in onStart_shouldRegisterCallbackAndRegisterReceiverWithDefaultMediaOutput() 302 any(BluetoothCallback.class)); in onStop_shouldUnregisterCallbackAndUnregisterReceiverWithDefaultMediaOutput()
|
/packages/apps/Settings/src/com/android/settings/media/ |
D | MediaOutputIndicatorWorker.java | 36 import com.android.settingslib.bluetooth.BluetoothCallback; 52 public class MediaOutputIndicatorWorker extends SliceBackgroundWorker implements BluetoothCallback,
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingDevicePreferenceControllerTest.java | 64 import com.android.settingslib.bluetooth.BluetoothCallback; 193 verify(mEventManager, never()).registerCallback(any(BluetoothCallback.class)); in onStart_flagOff_doNothing() 206 verify(mEventManager).registerCallback(any(BluetoothCallback.class)); in onStart_flagOn_registerCallbacks() 219 verify(mEventManager, never()).unregisterCallback(any(BluetoothCallback.class)); in onStop_flagOff_doNothing() 230 verify(mEventManager).unregisterCallback(any(BluetoothCallback.class)); in onStop_flagOn_unregisterCallbacks()
|
/packages/apps/Settings/src/com/android/settings/sound/ |
D | AudioSwitchPreferenceController.java | 49 import com.android.settingslib.bluetooth.BluetoothCallback; 71 implements BluetoothCallback, LifecycleObserver, OnStart, OnStop {
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/ |
D | AvailableMediaDeviceGroupController.java | 52 import com.android.settingslib.bluetooth.BluetoothCallback; 68 implements DefaultLifecycleObserver, DevicePreferenceCallback, BluetoothCallback {
|