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