Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DBluetoothHeadsetFragment.java47 BluetoothDevice mPickedDevice; field in BluetoothHeadsetFragment
191 if (mPickedDevice == null) { in connect()
198 Log.w(TAG, "HFP Profile proxy not available, cannot connect sco to " + mPickedDevice); in connect()
201 mHfpClientProfile.connect(mPickedDevice); in connect()
205 if (mPickedDevice == null) { in disconnect()
212 Log.w(TAG, "HFP Profile proxy not available, cannot connect sco to " + mPickedDevice); in disconnect()
215 mHfpClientProfile.disconnect(mPickedDevice); in disconnect()
219 if (mPickedDevice == null) { in connectSco()
226 Log.w(TAG, "HFP Profile proxy not available, cannot connect sco to " + mPickedDevice); in connectSco()
229 mHfpClientProfile.connectAudio(mPickedDevice); in connectSco()
[all …]