Searched refs:BluetoothMap (Results 1 – 3 of 3) sorted by relevance
26 import android.bluetooth.BluetoothMap;118 if (p instanceof BluetoothMap) return newProfile((BluetoothMap) p); in getProfile()193 private static Profile newProfile(final BluetoothMap map) {
33 public final class BluetoothMap implements BluetoothProfile { class87 /*package*/ BluetoothMap(Context context, ServiceListener l) { in BluetoothMap() method in BluetoothMap167 return BluetoothMap.STATE_ERROR; in getState()376 mServiceListener.onServiceConnected(BluetoothProfile.MAP, BluetoothMap.this);
1338 BluetoothMap map = new BluetoothMap(context, listener); in getProfileProxy()1400 BluetoothMap map = (BluetoothMap)proxy; in closeProfileProxy()