Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/tv/
DTvTestBase.kt103 val command = composeAmShellCommand( in onSetUp()
112 val command = composeAmShellCommand("start-foreground-service", service, action) in startForegroundService()
123 val command = composeAmShellCommand( in sendBroadcast()
134 private fun composeAmShellCommand( in composeAmShellCommand() method in android.systemui.cts.tv.TvTestBase