Searched refs:MSG_PAUSE_POLLING (Results 1 – 1 of 1) sorted by relevance
44 static final int MSG_PAUSE_POLLING = 0; field in PeripheralHandoverService76 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()