Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3098 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyKeyWasCalled(&args)); in testDPadKeyRotation()
3105 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyKeyWasCalled(&args)); in testDPadKeyRotation()
3139 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyKeyWasCalled(&args)); in TEST_F()
3153 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyKeyWasCalled(&args)); in TEST_F()
3168 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyKeyWasCalled(&args)); in TEST_F()
3183 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyKeyWasCalled(&args)); in TEST_F()
3198 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyKeyWasCalled(&args)); in TEST_F()
4924 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyKeyWasCalled()); in TEST_F()
4931 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyKeyWasCalled()); in TEST_F()
4952 ASSERT_NO_FATAL_FAILURE(mFakeListener->assertNotifyKeyWasCalled()); in TEST_F()
[all …]
H A DTestInputListener.h47 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = nullptr);
H A DTestInputListener.cpp57 void TestInputListener::assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs) { in assertNotifyKeyWasCalled() function in android::TestInputListener
H A DInputClassifier_test.cpp96 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyKeyWasCalled(&outArgs)); in TEST_F()