Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DContentControlIdKeeperTest.java55 ContentControlIdKeeper.initForTesting(mServiceFactoryMock); in setUp()
60 ContentControlIdKeeper.initForTesting(null); in tearDown()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DContentControlIdKeeper.java48 static synchronized void initForTesting(ServiceFactory instance) { in initForTesting() method in ContentControlIdKeeper