Searched refs:mLocalBluetoothLeBroadcast (Results 1 – 2 of 2) sorted by relevance
61 @Nullable private LocalBluetoothLeBroadcast mLocalBluetoothLeBroadcast; field in MediaOutputPreferenceController109 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()
129 private LocalBluetoothLeBroadcast mLocalBluetoothLeBroadcast; field in MediaOutputPreferenceControllerTest203 .thenReturn(mLocalBluetoothLeBroadcast); in setUp()260 when(mLocalBluetoothLeBroadcast.isEnabled(null)).thenReturn(true); in audioSharingStart_changeSummary()261 verify(mLocalBluetoothLeBroadcast) in audioSharingStart_changeSummary()