Searched refs:promptText (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/ |
D | GenericOperation.h | 51 ResponseCode init(const Callback& resultCB, const hidl_string& promptText, in init() argument 66 if (promptText.size() >= uint32_t(MessageSize::MAX)) in init() 68 auto pos = std::copy(promptText.c_str(), promptText.c_str() + promptText.size(), in init() 77 map(pair(text("prompt"), text(promptStringBuffer_, promptText.size())), in init()
|
/hardware/interfaces/confirmationui/1.0/default/ |
D | ConfirmationUI.h | 42 const hidl_string& promptText,
|
/hardware/interfaces/confirmationui/1.0/ |
D | IConfirmationUI.hal | 32 * @param promptText UTF-8 encoded string which is to be presented to the user. 54 promptUserConfirmation(IConfirmationResultCallback resultCB, string promptText,
|
D | IConfirmationResultCallback.hal | 38 * CBOR_MAP{ "prompt", <promptText>, "extra", <extraData> } 41 * (type 3). The value <promptText> is encoded as CBOR text string
|