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()
71 const val CMD_KILL = "am kill %s" constant219 runShellCommandOrThrow(String.format(CMD_KILL, packageName)) in killApp()
560 monitor.sendCommand(AmMonitor.CMD_KILL); in testAnr()
882 monitor.sendCommand(AmMonitor.CMD_KILL); in testAppNotResponding()
2378 monitor.sendCommand(AmMonitor.CMD_KILL); in testFgsStickyInternal()