Searched defs:mMapProfile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java84 private MapProfile mMapProfile; field in class:LocalBluetoothProfileManager
138 mMapProfile = new MapProfile(mContext, mLocalAdapter, mDeviceManager, this);
139 addProfile(mMapProfile, MapProfile.NAME,
409 return mMapProfile;
491 if ((mMapProfile != null) &&
492 (mMapProfile.getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED)) {
493 profiles.add(mMapProfile);
494 removedProfiles.remove(mMapProfile);
495 mMapProfile.setPreferred(device, true);

Completed in 20 milliseconds