Searched refs:START_LISTENER (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DOtherPreferences.java69 private static final int START_LISTENER = 1; field in class:OtherPreferences
121 mQuietHoursStartListener = new TimeSetListener(START_LISTENER);
194 case (START_LISTENER):
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java104 private static final int START_LISTENER = 1; field in class:BluetoothMapService
436 case START_LISTENER:
609 .obtainMessage(START_LISTENER));
653 .obtainMessage(START_LISTENER));
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java128 private static final int START_LISTENER = 1; field in class:BluetoothPbapService
203 .obtainMessage(START_LISTENER));
628 case START_LISTENER:
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java201 mHandler.sendMessage(mHandler.obtainMessage(START_LISTENER));
207 private static final int START_LISTENER = 1; field in class:BluetoothOppService
230 case START_LISTENER:

Completed in 94 milliseconds