OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:START_LISTENER
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
OtherPreferences.java
69
private static final int
START_LISTENER
= 1;
121
mQuietHoursStartListener = new TimeSetListener(
START_LISTENER
);
194
case (
START_LISTENER
):
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
108
private static final int
START_LISTENER
= 1;
451
case
START_LISTENER
:
645
.obtainMessage(
START_LISTENER
));
689
.obtainMessage(
START_LISTENER
));
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
132
private static final int
START_LISTENER
= 1;
208
.obtainMessage(
START_LISTENER
));
640
case
START_LISTENER
:
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java
201
mHandler.sendMessage(mHandler.obtainMessage(
START_LISTENER
));
207
private static final int
START_LISTENER
= 1;
230
case
START_LISTENER
:
[
all
...]
Completed in 79 milliseconds