Home
last modified time | relevance | path

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

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