Home
last modified time | relevance | path

Searched refs:mLocalBluetoothLeBroadcast (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/sound/
DMediaOutputPreferenceController.java61 @Nullable private LocalBluetoothLeBroadcast mLocalBluetoothLeBroadcast; field in MediaOutputPreferenceController
109 mLocalBluetoothLeBroadcast = in MediaOutputPreferenceController()
117 if (mLocalBluetoothLeBroadcast != null) { in onStart()
118 mLocalBluetoothLeBroadcast.registerServiceCallBack( in onStart()
126 if (mLocalBluetoothLeBroadcast != null) { in onStop()
127 mLocalBluetoothLeBroadcast.unregisterServiceCallBack(mBroadcastCallback); in onStop()
257 && mLocalBluetoothLeBroadcast != null in isDeviceBroadcasting()
258 && mLocalBluetoothLeBroadcast.isEnabled(null); in isDeviceBroadcasting()
/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DMediaOutputPreferenceControllerTest.java129 private LocalBluetoothLeBroadcast mLocalBluetoothLeBroadcast; field in MediaOutputPreferenceControllerTest
203 .thenReturn(mLocalBluetoothLeBroadcast); in setUp()
260 when(mLocalBluetoothLeBroadcast.isEnabled(null)).thenReturn(true); in audioSharingStart_changeSummary()
261 verify(mLocalBluetoothLeBroadcast) in audioSharingStart_changeSummary()