OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_SERVERSESSION_CLOSE
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java
56
public static final int
MSG_SERVERSESSION_CLOSE
= 5000;
411
case
MSG_SERVERSESSION_CLOSE
:
738
mSessionStatusHandler.sendEmptyMessage(
MSG_SERVERSESSION_CLOSE
);
765
mSessionStatusHandler.sendEmptyMessage(
MSG_SERVERSESSION_CLOSE
);
[
all
...]
SapServer.java
105
* @param serviceHandler The handler to send a SapService.
MSG_SERVERSESSION_CLOSE
when closing
480
msg.what = SapService.
MSG_SERVERSESSION_CLOSE
;
482
if (DEBUG) Log.d(TAG, "
MSG_SERVERSESSION_CLOSE
sent out.");
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
118
public static final int
MSG_SERVERSESSION_CLOSE
= 5000;
706
case
MSG_SERVERSESSION_CLOSE
:
712
// case
MSG_SERVERSESSION_CLOSE
will handle ,so just skip
[
all
...]
BluetoothPbapObexServer.java
313
msg.what = BluetoothPbapService.
MSG_SERVERSESSION_CLOSE
;
315
if (D) Log.d(TAG, "onClose(): msg
MSG_SERVERSESSION_CLOSE
sent out.");
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
83
public static final int
MSG_SERVERSESSION_CLOSE
= 5000;
377
case
MSG_SERVERSESSION_CLOSE
:
[
all
...]
BluetoothMapObexServer.java
[
all
...]
Completed in 215 milliseconds