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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 122 public static final int MSG_SESSION_DISCONNECTED = 5002;
711 case MSG_SESSION_DISCONNECTED:
    [all...]
BluetoothPbapObexServer.java 237 msg.what = BluetoothPbapService.MSG_SESSION_DISCONNECTED;
239 if (V) Log.v(TAG, "onDisconnect(): msg MSG_SESSION_DISCONNECTED sent out.");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 84 public static final int MSG_SESSION_DISCONNECTED = 5002;
357 case MSG_SESSION_DISCONNECTED:
    [all...]
BluetoothMapObexServer.java 386 msg.what = BluetoothMapService.MSG_SESSION_DISCONNECTED;
388 if (V) Log.v(TAG, "onDisconnect(): msg MSG_SESSION_DISCONNECTED sent out.");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 59 public static final int MSG_SESSION_DISCONNECTED = 5002;
417 case MSG_SESSION_DISCONNECTED:
    [all...]

Completed in 651 milliseconds