Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapEmailAppObserver.java56 BluetoothMapService mMapService = null; field in BluetoothMapEmailAppObserver
60 mMapService = mapService; in BluetoothMapEmailAppObserver()
103mMapService.updateMasInstances(BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_RENAMED); in handleAccountChanges()
110mMapService.updateMasInstances(BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_ADDED); in handleAccountChanges()
114mMapService.updateMasInstances(BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED); in handleAccountChanges()
124mMapService.updateMasInstances(BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_REMOVED); in handleAccountChanges()
129mMapService.updateMasInstances(BluetoothMapService.UPDATE_MAS_INSTANCES_ACCOUNT_ADDED); in handleAccountChanges()
DBluetoothMapMasInstance.java60 private BluetoothMapService mMapService = null; // Handle to the outer MAP service field in BluetoothMapMasInstance
81 mMapService = mapService; in BluetoothMapMasInstance()
151 … boolean isValid = mMapService.onConnect(mRemoteDevice, BluetoothMapMasInstance.this); in run()