Home
last modified time | relevance | path

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

/system/teeui/libteeui/example/
Dphys_button_example.cpp41 std::string confirmationMessage_; member in teeui::example::phys_button::GUIStatePhysButtons
52 confirmationMessage_ = std::move(confirmationMessage); in setConfirmationMessage()
54 .setText({&*confirmationMessage_.begin(), &*confirmationMessage_.end()}); in setConfirmationMessage()
Dtouch_button_example.cpp44 std::string confirmationMessage_; member in teeui::example::touch_button::GUIStateTouch
74 confirmationMessage_ = std::move(confirmationMessage); in setConfirmationMessage()
76 .setText({&*confirmationMessage_.begin(), &*confirmationMessage_.end()}); in setConfirmationMessage()