Searched refs:commandName (Results 1 – 3 of 3) sorted by relevance
78 String commandName) throws Exception { in enableCompatCommand() argument79 executeShellCommand(instr, COMMAND_AM_COMPAT + "enable --no-kill " + commandName + " " in enableCompatCommand()84 String commandName) throws Exception { in disableCompatCommand() argument85 executeShellCommand(instr, COMMAND_AM_COMPAT + "disable --no-kill " + commandName + " " in disableCompatCommand()90 String commandName) throws Exception { in resetCompatCommand() argument91 executeShellCommand(instr, COMMAND_AM_COMPAT + "reset --no-kill " + commandName + " " in resetCompatCommand()
464 String commandName) throws Exception { in enableCompatCommand() argument465 String cmd = COMMAND_AM_COMPAT + "enable --no-kill " + commandName + PACKAGE; in enableCompatCommand()470 String commandName) throws Exception { in disableCompatCommand() argument471 String cmd = COMMAND_AM_COMPAT + "disable --no-kill " + commandName + PACKAGE; in disableCompatCommand()476 String commandName) throws Exception { in resetCompatCommand() argument477 String cmd = COMMAND_AM_COMPAT + "reset --no-kill " + commandName + PACKAGE; in resetCompatCommand()
322 private ImeCommand callCommandInternal(@NonNull String commandName, @NonNull Bundle params) { in callCommandInternal() argument324 commandName, SystemClock.elapsedRealtimeNanos(), true, params); in callCommandInternal()