Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java148 private static final int START_LISTENER = 1; field in BluetoothPbapService
216 .obtainMessage(START_LISTENER), TIME_TO_WAIT_VALUE); in onCreate()
570 case START_LISTENER:
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java203 mHandler.sendMessageDelayed(mHandler.obtainMessage(START_LISTENER), 9000); in startListenerDelayed()
209 private static final int START_LISTENER = 1; field in BluetoothOppService
221 case START_LISTENER: