Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java153 private static BluetoothMapService sBluetoothMapService; field in BluetoothMapService
715 if (sBluetoothMapService == null) { in getBluetoothMapService()
719 if (!sBluetoothMapService.isAvailable()) { in getBluetoothMapService()
723 return sBluetoothMapService; in getBluetoothMapService()
730 sBluetoothMapService = instance; in setBluetoothMapService()