OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
470
case
MSG_SESSION_DISCONNECTED
:
BluetoothMapObexServer.java
157
msg.what = BluetoothMapService.
MSG_SESSION_DISCONNECTED
;
159
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;
667
case
MSG_SESSION_DISCONNECTED
:
BluetoothPbapObexServer.java
237
msg.what = BluetoothPbapService.
MSG_SESSION_DISCONNECTED
;
239
if (V) Log.v(TAG, "onDisconnect(): msg
MSG_SESSION_DISCONNECTED
sent out.");
[
all
...]
Completed in 332 milliseconds