Searched refs:assertNotifyKeyWasCalled (Results 1 – 4 of 4) sorted by relevance
3098 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 …]
47 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = nullptr);
57 void TestInputListener::assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs) { in assertNotifyKeyWasCalled() function in android::TestInputListener
96 ASSERT_NO_FATAL_FAILURE(mTestListener->assertNotifyKeyWasCalled(&outArgs)); in TEST_F()