commit | 2f01d772a56167b21b23c8dd4bfaa6cb5f667443 | [log] [tgz] |
---|---|---|
author | Dominik Laskowski <domlaskowski@google.com> | Wed Mar 23 16:01:29 2022 -0700 |
committer | Dominik Laskowski <domlaskowski@google.com> | Thu Mar 31 10:34:04 2022 -0700 |
tree | c07e5a5bab48f726a48fa779589b25eb8559e889 | |
parent | c8df26e4e2e010f192d9111b543f9b27c4bab6d4 [diff] [blame] |
FTL: Pull Flags into namespace Bug: 185536303 Test: Build Change-Id: Ia9aafc78565414815dfc14732ce85b06fa96e17b
diff --git a/services/inputflinger/tests/InputDispatcher_test.cpp b/services/inputflinger/tests/InputDispatcher_test.cpp index bf58705..8641287 100644 --- a/services/inputflinger/tests/InputDispatcher_test.cpp +++ b/services/inputflinger/tests/InputDispatcher_test.cpp
@@ -39,10 +39,11 @@ using android::gui::WindowInfoHandle; using android::os::InputEventInjectionResult; using android::os::InputEventInjectionSync; -using namespace android::flag_operators; namespace android::inputdispatcher { +using namespace ftl::flag_operators; + // An arbitrary time value. static const nsecs_t ARBITRARY_TIME = 1234;