Loading tests/InputMethodStressTest/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ android_test { "androidx.test.uiautomator_uiautomator", "compatibility-device-util-axt", "platform-test-annotations", "platform-test-rules", "truth-prebuilt", ], test_suites: [ Loading tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/AutoShowTest.java +5 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ import android.app.Instrumentation; import android.content.Intent; import android.os.Bundle; import android.platform.test.annotations.RootPermissionTest; import android.platform.test.rule.UnlockScreenRule; import android.widget.EditText; import android.widget.LinearLayout; Loading @@ -36,6 +37,7 @@ import androidx.annotation.Nullable; import androidx.test.ext.junit.runners.AndroidJUnit4; import androidx.test.platform.app.InstrumentationRegistry; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading @@ -43,6 +45,9 @@ import org.junit.runner.RunWith; @RunWith(AndroidJUnit4.class) public final class AutoShowTest { @Rule public UnlockScreenRule mUnlockScreenRule = new UnlockScreenRule(); @Test public void autoShow() { Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); Loading tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ImeOpenCloseStressTest.java +5 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ import android.content.Intent; import android.os.Bundle; import android.os.SystemClock; import android.platform.test.annotations.RootPermissionTest; import android.platform.test.rule.UnlockScreenRule; import android.view.WindowInsets; import android.view.WindowInsetsAnimation; import android.view.inputmethod.InputMethodManager; Loading @@ -39,6 +40,7 @@ import androidx.annotation.Nullable; import androidx.test.ext.junit.runners.AndroidJUnit4; import androidx.test.platform.app.InstrumentationRegistry; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading @@ -50,6 +52,9 @@ public final class ImeOpenCloseStressTest { private static final int NUM_TEST_ITERATIONS = 10; @Rule public UnlockScreenRule mUnlockScreenRule = new UnlockScreenRule(); @Test public void test() { Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); Loading tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/NotificationTest.java +5 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ import android.content.Context; import android.content.Intent; import android.graphics.drawable.Icon; import android.platform.test.annotations.RootPermissionTest; import android.platform.test.rule.UnlockScreenRule; import android.provider.Settings; import android.view.KeyEvent; Loading @@ -42,6 +43,7 @@ import androidx.test.uiautomator.Until; import org.junit.After; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -70,6 +72,9 @@ public final class NotificationTest { private static final BySelector REPLY_SEND_BUTTON_SELECTOR = By.res("com.android.systemui", "remote_input_send"); @Rule public UnlockScreenRule mUnlockScreenRule = new UnlockScreenRule(); private Context mContext; private NotificationManager mNotificationManager; private UiDevice mUiDevice; Loading Loading
tests/InputMethodStressTest/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ android_test { "androidx.test.uiautomator_uiautomator", "compatibility-device-util-axt", "platform-test-annotations", "platform-test-rules", "truth-prebuilt", ], test_suites: [ Loading
tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/AutoShowTest.java +5 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ import android.app.Instrumentation; import android.content.Intent; import android.os.Bundle; import android.platform.test.annotations.RootPermissionTest; import android.platform.test.rule.UnlockScreenRule; import android.widget.EditText; import android.widget.LinearLayout; Loading @@ -36,6 +37,7 @@ import androidx.annotation.Nullable; import androidx.test.ext.junit.runners.AndroidJUnit4; import androidx.test.platform.app.InstrumentationRegistry; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading @@ -43,6 +45,9 @@ import org.junit.runner.RunWith; @RunWith(AndroidJUnit4.class) public final class AutoShowTest { @Rule public UnlockScreenRule mUnlockScreenRule = new UnlockScreenRule(); @Test public void autoShow() { Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); Loading
tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ImeOpenCloseStressTest.java +5 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ import android.content.Intent; import android.os.Bundle; import android.os.SystemClock; import android.platform.test.annotations.RootPermissionTest; import android.platform.test.rule.UnlockScreenRule; import android.view.WindowInsets; import android.view.WindowInsetsAnimation; import android.view.inputmethod.InputMethodManager; Loading @@ -39,6 +40,7 @@ import androidx.annotation.Nullable; import androidx.test.ext.junit.runners.AndroidJUnit4; import androidx.test.platform.app.InstrumentationRegistry; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading @@ -50,6 +52,9 @@ public final class ImeOpenCloseStressTest { private static final int NUM_TEST_ITERATIONS = 10; @Rule public UnlockScreenRule mUnlockScreenRule = new UnlockScreenRule(); @Test public void test() { Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); Loading
tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/NotificationTest.java +5 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ import android.content.Context; import android.content.Intent; import android.graphics.drawable.Icon; import android.platform.test.annotations.RootPermissionTest; import android.platform.test.rule.UnlockScreenRule; import android.provider.Settings; import android.view.KeyEvent; Loading @@ -42,6 +43,7 @@ import androidx.test.uiautomator.Until; import org.junit.After; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -70,6 +72,9 @@ public final class NotificationTest { private static final BySelector REPLY_SEND_BUTTON_SELECTOR = By.res("com.android.systemui", "remote_input_send"); @Rule public UnlockScreenRule mUnlockScreenRule = new UnlockScreenRule(); private Context mContext; private NotificationManager mNotificationManager; private UiDevice mUiDevice; Loading