summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2019-04-22 22:15:11 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-04-22 22:15:11 +0000
commitd5f95bf8527b18e4b343d176696a9d0b5d831bfa (patch)
tree5fd161997ef513aef7be82de422c02c3356a5085 /tests
parente028324d0a4b8dcce350339c71ffdf3ec17941bc (diff)
parenta7cb47995428836636903098d7889f3d1c27d3cb (diff)
downloadandroid_packages_apps_Trebuchet-d5f95bf8527b18e4b343d176696a9d0b5d831bfa.tar.gz
android_packages_apps_Trebuchet-d5f95bf8527b18e4b343d176696a9d0b5d831bfa.tar.bz2
android_packages_apps_Trebuchet-d5f95bf8527b18e4b343d176696a9d0b5d831bfa.zip
Merge "Logging TAPL interaction model" into ub-launcher3-qt-dev
Diffstat (limited to 'tests')
-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)) {