OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:START_LISTENER
(Results
1 - 5
of
5
) 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/pbap/
BluetoothPbapService.java
134
private static final int
START_LISTENER
= 1;
210
.obtainMessage(
START_LISTENER
));
684
case
START_LISTENER
:
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java
52
private static final int
START_LISTENER
= 1;
398
case
START_LISTENER
:
591
.obtainMessage(
START_LISTENER
));
697
.obtainMessage(
START_LISTENER
));
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
104
private static final int
START_LISTENER
= 1;
349
case
START_LISTENER
:
[
all
...]
/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;
242
case
START_LISTENER
:
[
all
...]
Completed in 249 milliseconds