OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:START_LISTENER
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
148
private static final int
START_LISTENER
= 1;
216
.obtainMessage(
START_LISTENER
), TIME_TO_WAIT_VALUE);
564
case
START_LISTENER
:
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java
198
mHandler.sendMessageDelayed(mHandler.obtainMessage(
START_LISTENER
), 9000);
204
private static final int
START_LISTENER
= 1;
216
case
START_LISTENER
:
[
all
...]
Completed in 26 milliseconds