Home
last modified time | relevance | path

Searched refs:BluetoothCallback (Results 1 – 25 of 29) sorted by relevance

12

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingSelectionFragment.java27 import com.android.settingslib.bluetooth.BluetoothCallback;
38 final BluetoothCallback mCallback = new BluetoothCallback() {
DBluetoothPreferenceController.java33 import com.android.settingslib.bluetooth.BluetoothCallback;
48 PreferenceController<V> implements BluetoothCallback {
DBluetoothDevicesGroupPreferenceController.java30 import com.android.settingslib.bluetooth.BluetoothCallback;
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamsCategoryController.java30 import com.android.settingslib.bluetooth.BluetoothCallback;
44 private final BluetoothCallback mBluetoothCallback =
45 new BluetoothCallback() {
DAudioStreamsScanQrCodeController.java35 import com.android.settingslib.bluetooth.BluetoothCallback;
47 final BluetoothCallback mBluetoothCallback =
48 new BluetoothCallback() {
DAudioStreamsActiveDeviceSummaryUpdater.java28 import com.android.settingslib.bluetooth.BluetoothCallback;
34 public class AudioStreamsActiveDeviceSummaryUpdater implements BluetoothCallback {
DAudioStreamMediaService.java46 import com.android.settingslib.bluetooth.BluetoothCallback;
94 private final BluetoothCallback mBluetoothCallback =
95 new BluetoothCallback() {
DAudioStreamsProgressCategoryController.java40 import com.android.settingslib.bluetooth.BluetoothCallback;
59 private final BluetoothCallback mBluetoothCallback =
60 new BluetoothCallback() {
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DPairedBluetoothDevicesWorker.java22 import com.android.settingslib.bluetooth.BluetoothCallback;
33 implements BluetoothCallback {
/packages/apps/Settings/src/com/android/settings/accessibility/
DAvailableHearingDevicePreferenceController.java29 import com.android.settingslib.bluetooth.BluetoothCallback;
44 BluetoothCallback {
DAccessibilityHearingAidPreferenceController.java38 import com.android.settingslib.bluetooth.BluetoothCallback;
54 implements LifecycleObserver, OnStart, OnStop, BluetoothCallback,
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothAutoOnPreferenceController.java30 import com.android.settingslib.bluetooth.BluetoothCallback;
38 implements BluetoothCallback, LifecycleObserver, OnStart, OnStop {
DBluetoothSummaryUpdater.java28 import com.android.settingslib.bluetooth.BluetoothCallback;
38 public final class BluetoothSummaryUpdater extends SummaryUpdater implements BluetoothCallback {
DBluetoothDeviceDetailsFragment.java56 import com.android.settingslib.bluetooth.BluetoothCallback;
108 private final BluetoothCallback mBluetoothCallback =
109 new BluetoothCallback() {
DDeviceListPreferenceFragment.kt37 import com.android.settingslib.bluetooth.BluetoothCallback
58 RestrictedDashboardFragment(restrictedKey), BluetoothCallback {
DBluetoothDeviceUpdater.java32 import com.android.settingslib.bluetooth.BluetoothCallback;
52 public abstract class BluetoothDeviceUpdater implements BluetoothCallback,
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothUpdateWorker.java30 import com.android.settingslib.bluetooth.BluetoothCallback;
34 public class BluetoothUpdateWorker extends SliceBackgroundWorker implements BluetoothCallback {
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
DAvailableMediaDeviceGroupControllerTest.java67 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/
DAudioSharingPreferenceController.java35 import com.android.settingslib.bluetooth.BluetoothCallback;
45 implements DefaultLifecycleObserver, BluetoothCallback {
DAudioSharingCallAudioPreferenceController.java47 import com.android.settingslib.bluetooth.BluetoothCallback;
70 implements BluetoothCallback {
/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DAudioOutputSwitchPreferenceControllerTest.java56 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/
DMediaOutputIndicatorWorker.java36 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/
DAudioSharingDevicePreferenceControllerTest.java64 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/
DAudioSwitchPreferenceController.java49 import com.android.settingslib.bluetooth.BluetoothCallback;
71 implements BluetoothCallback, LifecycleObserver, OnStart, OnStop {
/packages/apps/Settings/src/com/android/settings/connecteddevice/
DAvailableMediaDeviceGroupController.java52 import com.android.settingslib.bluetooth.BluetoothCallback;
68 implements DefaultLifecycleObserver, DevicePreferenceCallback, BluetoothCallback {

12