Searched refs:MSG_HANDLE_CHANNEL (Results 1 – 1 of 1) sorted by relevance
79 private static final int MSG_HANDLE_CHANNEL = 2; field in ChannelDataManager252 mHandler.sendMessageAtFrontOfQueue(mHandler.obtainMessage(MSG_HANDLE_CHANNEL, channel)); in notifyChannelDetected()254 mHandler.obtainMessage(MSG_HANDLE_CHANNEL, channel).sendToTarget(); in notifyChannelDetected()290 mHandler.sendMessageAtFrontOfQueue(mHandler.obtainMessage(MSG_HANDLE_CHANNEL, null)); in notifyScanCompleted()337 case MSG_HANDLE_CHANNEL: in handleMessage()345 && !mHandler.hasMessages(MSG_HANDLE_CHANNEL)) { in handleMessage()