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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 39 import android.bluetooth.BluetoothMap;
166 mState = BluetoothMap.STATE_DISCONNECTED;
189 setState(BluetoothMap.STATE_DISCONNECTED);
247 setState(BluetoothMap.STATE_CONNECTED);
297 setState(BluetoothMap.STATE_DISCONNECTED);
425 setState(state, BluetoothMap.RESULT_SUCCESS);
434 Intent intent = new Intent(BluetoothMap.ACTION_CONNECTION_STATE_CHANGED);
461 case BluetoothMap.STATE_CONNECTED:
477 if (mState == BluetoothMap.STATE_CONNECTED && mRemoteDevice != null) {
507 if (getState() == BluetoothMap.STATE_CONNECTED && getRemoteDevice().equals(device))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothUtil.java 26 import android.bluetooth.BluetoothMap;
118 if (p instanceof BluetoothMap) return newProfile((BluetoothMap) p);
193 private static Profile newProfile(final BluetoothMap map) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothMap.java 33 public final class BluetoothMap implements BluetoothProfile {
35 private static final String TAG = "BluetoothMap";
85 * Create a BluetoothMap proxy object.
87 /*package*/ BluetoothMap(Context context, ServiceListener l) {
88 if (DBG) Log.d(TAG, "Create BluetoothMap proxy object");
125 * Other public functions of BluetoothMap will return default error
153 * Get the current state of the BluetoothMap service.
167 return BluetoothMap.STATE_ERROR;
376 mServiceListener.onServiceConnected(BluetoothProfile.MAP, BluetoothMap.this);
BluetoothAdapter.java     [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
MapProfile.java 22 import android.bluetooth.BluetoothMap;
41 private BluetoothMap mService;
64 mService = (BluetoothMap) proxy;
LocalBluetoothProfileManager.java 22 import android.bluetooth.BluetoothMap;
128 BluetoothMap.ACTION_CONNECTION_STATE_CHANGED);

Completed in 100 milliseconds