Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/map/
H A DBluetoothMapServiceTest.java66 mService = BluetoothMapService.getBluetoothMapService(); in setUp()
79 mService = BluetoothMapService.getBluetoothMapService(); in tearDown()
86 Assert.assertNotNull(BluetoothMapService.getBluetoothMapService()); in testInitialize()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java714 public static synchronized BluetoothMapService getBluetoothMapService() { in getBluetoothMapService() method in BluetoothMapService
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java1187 mMapService = BluetoothMapService.getBluetoothMapService(); in initProfileServices()