Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DSilenceDeviceManagerTest.java99 testSetGetDeviceSilenceConnectedCase(false, true); in testSetGetDeviceSilence()
100 testSetGetDeviceSilenceConnectedCase(false, false); in testSetGetDeviceSilence()
101 testSetGetDeviceSilenceConnectedCase(true, true); in testSetGetDeviceSilence()
102 testSetGetDeviceSilenceConnectedCase(true, false); in testSetGetDeviceSilence()
108 void testSetGetDeviceSilenceConnectedCase(boolean wasSilenced, boolean enableSilence) { in testSetGetDeviceSilenceConnectedCase() method in SilenceDeviceManagerTest