Home
last modified time | relevance | path

Searched refs:BluetoothMediaBrowserService (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java177 BluetoothMediaBrowserService.getTransportControls(); in testDisconnect()
179 BluetoothMediaBrowserService.getPlaybackState()); in testDisconnect()
189 BluetoothMediaBrowserService.getTransportControls(); in testControlOnly()
192 BluetoothMediaBrowserService.getPlaybackState()); in testControlOnly()
211 BluetoothMediaBrowserService.getPlaybackState()); in testControlOnly()
224 BluetoothMediaBrowserService.getPlaybackState()); in testBrowsingOnly()
243 BluetoothMediaBrowserService.getTransportControls(); in testBrowsingOnly()
245 BluetoothMediaBrowserService.getPlaybackState()); in testBrowsingOnly()
276 BluetoothMediaBrowserService.getTransportControls(); in testPlay()
295 BluetoothMediaBrowserService.getTransportControls(); in testPause()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java240 || BluetoothMediaBrowserService.getPlaybackState() in requestActive()
264 BluetoothMediaBrowserService.addressedPlayerChanged(mSessionCallbacks); in setActive()
265 BluetoothMediaBrowserService.notifyChanged(mAddressedPlayer.getPlaybackState()); in setActive()
266 BluetoothMediaBrowserService.notifyChanged(mBrowseTree.mNowPlayingNode); in setActive()
271 BluetoothMediaBrowserService.trackChanged(null); in setActive()
272 BluetoothMediaBrowserService.addressedPlayerChanged(null); in setActive()
291 BluetoothMediaBrowserService.notifyChanged(mService in onBrowsingConnected()
304 BluetoothMediaBrowserService.notifyChanged(mBrowseTree.mNowPlayingNode); in onBrowsingDisconnected()
308 BluetoothMediaBrowserService.notifyChanged(mService in onBrowsingDisconnected()
381 BluetoothMediaBrowserService.notifyChanged(node); in notifyChanged()
[all …]
DBluetoothMediaBrowserService.java51 public class BluetoothMediaBrowserService extends MediaBrowserServiceCompat { class
55 private static BluetoothMediaBrowserService sBluetoothMediaBrowserService;
DAvrcpControllerService.java140 Intent startIntent = new Intent(this, BluetoothMediaBrowserService.class); in start()
147 Intent stopIntent = new Intent(this, BluetoothMediaBrowserService.class); in stop()
DAvrcpPlayer.java151 MediaSessionCompat session = BluetoothMediaBrowserService.getSession(); in setCurrentPlayerApplicationSettings()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStreamHandler.java34 import com.android.bluetooth.avrcpcontroller.BluetoothMediaBrowserService;
239 if (BluetoothMediaBrowserService.getPlaybackState() in handleMessage()
319 BluetoothMediaBrowserService.setActive(true); in requestMediaKeyFocus()
338 BluetoothMediaBrowserService.setActive(false); in releaseMediaKeyFocus()
360 BluetoothMediaBrowserService.pause(); in sendAvrcpPause()
364 BluetoothMediaBrowserService.play(); in sendAvrcpPlay()