Searched refs:TestInputListener (Results 1 – 5 of 5) sorted by relevance
25 TestInputListener::TestInputListener(std::chrono::milliseconds eventHappenedTimeout, in TestInputListener() function in android::TestInputListener30 TestInputListener::~TestInputListener() {} in ~TestInputListener()32 void TestInputListener::assertNotifyConfigurationChangedWasCalled( in assertNotifyConfigurationChangedWasCalled()52 void TestInputListener::assertNotifyDeviceResetWasNotCalled() { in assertNotifyDeviceResetWasNotCalled()62 void TestInputListener::assertNotifyKeyWasNotCalled() { in assertNotifyKeyWasNotCalled()72 void TestInputListener::assertNotifyMotionWasNotCalled() { in assertNotifyMotionWasNotCalled()95 void TestInputListener::assertNotifyCaptureWasCalled( in assertNotifyCaptureWasCalled()103 void TestInputListener::assertNotifyCaptureWasNotCalled() { in assertNotifyCaptureWasNotCalled()129 void TestInputListener::assertNotCalled(std::string message) { in assertNotCalled()143 void TestInputListener::notify(const NotifyArgsType* args) { in notify()[all …]
30 class TestInputListener : public InputListenerInterface {32 virtual ~TestInputListener();35 TestInputListener(std::chrono::milliseconds eventHappenedTimeout = 0ms,
60 sp<TestInputListener> mTestListener;63 mTestListener = new TestInputListener(); in SetUp()
50 "TestInputListener.cpp",
1488 sp<TestInputListener> mFakeListener;1496 mFakeListener = new TestInputListener(); in SetUp()2134 sp<TestInputListener> mTestListener;2140 mTestListener = new TestInputListener(2000ms /*eventHappenedTimeout*/, in SetUp()2409 sp<TestInputListener> mFakeListener;2416 mFakeListener = new TestInputListener(); in SetUp()2682 sp<TestInputListener> mFakeListener;2689 mFakeListener = new TestInputListener(); in SetUp()8989 sp<TestInputListener> mFakeListener;8996 mFakeListener = new TestInputListener(); in SetUp()