Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapServiceTest.java89 mService = BluetoothMapService.getBluetoothMapService(); in tearDown()
96 assertThat(BluetoothMapService.getBluetoothMapService()).isNotNull(); in initialize()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java739 public static synchronized BluetoothMapService getBluetoothMapService() { in getBluetoothMapService() method in BluetoothMapService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java1985 mMapService = BluetoothMapService.getBluetoothMapService(); in initProfileServices()