Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java839 .setDisconnection(eq(connectionOrder.get(1)), eq(BluetoothProfile.A2DP)); in testDisconnectNoAutoConnect()
853 .setDisconnection(eq(connectionOrder.get(1)), eq(BluetoothProfile.A2DP)); in testDisconnectNoAutoConnect()
867 .setDisconnection(eq(connectionOrder.get(1)), eq(BluetoothProfile.A2DP)); in testDisconnectNoAutoConnect()
872 .setDisconnection(eq(connectionOrder.get(1)), eq(BluetoothProfile.HEADSET)); in testDisconnectNoAutoConnect()
1194 db.setDisconnection(deviceToDeconnect, BluetoothProfile.HEADSET); in autoConnect_whenMultiHfpAndDeconnection_startConnection()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java559 mDatabaseManager.setDisconnection(mTestDevice, BluetoothProfile.HEADSET); in testSetConnectionHeadset()
631 mDatabaseManager.setDisconnection(mTestDevice, BluetoothProfile.A2DP); in testSetConnection()
707 mDatabaseManager.setDisconnection(mTestDevice2, BluetoothProfile.A2DP); in testSetConnection()
727 mDatabaseManager.setDisconnection(mTestDevice, BluetoothProfile.A2DP); in testSetConnection()
747 mDatabaseManager.setDisconnection(mTestDevice3, BluetoothProfile.A2DP); in testSetConnection()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java729 mDatabaseManager.setDisconnection(device, profileId); in processProfileStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java675 public void setDisconnection(BluetoothDevice device, int profileId) { in setDisconnection() method in DatabaseManager