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();
}
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();
}
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();
}
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();
}
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();
}
Aggregations