Searched refs:assertNotifyWindowResponsiveWasCalled (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | FakeInputDispatcherPolicy.h | 87 void assertNotifyWindowResponsiveWasCalled(const sp<IBinder>& expectedToken,
|
D | FakeInputDispatcherPolicy.cpp | 125 void FakeInputDispatcherPolicy::assertNotifyWindowResponsiveWasCalled( in assertNotifyWindowResponsiveWasCalled() function in android::FakeInputDispatcherPolicy
|
D | InputDispatcher_test.cpp | 9667 mFakePolicy->assertNotifyWindowResponsiveWasCalled(mWindow->getToken(), mWindow->getPid()); in TEST_F() 9847 mFakePolicy->assertNotifyWindowResponsiveWasCalled(spy->getToken(), mWindow->getPid()); in TEST_F() 9872 mFakePolicy->assertNotifyWindowResponsiveWasCalled(mWindow->getToken(), mWindow->getPid()); in TEST_F() 9898 mFakePolicy->assertNotifyWindowResponsiveWasCalled(mWindow->getToken(), mWindow->getPid()); in TEST_F() 9924 mFakePolicy->assertNotifyWindowResponsiveWasCalled(monitor.getToken(), MONITOR_PID); in TEST_F() 9942 mFakePolicy->assertNotifyWindowResponsiveWasCalled(mWindow->getToken(), mWindow->getPid()); in TEST_F() 9951 mFakePolicy->assertNotifyWindowResponsiveWasCalled(mWindow->getToken(), mWindow->getPid()); in TEST_F() 9974 mFakePolicy->assertNotifyWindowResponsiveWasCalled(mWindow->getToken(), mWindow->getPid()); in TEST_F() 10078 mFakePolicy->assertNotifyWindowResponsiveWasCalled(mWindow->getToken(), mWindow->getPid()); in TEST_F() 10133 mFakePolicy->assertNotifyWindowResponsiveWasCalled(mWindow->getToken(), /*pid=*/std::nullopt); in TEST_F() [all …]
|