aboutsummaryrefslogtreecommitdiff
path: root/tests/common/src/com/android/tv/testing/testinput/TestInputControlUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/src/com/android/tv/testing/testinput/TestInputControlUtils.java')
-rw-r--r--tests/common/src/com/android/tv/testing/testinput/TestInputControlUtils.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/common/src/com/android/tv/testing/testinput/TestInputControlUtils.java b/tests/common/src/com/android/tv/testing/testinput/TestInputControlUtils.java
index 54aacf20..330afa9b 100644
--- a/tests/common/src/com/android/tv/testing/testinput/TestInputControlUtils.java
+++ b/tests/common/src/com/android/tv/testing/testinput/TestInputControlUtils.java
@@ -18,16 +18,16 @@ package com.android.tv.testing.testinput;
import android.content.ComponentName;
import android.content.Intent;
-/**
- * Static utils for {@link ITestInputControl}.
- */
+/** Static utils for {@link ITestInputControl}. */
public final class TestInputControlUtils {
public static Intent createIntent() {
- return new Intent().setComponent(new ComponentName("com.android.tv.testinput",
- "com.android.tv.testinput.TestInputControlService"));
+ return new Intent()
+ .setComponent(
+ new ComponentName(
+ "com.android.tv.testinput",
+ "com.android.tv.testinput.TestInputControlService"));
}
- private TestInputControlUtils() {
- }
+ private TestInputControlUtils() {}
}