Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f3cfaf5 authored by Alex Chau's avatar Alex Chau
Browse files

Add @JvmStatic to clearAllVisibleRecentTasks

Bug: 400631458
Test: QuickSwitchLaunchOverviewTaskFromAppMicrobenchmark
Flag: EXEMPT test only
Change-Id: I7575fb5ca464e264f76de7016ce989a07a7dcbf9
parent 56ea81d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package com.android.server.wm.flicker.helpers
import android.app.Instrumentation

object RecentTasksUtils {
    @JvmStatic
    fun clearAllVisibleRecentTasks(instrumentation: Instrumentation) {
        instrumentation.uiAutomation.executeShellCommand(
            "dumpsys activity service SystemUIService WMShell recents clearAll"