Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeInputDispatcherPolicy.h86 void assertNotifyWindowResponsiveWasCalled(const sp<IBinder>& expectedToken,
H A DFakeInputDispatcherPolicy.cpp118 void FakeInputDispatcherPolicy::assertNotifyWindowResponsiveWasCalled( in assertNotifyWindowResponsiveWasCalled() function in android::FakeInputDispatcherPolicy
H A DInputDispatcher_test.cpp10467 mFakePolicy->assertNotifyWindowResponsiveWasCalled(mWindow->getToken(), mWindow->getPid()); in TEST_F()
10647 mFakePolicy->assertNotifyWindowResponsiveWasCalled(spy->getToken(), mWindow->getPid()); in TEST_F()
10672 mFakePolicy->assertNotifyWindowResponsiveWasCalled(mWindow->getToken(), mWindow->getPid()); in TEST_F()
10698 mFakePolicy->assertNotifyWindowResponsiveWasCalled(mWindow->getToken(), mWindow->getPid()); in TEST_F()
10724 mFakePolicy->assertNotifyWindowResponsiveWasCalled(monitor.getToken(), MONITOR_PID); in TEST_F()
10742 mFakePolicy->assertNotifyWindowResponsiveWasCalled(mWindow->getToken(), mWindow->getPid()); in TEST_F()
10751 mFakePolicy->assertNotifyWindowResponsiveWasCalled(mWindow->getToken(), mWindow->getPid()); in TEST_F()
10774 mFakePolicy->assertNotifyWindowResponsiveWasCalled(mWindow->getToken(), mWindow->getPid()); in TEST_F()
10878 mFakePolicy->assertNotifyWindowResponsiveWasCalled(mWindow->getToken(), mWindow->getPid()); in TEST_F()
10933 mFakePolicy->assertNotifyWindowResponsiveWasCalled(mWindow->getToken(), /*pid=*/std::nullopt); in TEST_F()
[all …]