Home
last modified time | relevance | path

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

/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/
DGenericOperation.h69 promptStringBuffer_); in init()
77 map(pair(text("prompt"), text(promptStringBuffer_, promptText.size())), in init()
126 s.setToExternal(promptStringBuffer_, strlen(promptStringBuffer_)); in getPrompt()
186 char promptStringBuffer_[uint32_t(MessageSize::MAX)]; variable