Loading tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/RecentTasksUtils.kt +1 −0 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/RecentTasksUtils.kt +1 −0 Original line number Diff line number Diff line Loading @@ -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" Loading