Home
last modified time | relevance | path

Searched refs:assertAppInForeground (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DLaunchAppUtils.kt41 assertAppInForeground(app) in Context()
46 fun assertAppInForeground(app: App) { in assertAppInForeground() method
47 assertAppInForeground(app.packageName) in assertAppInForeground()
52 fun assertAppInForeground(packageName: String) { in assertAppInForeground() method