Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DContentControlIdKeeper.java46 private static ServiceFactory sServiceFactory = null; field in ContentControlIdKeeper
51 sServiceFactory = instance; in initForTesting()
97 if (sServiceFactory == null) { in acquireCcid()
98 sServiceFactory = new ServiceFactory(); in acquireCcid()
101 LeAudioService service = sServiceFactory.getLeAudioService(); in acquireCcid()
129 if (sServiceFactory == null) { in releaseCcid()
130 sServiceFactory = new ServiceFactory(); in releaseCcid()
133 LeAudioService service = sServiceFactory.getLeAudioService(); in releaseCcid()