Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.h87 void assertNotifyWindowResponsiveWasCalled(const sp<IBinder>& expectedToken,
DFakeInputDispatcherPolicy.cpp125 void FakeInputDispatcherPolicy::assertNotifyWindowResponsiveWasCalled( in assertNotifyWindowResponsiveWasCalled() function in android::FakeInputDispatcherPolicy
DInputDispatcher_test.cpp9667 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 …]