Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStreamHandler.java35 import com.android.bluetooth.avrcpcontroller.BluetoothMediaBrowserService;
240 if (BluetoothMediaBrowserService.getPlaybackState() in handleMessage()
320 BluetoothMediaBrowserService.setActive(true); in requestMediaKeyFocus()
339 BluetoothMediaBrowserService.setActive(false); in releaseMediaKeyFocus()
361 BluetoothMediaBrowserService.pause(); in sendAvrcpPause()
365 BluetoothMediaBrowserService.play(); in sendAvrcpPlay()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachineTest.java132 BluetoothMediaBrowserService.reset(); in setUp()
187 BluetoothMediaBrowserService.reset(); in setActiveDevice()
387 BluetoothMediaBrowserService.getTransportControls(); in testControlOnly()
390 BluetoothMediaBrowserService.getPlaybackState()); in testControlOnly()
419 BluetoothMediaBrowserService.getPlaybackState()); in testBrowsingOnly()
463 BluetoothMediaBrowserService.getTransportControls(); in testPlay()
482 BluetoothMediaBrowserService.getTransportControls(); in testPause()
501 BluetoothMediaBrowserService.getTransportControls(); in testStop()
520 BluetoothMediaBrowserService.getTransportControls(); in testNext()
540 BluetoothMediaBrowserService.getTransportControls(); in testPrevious()
[all …]
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachine.java313 BluetoothMediaBrowserService.notifyChanged(mBrowseTree.mNowPlayingNode); in onBrowsingDisconnected()
314 BluetoothMediaBrowserService.notifyChanged(mBrowseTree.mRootNode); in onBrowsingDisconnected()
387 BluetoothMediaBrowserService.notifyChanged(node); in notifyChanged()
393 BluetoothMediaBrowserService.notifyChanged(state); in notifyChanged()
463 BluetoothMediaBrowserService.notifyChanged(mService.sBrowseTree.mRootNode); in enter()
479 BluetoothMediaBrowserService.trackChanged( in processMessage()
481 BluetoothMediaBrowserService.notifyChanged( in processMessage()
532 BluetoothMediaBrowserService.trackChanged(track); in processMessage()
549 BluetoothMediaBrowserService.notifyChanged(playbackState); in processMessage()
659 BluetoothMediaBrowserService.trackChanged( in processMessage()
[all …]
H A DBluetoothMediaBrowserService.java55 public class BluetoothMediaBrowserService extends MediaBrowserServiceCompat { class
59 private static BluetoothMediaBrowserService sBluetoothMediaBrowserService;
H A DAvrcpControllerService.java149 Intent startIntent = new Intent(this, BluetoothMediaBrowserService.class); in start()
158 Intent stopIntent = new Intent(this, BluetoothMediaBrowserService.class); in stop()
219 BluetoothMediaBrowserService.reset(); in setActiveDevice()
911 sb.append("\n " + BluetoothMediaBrowserService.dump() + "\n"); in dump()
H A DAvrcpPlayer.java150 MediaSessionCompat session = BluetoothMediaBrowserService.getSession(); in setCurrentPlayerApplicationSettings()