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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DMapProfile.java35 * MapProfile handles Bluetooth MAP profile.
37 final class MapProfile implements LocalBluetoothProfile { class in inherits:LocalBluetoothProfile
38 private static final String TAG = "MapProfile";
72 Log.w(TAG, "MapProfile found new device: " + nextDevice);
75 device.onProfileStateChanged(MapProfile.this,
96 MapProfile(Context context, LocalBluetoothAdapter adapter, method in class:MapProfile

Completed in 62 milliseconds