Searched refs:MSG_SERVERSESSION_CLOSE (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java57 public static final int MSG_SERVERSESSION_CLOSE = 5000; field in class:SapService
412 case MSG_SERVERSESSION_CLOSE:
728 mSessionStatusHandler.sendEmptyMessage(MSG_SERVERSESSION_CLOSE);
753 mSessionStatusHandler.sendEmptyMessage(MSG_SERVERSESSION_CLOSE);
H A DSapServer.java102 * @param serviceHandler The handler to send a SapService.MSG_SERVERSESSION_CLOSE when closing
464 msg.what = SapService.MSG_SERVERSESSION_CLOSE;
466 if (DEBUG) Log.d(TAG, "MSG_SERVERSESSION_CLOSE sent out.");
757 * MSG_SERVERSESSION_CLOSE */
/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
H A DBluetoothPbapObexServer.java313 msg.what = BluetoothPbapService.MSG_SERVERSESSION_CLOSE;
315 if (D) Log.d(TAG, "onClose(): msg MSG_SERVERSESSION_CLOSE sent out.");
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java80 public static final int MSG_SERVERSESSION_CLOSE = 5000; field in class:BluetoothMapService
352 case MSG_SERVERSESSION_CLOSE:
1041 mSessionStatusHandler.obtainMessage(MSG_SERVERSESSION_CLOSE, -1, 0)
H A DBluetoothMapObexServer.java815 msg.what = BluetoothMapService.MSG_SERVERSESSION_CLOSE;
818 if (D) Log.d(TAG, "onClose(): msg MSG_SERVERSESSION_CLOSE sent out.");

Completed in 160 milliseconds