Home
last modified time | relevance | path

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

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