Searched refs:setDisconnection (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | PhonePolicyTest.java | 839 .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/ |
D | DatabaseManagerTest.java | 559 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/ |
D | PhonePolicy.java | 729 mDatabaseManager.setDisconnection(device, profileId); in processProfileStateChanged()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/ |
D | DatabaseManager.java | 675 public void setDisconnection(BluetoothDevice device, int profileId) { in setDisconnection() method in DatabaseManager
|