Search in sources :

Example 1 with RaceConditionReproducer

use of com.android.launcher3.util.RaceConditionReproducer in project android_packages_apps_Launcher3 by crdroidandroid.

the class StartLauncherViaGestureTests method runTest.

private void runTest(String... eventSequence) {
    final RaceConditionReproducer eventProcessor = new RaceConditionReproducer(eventSequence);
    // Destroy Launcher activity.
    closeLauncherActivity();
    // The test action.
    eventProcessor.startIteration();
    mLauncher.pressHome();
    eventProcessor.finishIteration();
}
Also used : RaceConditionReproducer(com.android.launcher3.util.RaceConditionReproducer)

Example 2 with RaceConditionReproducer

use of com.android.launcher3.util.RaceConditionReproducer in project android_packages_apps_Launcher3 by AOSPA.

the class StartLauncherViaGestureTests method runTest.

private void runTest(String... eventSequence) {
    final RaceConditionReproducer eventProcessor = new RaceConditionReproducer(eventSequence);
    // Destroy Launcher activity.
    closeLauncherActivity();
    // The test action.
    eventProcessor.startIteration();
    mLauncher.pressHome();
    eventProcessor.finishIteration();
}
Also used : RaceConditionReproducer(com.android.launcher3.util.RaceConditionReproducer)

Example 3 with RaceConditionReproducer

use of com.android.launcher3.util.RaceConditionReproducer in project Neo-Launcher by NeoApplications.

the class StartLauncherViaGestureTests method runTest.

private void runTest(String... eventSequence) {
    final RaceConditionReproducer eventProcessor = new RaceConditionReproducer(eventSequence);
    // Destroy Launcher activity.
    closeLauncherActivity();
    // The test action.
    eventProcessor.startIteration();
    mLauncher.pressHome();
    eventProcessor.finishIteration();
}
Also used : RaceConditionReproducer(com.android.launcher3.util.RaceConditionReproducer)

Example 4 with RaceConditionReproducer

use of com.android.launcher3.util.RaceConditionReproducer in project android_packages_apps_Launcher3 by ArrowOS.

the class StartLauncherViaGestureTests method runTest.

private void runTest(String... eventSequence) {
    final RaceConditionReproducer eventProcessor = new RaceConditionReproducer(eventSequence);
    // Destroy Launcher activity.
    closeLauncherActivity();
    // The test action.
    eventProcessor.startIteration();
    mLauncher.pressHome();
    eventProcessor.finishIteration();
}
Also used : RaceConditionReproducer(com.android.launcher3.util.RaceConditionReproducer)

Example 5 with RaceConditionReproducer

use of com.android.launcher3.util.RaceConditionReproducer in project android_packages_apps_Launcher3 by ProtonAOSP.

the class StartLauncherViaGestureTests method runTest.

private void runTest(String... eventSequence) {
    final RaceConditionReproducer eventProcessor = new RaceConditionReproducer(eventSequence);
    // Destroy Launcher activity.
    closeLauncherActivity();
    // The test action.
    eventProcessor.startIteration();
    mLauncher.pressHome();
    eventProcessor.finishIteration();
}
Also used : RaceConditionReproducer(com.android.launcher3.util.RaceConditionReproducer)

Aggregations

RaceConditionReproducer (com.android.launcher3.util.RaceConditionReproducer)7