Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppObserver.java54 BluetoothMapService mMapService = null; field in BluetoothMapAppObserver
59 mMapService = mapService; in BluetoothMapAppObserver()
110 mMapService.updateMasInstances( in handleAccountChanges()
118 mMapService.updateMasInstances( in handleAccountChanges()
126 mMapService.updateMasInstances( in handleAccountChanges()
140 mMapService.updateMasInstances( in handleAccountChanges()
146 mMapService.updateMasInstances( in handleAccountChanges()
DBluetoothMapMasInstance.java85 private BluetoothMapService mMapService = null; // Handle to the outer MAP service field in BluetoothMapMasInstance
126 mMapService = mapService; in BluetoothMapMasInstance()
508 boolean isValid = mMapService.onConnect(device, BluetoothMapMasInstance.this); in onConnect()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMasInstanceTest.java55 @Mock private BluetoothMapService mMapService; field in BluetoothMapMasInstanceTest
76 mMapService, mContext, mAccountItem, TEST_MAS_ID, TEST_ENABLE_SMS_MMS); in toString_returnsInfo()
DBluetoothMapObexServerTest.java75 @Mock private BluetoothMapService mMapService; field in BluetoothMapObexServerTest
98 mMapService, mContext, mAccountItem, TEST_MAS_ID, TEST_ENABLE_SMS_MMS); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java302 private BluetoothMapService mMapService; field in AdapterService
1718 return mMapService.getConnectionState(device) == BluetoothProfile.STATE_CONNECTED; in isProfileSupported()
1985 mMapService = BluetoothMapService.getBluetoothMapService(); in initProfileServices()
5448 if (mMapService != null in disconnectAllEnabledProfiles()
5449 && (mMapService.getConnectionState(device) == BluetoothProfile.STATE_CONNECTED in disconnectAllEnabledProfiles()
5450 || mMapService.getConnectionState(device) in disconnectAllEnabledProfiles()
5453 mMapService.disconnect(device); in disconnectAllEnabledProfiles()
5992 if (mMapService != null && mMapService.isAvailable()) { in notifyAclDisconnected()
5993 mMapService.aclDisconnected(device); in notifyAclDisconnected()
6047 if (mMapService != null && mMapService.isAvailable()) { in sendSdpSearchRecord()
[all …]