Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DOtherPreferences.java69 private static final int START_LISTENER = 1; field in OtherPreferences
113 mQuietHoursStartListener = new TimeSetListener(START_LISTENER); in onCreate()
179 case (START_LISTENER): in onTimeSet()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java123 static final int START_LISTENER = 1; field in BluetoothPbapService
349 case START_LISTENER: in handleMessage()
518 mSessionStatusHandler.sendMessage(mSessionStatusHandler.obtainMessage(START_LISTENER)); in start()
743 mSessionStatusHandler.sendMessage(mSessionStatusHandler.obtainMessage(START_LISTENER)); in onAcceptFailed()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java50 private static final int START_LISTENER = 1; field in SapService
435 case START_LISTENER:
635 mSessionStatusHandler.sendMessage(mSessionStatusHandler.obtainMessage(START_LISTENER)); in start()
778 mSessionStatusHandler.obtainMessage(START_LISTENER)); in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java96 private static final int START_LISTENER = 1; field in BluetoothMapService
350 case START_LISTENER: in handleMessage()
917 if (mSessionStatusHandler != null && !mSessionStatusHandler.hasMessages(START_LISTENER)) { in sendStartListenerMessage()
918 Message msg = mSessionStatusHandler.obtainMessage(START_LISTENER, masId, 0); in sendStartListenerMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java261 mHandler.sendMessage(mHandler.obtainMessage(START_LISTENER)); in startListener()
307 private static final int START_LISTENER = 1; field in BluetoothOppService
362 case START_LISTENER:
1205 mHandler.sendMessage(mHandler.obtainMessage(START_LISTENER)); in onAcceptFailed()