summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-05-19 23:14:28 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-05-19 23:14:28 +0000
commitccedda03fb9f2fec8b8ae4f6b306fadce19b0653 (patch)
treeefad63a28742d360f0b83881547a4b084e79a758
parent4fbca9f586a2a3f289942132898ad6265ea18715 (diff)
parentc7b4382dd10351654b7070ea7d542fb4a8369f71 (diff)
downloadplatform_testing-ccedda03fb9f2fec8b8ae4f6b306fadce19b0653.tar.gz
Snap for 5583555 from c7b4382dd10351654b7070ea7d542fb4a8369f71 to qt-release
Change-Id: I44686ee1326d759a2bef329d09ddfdb6c0f06bff
-rw-r--r--libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/ICalculatorHelper.java20
1 files changed, 20 insertions, 0 deletions
diff --git a/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/ICalculatorHelper.java b/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/ICalculatorHelper.java
new file mode 100644
index 000000000..72098d1da
--- /dev/null
+++ b/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/ICalculatorHelper.java
@@ -0,0 +1,20 @@
+/*
+ * 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 android.platform.helpers;
+
+/** An App Helper interface for Calculator. */
+public interface ICalculatorHelper extends IAppHelper {}