Searched defs:MSG_SERVERSESSION_CLOSE (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java118 public static final int MSG_SERVERSESSION_CLOSE = 5000; field in class:BluetoothPbapService
706 case MSG_SERVERSESSION_CLOSE:
712 // case MSG_SERVERSESSION_CLOSE will handle ,so just skip
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java56 public static final int MSG_SERVERSESSION_CLOSE = 5000; field in class:SapService
411 case MSG_SERVERSESSION_CLOSE:
738 mSessionStatusHandler.sendEmptyMessage(MSG_SERVERSESSION_CLOSE);
765 mSessionStatusHandler.sendEmptyMessage(MSG_SERVERSESSION_CLOSE);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java83 public static final int MSG_SERVERSESSION_CLOSE = 5000; field in class:BluetoothMapService
377 case MSG_SERVERSESSION_CLOSE:
1154 mSessionStatusHandler.obtainMessage(MSG_SERVERSESSION_CLOSE, -1, 0)

Completed in 45 milliseconds