Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/
H A DDatabaseManagerTest.java491 mDatabaseManager.setDisconnection(mTestDevice); in testSetConnection()
560 mDatabaseManager.setDisconnection(mTestDevice2); in testSetConnection()
578 mDatabaseManager.setDisconnection(mTestDevice); in testSetConnection()
596 mDatabaseManager.setDisconnection(mTestDevice3); in testSetConnection()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DPhonePolicyTest.java250 verify(mDatabaseManager, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).setDisconnection( in testDisconnectNoAutoConnect()
261 verify(mDatabaseManager, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).setDisconnection( in testDisconnectNoAutoConnect()
266 verify(mDatabaseManager, times(1)).setDisconnection(any(BluetoothDevice.class)); in testDisconnectNoAutoConnect()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DPhonePolicy.java347 mDatabaseManager.setDisconnection(device); in processProfileStateChanged()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
H A DDatabaseManager.java568 public void setDisconnection(BluetoothDevice device) { in setDisconnection() method in DatabaseManager