Home
last modified time | relevance | path

Searched refs:BluetoothMap (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothUtil.java26 import android.bluetooth.BluetoothMap;
118 if (p instanceof BluetoothMap) return newProfile((BluetoothMap) p); in getProfile()
193 private static Profile newProfile(final BluetoothMap map) {
/frameworks/base/core/java/android/bluetooth/
DBluetoothMap.java33 public final class BluetoothMap implements BluetoothProfile { class
87 /*package*/ BluetoothMap(Context context, ServiceListener l) { in BluetoothMap() method in BluetoothMap
167 return BluetoothMap.STATE_ERROR; in getState()
376 mServiceListener.onServiceConnected(BluetoothProfile.MAP, BluetoothMap.this);
DBluetoothAdapter.java1338 BluetoothMap map = new BluetoothMap(context, listener); in getProfileProxy()
1400 BluetoothMap map = (BluetoothMap)proxy; in closeProfileProxy()