Home
last modified time | relevance | path

Searched refs:BluetoothSL4AAudioSrcMBS (Results 1 – 3 of 3) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMediaFacade.java36 import com.googlecode.android_scripting.facade.bluetooth.media.BluetoothSL4AAudioSrcMBS;
169 if ((controller.getTag().contains(BluetoothSL4AAudioSrcMBS.getTag())) in onActiveSessionsChanged()
433 Intent startIntent = new Intent(mContext, BluetoothSL4AAudioSrcMBS.class); in bluetoothMediaPhoneSL4AMBSStart()
445 Intent stopIntent = new Intent(mContext, BluetoothSL4AAudioSrcMBS.class); in bluetoothMediaPhoneSL4AMBSStop()
461 BluetoothSL4AAudioSrcMBS mbs = in bluetoothMediaHandleMediaCommandOnPhone()
462 BluetoothSL4AAudioSrcMBS.getAvrcpMediaBrowserService(); in bluetoothMediaHandleMediaCommandOnPhone()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
DBluetoothSL4AAudioSrcMBS.java38 public class BluetoothSL4AAudioSrcMBS extends MediaBrowserService { class
45 private static BluetoothSL4AAudioSrcMBS sAvrcpMediaBrowserService;
103 public static synchronized BluetoothSL4AAudioSrcMBS getAvrcpMediaBrowserService() { in getAvrcpMediaBrowserService()
DBluetoothMediaPlayback.java138 BluetoothSL4AAudioSrcMBS.getAvrcpMediaBrowserService().getApplicationContext(), in handlePlayMedia()
332 BluetoothSL4AAudioSrcMBS.getAvrcpMediaBrowserService().getApplicationContext(), in retrieveMetaData()