Searched refs:CMD_KILL (Results 1 – 5 of 5) sorted by relevance
58 public static final String CMD_KILL = "k"; field in AmMonitor128 sendCommand(CMD_KILL); in waitFor()172 sendCommand(CMD_KILL); in run()
93 const val CMD_KILL = "am kill %s" in <lambda>() constant404 runShellCommandOrThrow(String.format(CMD_KILL, packageName)) in <lambda>()
1143 monitor.sendCommand(AmMonitor.CMD_KILL); in testAppNotResponding()1183 monitor.sendCommand(AmMonitor.CMD_KILL); in testAppNotRespondingOnStartup()
2480 monitor.sendCommand(AmMonitor.CMD_KILL); in testFgsStickyInternal()
668 monitor.sendCommand(AmMonitor.CMD_KILL); in testAnr()