HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothSL4AAudioSrcMBS (Results 1 - 3 of 3) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
BluetoothSL4AAudioSrcMBS.java 38 public class BluetoothSL4AAudioSrcMBS extends MediaBrowserService {
39 private static final String TAG = "BluetoothSL4AAudioSrcMBS";
45 private static BluetoothSL4AAudioSrcMBS sAvrcpMediaBrowserService;
99 * Returns the currently set instance of {@link BluetoothSL4AAudioSrcMBS}
101 * @return current instance of {@link BluetoothSL4AAudioSrcMBS}
103 public static synchronized BluetoothSL4AAudioSrcMBS getAvrcpMediaBrowserService() {
138 * We do the following on the BluetoothSL4AAudioSrcMBS onCreate():
199 * @return <code>BluetoothSL4AAudioSrcMBS</code>'s tag
BluetoothMediaPlayback.java 138 BluetoothSL4AAudioSrcMBS.getAvrcpMediaBrowserService().getApplicationContext(),
332 BluetoothSL4AAudioSrcMBS.getAvrcpMediaBrowserService().getApplicationContext(),
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothMediaFacade.java 35 import com.googlecode.android_scripting.facade.bluetooth.media.BluetoothSL4AAudioSrcMBS;
147 * On the Phone side, it listens to the BluetoothSL4AAudioSrcMBS (that the SL4A app runs)
164 // As explained above, looking for the BluetoothSL4AAudioSrcMBS (when running on Phone)
168 if ((controller.getTag().contains(BluetoothSL4AAudioSrcMBS.getTag()))
223 * BluetoothSL4AAudioSrcMBS on Phone and BluetoothMediaBrowserService on Car to send and receive
252 * Class method called from {@link BluetoothSL4AAudioSrcMBS} to post an Event through
398 * Carkitt, whereas BluetoothSL4AAudioSrcMBS will still be active.
447 * Start the BluetoothSL4AAudioSrcMBS on the Phone so the media commands coming in
450 @Rpc(description = "Start the BluetoothSL4AAudioSrcMBS on Phone.")
452 Log.d(TAG + "Starting BluetoothSL4AAudioSrcMBS");
    [all...]

Completed in 220 milliseconds