OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothMediaFacade
(Results
1 - 2
of
2
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothMediaFacade.java
53
* 1.
BluetoothMediaFacade
- this class that provides the APIs that a RPC client can interact with
61
* The idea is for the
BluetoothMediaFacade
to create a BluetoothSL4AMBS MediaSession on the
71
public class
BluetoothMediaFacade
extends RpcReceiver {
72
private static final String TAG = "
BluetoothMediaFacade
";
113
public
BluetoothMediaFacade
(FacadeManager manager) {
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/
FacadeConfiguration.java
35
import com.googlecode.android_scripting.facade.bluetooth.
BluetoothMediaFacade
;
133
sFacadeClassList.add(
BluetoothMediaFacade
.class);
Completed in 5311 milliseconds