Home
last modified time | relevance | path

Searched refs:ServiceFactory (Results 1 – 25 of 33) sorted by relevance

12

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DContentControlIdKeeper.java25 import com.android.bluetooth.btservice.ServiceFactory;
46 private static ServiceFactory sServiceFactory = null;
48 static synchronized void initForTesting(ServiceFactory instance) { in initForTesting()
98 sServiceFactory = new ServiceFactory(); in acquireCcid()
130 sServiceFactory = new ServiceFactory(); in releaseCcid()
/packages/services/Car/cpp/evs/manager/1.1/
DEnumerator.h45 class ProdServiceFactory : public ServiceFactory {
62 explicit Enumerator(std::unique_ptr<ServiceFactory> serviceFactory,
68 std::unique_ptr<ServiceFactory> serviceFactory,
109 const std::unique_ptr<ServiceFactory> mServiceFactory;
DServiceFactory.h25 class ServiceFactory {
27 virtual ~ServiceFactory() = default;
DEnumerator.cpp114 Enumerator::Enumerator(std::unique_ptr<ServiceFactory> serviceFactory, in Enumerator()
144 std::unique_ptr<ServiceFactory> serviceFactory, in build()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DContentControlIdKeeperTest.java28 import com.android.bluetooth.btservice.ServiceFactory;
48 @Mock ServiceFactory mServiceFactoryMock;
DLeAudioBroadcastServiceTest.java45 import com.android.bluetooth.btservice.ServiceFactory;
92 @Spy private ServiceFactory mServiceFactory = new ServiceFactory();
/packages/services/Car/cpp/evs/manager/1.1/test/unit/
DMockServiceFactory.h30 class MockServiceFactory : public ServiceFactory {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java50 import com.android.bluetooth.btservice.ServiceFactory;
72 private ServiceFactory mFactory = new ServiceFactory();
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DSilenceDeviceManager.java58 private final ServiceFactory mFactory;
199 SilenceDeviceManager(AdapterService service, ServiceFactory factory, Looper looper) { in SilenceDeviceManager()
DServiceFactory.java36 public class ServiceFactory { class
DAudioRoutingManager.java67 private final ServiceFactory mFactory;
141 AudioRoutingManager(AdapterService service, ServiceFactory factory) { in AudioRoutingManager()
DCompanionManager.java93 public CompanionManager(AdapterService service, ServiceFactory factory) { in CompanionManager()
DActiveDeviceManager.java116 private final ServiceFactory mFactory;
825 ActiveDeviceManager(AdapterService service, ServiceFactory factory) { in ActiveDeviceManager()
DPhonePolicy.java90 private final ServiceFactory mFactory;
176 PhonePolicy(AdapterService service, ServiceFactory factory) { in PhonePolicy()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorServiceTest.java39 import com.android.bluetooth.btservice.ServiceFactory;
79 @Spy private ServiceFactory mServiceFactory = new ServiceFactory();
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DSilenceDeviceManagerTest.java63 @Mock private ServiceFactory mServiceFactory;
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java35 import com.android.bluetooth.btservice.ServiceFactory;
133 private final ServiceFactory mFactory = new ServiceFactory();
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java51 import com.android.bluetooth.btservice.ServiceFactory;
86 @VisibleForTesting ServiceFactory mServiceFactory = new ServiceFactory();
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java50 import com.android.bluetooth.btservice.ServiceFactory;
85 @VisibleForTesting ServiceFactory mFactory = new ServiceFactory();
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java66 import com.android.bluetooth.btservice.ServiceFactory;
99 @VisibleForTesting ServiceFactory mFactory = new ServiceFactory();
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java48 import com.android.bluetooth.btservice.ServiceFactory;
203 @VisibleForTesting ServiceFactory mFactory = new ServiceFactory();
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java66 import com.android.bluetooth.btservice.ServiceFactory;
164 @VisibleForTesting ServiceFactory mFactory = new ServiceFactory();
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java65 import com.android.bluetooth.btservice.ServiceFactory;
109 @Mock private ServiceFactory mServiceFactory;
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java46 import com.android.bluetooth.btservice.ServiceFactory;
96 @Mock private ServiceFactory mServiceFactory;
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java72 import com.android.bluetooth.btservice.ServiceFactory;
185 @VisibleForTesting ServiceFactory mServiceFactory = new ServiceFactory();

12