Searched refs:MSG_TRANSFER_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
92 static final int MSG_TRANSFER_TIMEOUT = 1; field in BeamTransferManager176 mHandler.sendEmptyMessageDelayed(MSG_TRANSFER_TIMEOUT, ALIVE_CHECK_MS); in BeamTransferManager()374 mHandler.removeMessages(MSG_TRANSFER_TIMEOUT); in updateStateAndNotification()377 mHandler.sendEmptyMessageDelayed(MSG_TRANSFER_TIMEOUT, ALIVE_CHECK_MS); in updateStateAndNotification()458 } else if (msg.what == MSG_TRANSFER_TIMEOUT) { in handleMessage()