Searched refs:AUTO_FILL_CANCEL (Results 1 – 3 of 3) sorted by relevance
63 auto resultCode = (errCode == AutoFill::AUTO_FILL_CANCEL) ? in OnResult()64 AutoFill::AUTO_FILL_CANCEL : AutoFill::AUTO_FILL_FAILED; in OnResult()222 auto resultCode = (errCode_ == AutoFill::AUTO_FILL_CANCEL) ? in onDestroy()223 AutoFill::AUTO_FILL_CANCEL : AutoFill::AUTO_FILL_FAILED; in onDestroy()
25 AUTO_FILL_CANCEL, enumerator
156 constexpr int32_t AUTO_FILL_CANCEL = 2; variable7280 if (errCode == AUTO_FILL_CANCEL) { in OnBackPressed()7288 if (!isPopup || (isPopup && errCode == AUTO_FILL_CANCEL)) { in OnBackPressed()