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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 96 public static final int MSG_SESSION_DISCONNECTED = 5002;
455 case MSG_SESSION_DISCONNECTED:
BluetoothMapObexServer.java 156 msg.what = BluetoothMapService.MSG_SESSION_DISCONNECTED;
158 if (V) Log.v(TAG, "onDisconnect(): msg MSG_SESSION_DISCONNECTED sent out.");
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 120 public static final int MSG_SESSION_DISCONNECTED = 5002;
655 case MSG_SESSION_DISCONNECTED:
BluetoothPbapObexServer.java 236 msg.what = BluetoothPbapService.MSG_SESSION_DISCONNECTED;
238 if (V) Log.v(TAG, "onDisconnect(): msg MSG_SESSION_DISCONNECTED sent out.");
    [all...]

Completed in 65 milliseconds