Searched refs:MSG_HANDLE_CHANNEL (Results 1 – 1 of 1) sorted by relevance
78 private static final int MSG_HANDLE_CHANNEL = 2; field in ChannelDataManager251 mHandler.sendMessageAtFrontOfQueue(mHandler.obtainMessage(MSG_HANDLE_CHANNEL, channel)); in notifyChannelDetected()253 mHandler.obtainMessage(MSG_HANDLE_CHANNEL, channel).sendToTarget(); in notifyChannelDetected()289 mHandler.sendMessageAtFrontOfQueue(mHandler.obtainMessage(MSG_HANDLE_CHANNEL, null)); in notifyScanCompleted()336 case MSG_HANDLE_CHANNEL: in handleMessage()344 && !mHandler.hasMessages(MSG_HANDLE_CHANNEL)) { in handleMessage()