Searched refs:deviceStr (Results 1 – 5 of 5) sorted by relevance
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothHfpClientFacade.java | 107 description = "Mac address of a BT device.") String deviceStr, in bluetoothHfpClientSetPriority() 114 deviceStr); in bluetoothHfpClientSetPriority() 128 "Mac address of a BT device.") String deviceStr) in bluetoothHfpClientGetPriority() 132 mBluetoothAdapter.getBondedDevices(), deviceStr); in bluetoothHfpClientGetPriority() 145 String deviceStr) in bluetoothHfpClientConnect() 150 BluetoothFacade.DiscoveredDevices, deviceStr); in bluetoothHfpClientConnect() 155 + deviceStr + " with " + e); in bluetoothHfpClientConnect() 169 String deviceStr) { in bluetoothHfpClientDisconnect() 174 sHfpClientProfile.getConnectedDevices(), deviceStr); in bluetoothHfpClientDisconnect() 228 String deviceStr) { in bluetoothHfpClientGetAudioState() [all …]
|
D | BluetoothPbapClientFacade.java | 108 description = "Mac address of a BT device.") String deviceStr, in bluetoothPbapClientSetPriority() 115 deviceStr); in bluetoothPbapClientSetPriority() 128 description = "Mac address of a BT device.") String deviceStr) in bluetoothPbapClientGetPriority() 135 deviceStr); in bluetoothPbapClientGetPriority() 148 String deviceStr) throws Exception { in bluetoothPbapClientConnect() 153 mBluetoothAdapter.getBondedDevices(), deviceStr); in bluetoothPbapClientConnect() 158 + deviceStr + " with " + e); in bluetoothPbapClientConnect() 172 String deviceStr) { in bluetoothPbapClientDisconnect() 178 sPbapClientProfile.getConnectedDevices(), deviceStr); in bluetoothPbapClientDisconnect()
|
D | BluetoothA2dpSinkFacade.java | 94 String deviceStr, in bluetoothA2dpSinkSetPriority() 101 mBluetoothAdapter.getBondedDevices(), deviceStr); in bluetoothA2dpSinkSetPriority() 115 String deviceStr) in bluetoothA2dpSinkGetPriority() 120 mBluetoothAdapter.getBondedDevices(), deviceStr); in bluetoothA2dpSinkGetPriority() 141 "Name or MAC address of a bluetooth device.") String deviceStr) in bluetoothA2dpSinkConnect() 146 BluetoothFacade.DiscoveredDevices, deviceStr); in bluetoothA2dpSinkConnect() 159 String deviceStr) { in bluetoothA2dpSinkDisconnect() 165 sA2dpSinkProfile.getConnectedDevices(), deviceStr); in bluetoothA2dpSinkDisconnect()
|
D | BluetoothA2dpFacade.java | 157 String deviceStr, in bluetoothA2dpSetPriority() 163 BluetoothFacade.getDevice(mBluetoothAdapter.getBondedDevices(), deviceStr); in bluetoothA2dpSetPriority()
|
D | BluetoothHspFacade.java | 118 String deviceStr, in bluetoothHspSetPriority() 123 mBluetoothAdapter.getBondedDevices(), deviceStr); in bluetoothHspSetPriority()
|