OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MESSAGE_CONNECT
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java
58
private static final int
MESSAGE_CONNECT
= 1;
149
case
MESSAGE_CONNECT
:
392
Message msg = mHandler.obtainMessage(
MESSAGE_CONNECT
, device);
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java
75
private static final int
MESSAGE_CONNECT
= 1;
146
case
MESSAGE_CONNECT
:
293
Message msg = mHandler.obtainMessage(
MESSAGE_CONNECT
,device);
Completed in 145 milliseconds