OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MESSAGE_DISCONNECT
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java
59
private static final int
MESSAGE_DISCONNECT
= 2;
160
case
MESSAGE_DISCONNECT
:
399
Message msg = mHandler.obtainMessage(
MESSAGE_DISCONNECT
,device);
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java
76
private static final int
MESSAGE_DISCONNECT
= 2;
160
case
MESSAGE_DISCONNECT
:
300
Message msg = mHandler.obtainMessage(
MESSAGE_DISCONNECT
,device);
Completed in 753 milliseconds