OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_SESSION_ESTABLISHED
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
120
public static final int
MSG_SESSION_ESTABLISHED
= 5001;
709
case
MSG_SESSION_ESTABLISHED
:
[
all
...]
BluetoothPbapObexServer.java
220
"
MSG_SESSION_ESTABLISHED
msg.");
223
msg.what = BluetoothPbapService.
MSG_SESSION_ESTABLISHED
;
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java
57
public static final int
MSG_SESSION_ESTABLISHED
= 5001;
414
case
MSG_SESSION_ESTABLISHED
:
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
85
public static final int
MSG_SESSION_ESTABLISHED
= 5001;
380
case
MSG_SESSION_ESTABLISHED
:
[
all
...]
BluetoothMapObexServer.java
368
"
MSG_SESSION_ESTABLISHED
msg.");
372
msg.what = BluetoothMapService.
MSG_SESSION_ESTABLISHED
;
[
all
...]
Completed in 86 milliseconds