aboutsummaryrefslogtreecommitdiff
path: root/tests/jank/src/com/android/tv/tests/jank/Utils.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/jank/src/com/android/tv/tests/jank/Utils.java')
-rw-r--r--tests/jank/src/com/android/tv/tests/jank/Utils.java9
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/jank/src/com/android/tv/tests/jank/Utils.java b/tests/jank/src/com/android/tv/tests/jank/Utils.java
index cd1f7eff..4ad0f643 100644
--- a/tests/jank/src/com/android/tv/tests/jank/Utils.java
+++ b/tests/jank/src/com/android/tv/tests/jank/Utils.java
@@ -15,19 +15,16 @@
*/
package com.android.tv.tests.jank;
-import com.android.tv.testing.uihelper.UiDeviceUtils;
-
import android.support.test.uiautomator.UiDevice;
+import com.android.tv.testing.uihelper.UiDeviceUtils;
public final class Utils {
/** Live TV process name */
public static final String LIVE_CHANNELS_PROCESS_NAME = "com.android.tv";
- private Utils() { }
+ private Utils() {}
- /**
- * Presses channel number to tune to {@code channel}.
- */
+ /** Presses channel number to tune to {@code channel}. */
public static void pressKeysForChannelNumber(String channel, UiDevice uiDevice) {
UiDeviceUtils.pressKeys(uiDevice, channel);
uiDevice.pressDPadCenter();