OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setConnectionStateLocked
(Results
1 - 2
of
2
) sorted by null
/packages/services/Car/service/src/com/android/car/
BluetoothDevicesInfo.java
341
public void
setConnectionStateLocked
(BluetoothDevice device, int state) {
343
Log.e(TAG, "
setConnectionStateLocked
() device null");
566
setConnectionStateLocked
(device, BluetoothProfile.STATE_CONNECTED);
591
setConnectionStateLocked
(device, BluetoothProfile.STATE_DISCONNECTED);
763
setConnectionStateLocked
(info.getBluetoothDevice(),
BluetoothDeviceConnectionPolicy.java
[
all
...]
Completed in 214 milliseconds