Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DOtherPreferences.java69 private static final int START_LISTENER = 1; field in OtherPreferences
121 mQuietHoursStartListener = new TimeSetListener(START_LISTENER); in onCreate()
194 case (START_LISTENER): in onTimeSet()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java109 private static final int START_LISTENER = 1; field in BluetoothMapService
323 case START_LISTENER:
569 .obtainMessage(START_LISTENER)); in start()
882 .obtainMessage(START_LISTENER)); in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java132 private static final int START_LISTENER = 1; field in BluetoothPbapService
208 .obtainMessage(START_LISTENER)); in onCreate()
681 case START_LISTENER:
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java201 mHandler.sendMessage(mHandler.obtainMessage(START_LISTENER)); in startListener()
207 private static final int START_LISTENER = 1; field in BluetoothOppService
242 case START_LISTENER: