Searched refs:conf_cb (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/confirmationui/1.0/vts/functional/ |
D | VtsHalConfirmationUIV1_0TargetTest.cpp | 235 sp<ConfirmationTestCallback> conf_cb = new ConfirmationTestCallback; in TEST_P() local 239 confirmator_->promptUserConfirmation(conf_cb, prompt_text, extra, "en", {})); in TEST_P() 244 auto result = conf_cb->WaitForCallback(); in TEST_P() 279 sp<ConfirmationTestCallback> conf_cb = new ConfirmationTestCallback; in TEST_P() local 283 confirmator_->promptUserConfirmation(conf_cb, prompt_text, extra, "en", {})); in TEST_P() 291 sp<ConfirmationTestCallback> conf_cb = new ConfirmationTestCallback; in TEST_P() local 295 confirmator_->promptUserConfirmation(conf_cb, prompt_text, extra, "en", {})); in TEST_P() 302 sp<ConfirmationTestCallback> conf_cb = new ConfirmationTestCallback; in TEST_P() local 306 confirmator_->promptUserConfirmation(conf_cb, prompt_text, extra, "en", {})); in TEST_P() 311 auto result = conf_cb->WaitForCallback(); in TEST_P() [all …]
|