Searched refs:MSG_RESET_MESSAGE (Results 1 – 1 of 1) sorted by relevance
72 protected static final int MSG_RESET_MESSAGE = 1; field in BiometricDialogView148 case MSG_RESET_MESSAGE:258 bundle.putBoolean(KEY_ERROR_TEXT_IS_TEMPORARY, mHandler.hasMessages(MSG_RESET_MESSAGE)); in onSaveState()446 mHandler.removeMessages(MSG_RESET_MESSAGE); in showTemporaryMessage()451 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_RESET_MESSAGE), in showTemporaryMessage()483 mHandler.removeMessages(MSG_RESET_MESSAGE); in updateState()542 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_RESET_MESSAGE), in restoreState()