Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java455 mDatabaseManager.setDisconnection(mTestDevice); in testSetConnection()
520 mDatabaseManager.setDisconnection(mTestDevice2); in testSetConnection()
537 mDatabaseManager.setDisconnection(mTestDevice); in testSetConnection()
554 mDatabaseManager.setDisconnection(mTestDevice3); in testSetConnection()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java242 verify(mDatabaseManager, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).setDisconnection( in testDisconnectNoAutoConnect()
252 verify(mDatabaseManager, timeout(ASYNC_CALL_TIMEOUT_MILLIS).times(1)).setDisconnection( in testDisconnectNoAutoConnect()
257 verify(mDatabaseManager, times(1)).setDisconnection(any(BluetoothDevice.class)); in testDisconnectNoAutoConnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DPhonePolicy.java326 mDatabaseManager.setDisconnection(device); in processProfileStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java585 public void setDisconnection(BluetoothDevice device) { in setDisconnection() method in DatabaseManager