Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
H A DAudioDeviceBrokerTest.java111 checkSingleSystemConnection(mFakeBtDevice); in testPostA2dpDeviceConnectionChange()
272 checkSingleSystemConnection(mFakeBtDevice); in doTestConnectionDisconnectionReconnection()
281 private void checkSingleSystemConnection(BluetoothDevice btDevice) throws Exception { in checkSingleSystemConnection() method in AudioDeviceBrokerTest