Searched refs:TestInputListener (Results 1 – 5 of 5) sorted by relevance
26 TestInputListener::TestInputListener(std::chrono::milliseconds eventHappenedTimeout, in TestInputListener() function in android::TestInputListener31 TestInputListener::~TestInputListener() { } in ~TestInputListener()33 void TestInputListener::assertNotifyConfigurationChangedWasCalled( in assertNotifyConfigurationChangedWasCalled()41 void TestInputListener::assertNotifyConfigurationChangedWasNotCalled() { in assertNotifyConfigurationChangedWasNotCalled()46 void TestInputListener::assertNotifyDeviceResetWasCalled( in assertNotifyDeviceResetWasCalled()54 void TestInputListener::assertNotifyDeviceResetWasNotCalled() { in assertNotifyDeviceResetWasNotCalled()59 void TestInputListener::assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs) { in assertNotifyKeyWasCalled()64 void TestInputListener::assertNotifyKeyWasNotCalled() { in assertNotifyKeyWasNotCalled()68 void TestInputListener::assertNotifyMotionWasCalled(NotifyMotionArgs* outEventArgs) { in assertNotifyMotionWasCalled()74 void TestInputListener::assertNotifyMotionWasNotCalled() { in assertNotifyMotionWasNotCalled()[all …]
30 class TestInputListener : public InputListenerInterface {32 virtual ~TestInputListener();35 TestInputListener(std::chrono::milliseconds eventHappenedTimeout = 0ms,
59 sp<TestInputListener> mTestListener;62 mTestListener = new TestInputListener(); in SetUp()
33 "TestInputListener.cpp",
1356 sp<TestInputListener> mFakeListener;1364 mFakeListener = new TestInputListener(); in SetUp()1745 sp<TestInputListener> mTestListener;1751 mTestListener = new TestInputListener(2000ms /*eventHappenedTimeout*/, in SetUp()2015 sp<TestInputListener> mFakeListener;2023 mFakeListener = new TestInputListener(); in SetUp()2255 sp<TestInputListener> mFakeListener;2262 mFakeListener = new TestInputListener(); in SetUp()