Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/handover/
DPeripheralHandoverService.java44 static final int MSG_PAUSE_POLLING = 0; field in PeripheralHandoverService
76 case MSG_PAUSE_POLLING: in handleMessage()
169 mHandler.obtainMessage(MSG_PAUSE_POLLING), PAUSE_DELAY_MILLIS); in doPeripheralHandover()
173 mHandler.removeMessages(MSG_PAUSE_POLLING); in doPeripheralHandover()
218 if (mHandler.hasMessages(MSG_PAUSE_POLLING)) { in onBluetoothPeripheralHandoverComplete()
219 mHandler.removeMessages(MSG_PAUSE_POLLING); in onBluetoothPeripheralHandoverComplete()