Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java216 return buildJsonBluetoothDevice((BluetoothDevice) data); in build()
489 private static JSONObject buildJsonBluetoothDevice(BluetoothDevice data) in buildJsonBluetoothDevice() method in JsonBuilder