summaryrefslogtreecommitdiffstats
path: root/tests/tapl
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-04-22 14:41:12 -0700
committervadimt <vadimt@google.com>2019-04-22 14:41:12 -0700
commita7cb47995428836636903098d7889f3d1c27d3cb (patch)
treebba143ba6c4938dc95802176c179d750f8ffa07c /tests/tapl
parent8b0cb4113fc34ced9a9de71e40f448615ec8210d (diff)
downloadandroid_packages_apps_Trebuchet-a7cb47995428836636903098d7889f3d1c27d3cb.tar.gz
android_packages_apps_Trebuchet-a7cb47995428836636903098d7889f3d1c27d3cb.tar.bz2
android_packages_apps_Trebuchet-a7cb47995428836636903098d7889f3d1c27d3cb.zip
Logging TAPL interaction model
Change-Id: I7c44d1b145677919991338fa87e736712587a695
Diffstat (limited to 'tests/tapl')
-rw-r--r--tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
index 8f777b689..27bc43ef9 100644
--- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
+++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -175,6 +175,7 @@ public final class LauncherInstrumentation {
// Workaround, use constructed context because both the instrumentation context and the
// app context are not constructed with resources that take overlays into account
final Context ctx = baseContext.createPackageContext("android", 0);
+ log("Interaction mode = " + getCurrentInteractionMode(ctx));
if (isGesturalMode(ctx)) {
return NavigationModel.ZERO_BUTTON;
} else if (isSwipeUpMode(ctx)) {