Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothConnectionFacade.java350 private List<Integer> jsonArrayToIntegerList(JSONArray jsonArray) throws JSONException { in jsonArrayToIntegerList() method in BluetoothConnectionFacade
635 disconnectProfiles(mDevice, deviceID, jsonArrayToIntegerList(profileSet)); in bluetoothDisconnectConnectedProfile()