Searched refs:mMapService (Results 1 – 5 of 5) sorted by relevance
54 BluetoothMapService mMapService = null; field in BluetoothMapAppObserver59 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()
85 private BluetoothMapService mMapService = null; // Handle to the outer MAP service field in BluetoothMapMasInstance126 mMapService = mapService; in BluetoothMapMasInstance()508 boolean isValid = mMapService.onConnect(device, BluetoothMapMasInstance.this); in onConnect()
55 @Mock private BluetoothMapService mMapService; field in BluetoothMapMasInstanceTest76 mMapService, mContext, mAccountItem, TEST_MAS_ID, TEST_ENABLE_SMS_MMS); in toString_returnsInfo()
75 @Mock private BluetoothMapService mMapService; field in BluetoothMapObexServerTest98 mMapService, mContext, mAccountItem, TEST_MAS_ID, TEST_ENABLE_SMS_MMS); in setUp()
302 private BluetoothMapService mMapService; field in AdapterService1718 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 …]