Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java210 BluetoothMediaBrowserService.notifyChanged(mService in onBrowsingConnected()
212 BluetoothMediaBrowserService.notifyChanged(mAddressedPlayer.getPlaybackState()); in onBrowsingConnected()
221 BluetoothMediaBrowserService.notifyChanged(mBrowseTree.mNowPlayingNode); in onBrowsingDisconnected()
226 BluetoothMediaBrowserService.notifyChanged(pbb.build()); in onBrowsingDisconnected()
229 BluetoothMediaBrowserService.notifyChanged(mService in onBrowsingDisconnected()
231 BluetoothMediaBrowserService.trackChanged(null); in onBrowsingDisconnected()
236 BluetoothMediaBrowserService.notifyChanged(node); in notifyChanged()
293 BluetoothMediaBrowserService.addressedPlayerChanged(mSessionCallbacks); in enter()
327 BluetoothMediaBrowserService.trackChanged((MediaMetadata) msg.obj); in processMessage()
332 BluetoothMediaBrowserService.notifyChanged(mAddressedPlayer.getPlaybackState()); in processMessage()
[all …]
DBluetoothMediaBrowserService.java47 public class BluetoothMediaBrowserService extends MediaBrowserService { class
51 private static BluetoothMediaBrowserService sBluetoothMediaBrowserService;
DAvrcpControllerService.java116 Intent startIntent = new Intent(this, BluetoothMediaBrowserService.class); in start()
123 Intent stopIntent = new Intent(this, BluetoothMediaBrowserService.class); in stop()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java217 BluetoothMediaBrowserService.getTransportControls(); in testPlay()
236 BluetoothMediaBrowserService.getTransportControls(); in testPause()
255 BluetoothMediaBrowserService.getTransportControls(); in testStop()
274 BluetoothMediaBrowserService.getTransportControls(); in testNext()
294 BluetoothMediaBrowserService.getTransportControls(); in testPrevious()
314 BluetoothMediaBrowserService.getTransportControls(); in testFastForward()
335 BluetoothMediaBrowserService.getTransportControls(); in testRewind()
479 BluetoothMediaBrowserService.getTransportControls(); in testPlayWhileBrowsing()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStreamHandler.java32 import com.android.bluetooth.avrcpcontroller.BluetoothMediaBrowserService;
307 BluetoothMediaBrowserService.setActive(true); in requestMediaKeyFocus()
327 BluetoothMediaBrowserService.setActive(false); in releaseMediaKeyFocus()
347 BluetoothMediaBrowserService.pause(); in sendAvrcpPause()
351 BluetoothMediaBrowserService.play(); in sendAvrcpPlay()