Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.cpp284 std::optional<int32_t> unhandledKeycode = in assertUnhandledKeyReported() local
287 ASSERT_TRUE(unhandledKeycode) << "Expected unhandled key to be reported"; in assertUnhandledKeyReported()
288 ASSERT_EQ(unhandledKeycode, keycode); in assertUnhandledKeyReported()
294 std::optional<int32_t> unhandledKeycode = in assertUnhandledKeyNotReported() local
297 ASSERT_FALSE(unhandledKeycode) << "Expected unhandled key NOT to be reported"; in assertUnhandledKeyNotReported()