Searched refs:withFlag (Results 1 – 1 of 1) sorted by relevance
158 append(it.withFlag("ez")) in composeAmShellCommand()161 append(it.withFlag("ei")) in composeAmShellCommand()164 append(it.withFlag("es")) in composeAmShellCommand()168 private fun Map.Entry<String, *>.withFlag(flag: String): String = " --$flag $key $value" in withFlag() method in android.systemui.cts.tv.TvTestBase