OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothPbapClientFacade
(Results
1 - 2
of
2
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothPbapClientFacade.java
37
*
BluetoothPbapClientFacade
39
public class
BluetoothPbapClientFacade
extends RpcReceiver {
50
public
BluetoothPbapClientFacade
(FacadeManager manager) {
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/
FacadeConfiguration.java
37
import com.googlecode.android_scripting.facade.bluetooth.
BluetoothPbapClientFacade
;
158
sFacadeClassList.add(
BluetoothPbapClientFacade
.class);
Completed in 140 milliseconds