Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestInputListener.cpp77 void TestInputListener::assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs) { in assertNotifyKeyWasCalled() function in android::TestInputListener
82 void TestInputListener::assertNotifyKeyWasCalled(const ::testing::Matcher<NotifyKeyArgs>& matcher) { in assertNotifyKeyWasCalled() function in android::TestInputListener
84 ASSERT_NO_FATAL_FAILURE(assertNotifyKeyWasCalled(&outEventArgs)); in assertNotifyKeyWasCalled()
DTestInputListener.h54 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = nullptr);
56 void assertNotifyKeyWasCalled(const ::testing::Matcher<NotifyKeyArgs>& matcher);
DInputReader_test.cpp1542 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyKeyWasCalled(&keyArgs)); in TEST_F()
1550 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyKeyWasCalled(&keyArgs)); in TEST_F()
1574 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyKeyWasCalled( in TEST_F()
1576 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyKeyWasCalled( in TEST_F()
1580 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyKeyWasCalled( in TEST_F()
1582 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyKeyWasCalled( in TEST_F()
1586 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyKeyWasCalled( in TEST_F()
1588 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyKeyWasCalled( in TEST_F()
1644 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyKeyWasCalled(&keyArgs)); // ACTION_DOWN in TEST_F()
1645 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyKeyWasCalled(&keyArgs)); // ACTION_UP in TEST_F()
[all …]
DInputProcessor_test.cpp88 ASSERT_NO_FATAL_FAILURE(mTestListener.assertNotifyKeyWasCalled(testing::Eq(args))); in TEST_F()
DUnwantedInteractionBlocker_test.cpp442 ASSERT_NO_FATAL_FAILURE(mTestListener.assertNotifyKeyWasCalled(testing::Eq(args))); in TEST_F()
DPointerChoreographer_test.cpp221 mTestListener.assertNotifyKeyWasCalled(); in TEST_F()