Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeInputDispatcherPolicy.cpp277 std::optional<int32_t> unhandledKeycode = in assertUnhandledKeyReported() local
280 ASSERT_TRUE(unhandledKeycode) << "Expected unhandled key to be reported"; in assertUnhandledKeyReported()
281 ASSERT_EQ(unhandledKeycode, keycode); in assertUnhandledKeyReported()
287 std::optional<int32_t> unhandledKeycode = in assertUnhandledKeyNotReported() local
290 ASSERT_FALSE(unhandledKeycode) << "Expected unhandled key NOT to be reported"; in assertUnhandledKeyNotReported()