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.java45 static final int MSG_PAUSE_POLLING = 0; field in PeripheralHandoverService
84 case MSG_PAUSE_POLLING: in handleMessage()
187 mHandler.obtainMessage(MSG_PAUSE_POLLING), PAUSE_DELAY_MILLIS); in doPeripheralHandover()
231 if (mHandler.hasMessages(MSG_PAUSE_POLLING)) { in onBluetoothPeripheralHandoverComplete()
232 mHandler.removeMessages(MSG_PAUSE_POLLING); in onBluetoothPeripheralHandoverComplete()