Home
last modified time | relevance | path

Searched refs:UIErrorMessageTooLong (Results 1 – 4 of 4) sorted by relevance

/system/teeui/libteeui/include/teeui/
Dgeneric_operation.h86 return ResponseCode::UIErrorMessageTooLong; in init()
103 return ResponseCode::UIErrorMessageTooLong; in init()
112 if (locale.size() >= kMaxLocaleSize) return ResponseCode::UIErrorMessageTooLong; in init()
Dcommon_message_types.h53 UIErrorMessageTooLong, enumerator
/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp102 uint32_t(TeeuiRc::UIErrorMessageTooLong) == in convertRc()
103 uint32_t(ResponseCode::UIErrorMessageTooLong) && in convertRc()
294 rc = TeeuiRc::UIErrorMessageTooLong; in promptUserConfirmation_()
/system/security/keystore2/apc_compat/
Dapc_compat.cpp58 case ResponseCode::UIErrorMessageTooLong: in responseCode2Compat()