Searched refs:mMapProfile (Results 1 – 2 of 2) sorted by relevance
106 BluetoothMapClient mMapProfile; field in MapMceTestFragment238 mMapProfile.disconnect(mBluetoothAdapter.getRemoteDevice(device)); in disconnectDevice()274 if (mMapProfile != null) { in getMessages()276 mMapProfile.getUnreadMessages(remoteDevice); in getMessages()328 if (mMapProfile != null) { in getUploadingFeatureValue()330 return (mMapProfile.isUploadingSupported(remoteDevice)) ? 1 : 0; in getUploadingFeatureValue()357 if (mMapProfile != null) { in sendMessage()373 mMapProfile.sendMessage( in sendMessage()400 mMapProfile = (BluetoothMapClient) proxy; in onServiceConnected()411 mMapProfile = null; in onServiceDisconnected()[all …]
94 private MapProfile mMapProfile; field in LocalBluetoothProfileManager168 if (mMapProfile == null && supportedList.contains(BluetoothProfile.MAP)) { in updateLocalProfiles()170 mMapProfile = new MapProfile(mContext, mDeviceManager, this); in updateLocalProfiles()171 addProfile(mMapProfile, MapProfile.NAME, BluetoothMap.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()433 return mMapProfile; in getMapProfile()536 if ((mMapProfile != null) && in updateProfiles()537 (mMapProfile.getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED)) { in updateProfiles()538 profiles.add(mMapProfile); in updateProfiles()539 removedProfiles.remove(mMapProfile); in updateProfiles()540 mMapProfile.setEnabled(device, true); in updateProfiles()