HomeSort by relevance Sort by last modified time
    Searched refs:mMapProfile (Results 1 - 3 of 3) sorted by null

  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
MapMceTestFragment.java 49 BluetoothMapClient mMapProfile;
128 mMapProfile.disconnect(mBluetoothAdapter.getRemoteDevice((device)));
164 if (mMapProfile != null) {
166 mMapProfile.getUnreadMessages(remoteDevice);
183 if (mMapProfile != null) {
198 mMapProfile.sendMessage(
209 mMapProfile = (BluetoothMapClient) proxy;
220 mMapProfile = null;
275 mMapProfile.connect(device);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothProfileManager.java 84 private MapProfile mMapProfile;
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);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothConnectionFacade.java 94 private BluetoothMapFacade mMapProfile;
118 mMapProfile = manager.getReceiver(BluetoothMapFacade.class);

Completed in 622 milliseconds