Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppObserver.java56 BluetoothMapService mMapService = null; field in BluetoothMapAppObserver
61 mMapService = mapService; in BluetoothMapAppObserver()
122 mMapService.updateMasInstances( in handleAccountChanges()
132 mMapService.updateMasInstances( in handleAccountChanges()
140 mMapService.updateMasInstances( in handleAccountChanges()
154 mMapService.updateMasInstances( in handleAccountChanges()
162 mMapService.updateMasInstances( in handleAccountChanges()
DBluetoothMapMasInstance.java82 private BluetoothMapService mMapService = null; // Handle to the outer MAP service field in BluetoothMapMasInstance
125 mMapService = mapService; in BluetoothMapMasInstance()
513 boolean isValid = mMapService.onConnect(device, BluetoothMapMasInstance.this); in onConnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java284 private BluetoothMapService mMapService; field in AdapterService
995 return mMapService.getConnectionState(device) == BluetoothProfile.STATE_CONNECTED; in isSupported()
1168 mMapService = BluetoothMapService.getBluetoothMapService(); in initProfileServices()
2988 if (mMapService != null && mMapService.getConnectionState(device) in disconnectAllEnabledProfiles()
2991 mMapService.disconnect(device); in disconnectAllEnabledProfiles()