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