Searched refs:MSG_RESET_MESSAGE (Results 1 – 1 of 1) sorted by relevance
67 protected static final int MSG_RESET_MESSAGE = 1; field in BiometricDialogView139 case MSG_RESET_MESSAGE:243 bundle.putBoolean(KEY_ERROR_TEXT_IS_TEMPORARY, mHandler.hasMessages(MSG_RESET_MESSAGE)); in onSaveState()416 mHandler.removeMessages(MSG_RESET_MESSAGE); in showTemporaryMessage()420 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_RESET_MESSAGE), in showTemporaryMessage()452 mHandler.removeMessages(MSG_RESET_MESSAGE); in updateState()487 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_RESET_MESSAGE), in restoreState()