summaryrefslogtreecommitdiffstats
path: root/tests/tapl/com/android/launcher3/tapl/Widget.java
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-06-25 18:34:48 -0700
committervadimt <vadimt@google.com>2019-06-25 18:34:48 -0700
commit3a6eedc61b6d1701ac4aee4e46a4d9ed361406c7 (patch)
treeb35926d055b4b4c28dc8bb6b5fc17d16157dcaad /tests/tapl/com/android/launcher3/tapl/Widget.java
parent8a532e0becf953458f9ba7f2b953720639ce0a5e (diff)
downloadandroid_packages_apps_Trebuchet-3a6eedc61b6d1701ac4aee4e46a4d9ed361406c7.tar.gz
android_packages_apps_Trebuchet-3a6eedc61b6d1701ac4aee4e46a4d9ed361406c7.tar.bz2
android_packages_apps_Trebuchet-3a6eedc61b6d1701ac4aee4e46a4d9ed361406c7.zip
Converting some widget tests to TAPL
Bug: 115582915 Change-Id: I07c6ca5ef712cf1a85d81e7d4b4bda3604777ac8
Diffstat (limited to 'tests/tapl/com/android/launcher3/tapl/Widget.java')
-rw-r--r--tests/tapl/com/android/launcher3/tapl/Widget.java24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/tapl/com/android/launcher3/tapl/Widget.java b/tests/tapl/com/android/launcher3/tapl/Widget.java
new file mode 100644
index 000000000..128789dbc
--- /dev/null
+++ b/tests/tapl/com/android/launcher3/tapl/Widget.java
@@ -0,0 +1,24 @@
+/*
+ * Copyright (C) 2019 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.launcher3.tapl;
+
+import androidx.test.uiautomator.UiObject2;
+
+public class Widget {
+ Widget(LauncherInstrumentation launcher, UiObject2 widget) {
+ }
+}