// // Copyright 2010 The Android Open Source Project // #include #include namespace android { class InputDispatcherTest : public testing::Test { public: }; TEST_F(InputDispatcherTest, Dummy) { // TODO } } // namespace android