Searched refs:uidArg (Results 1 – 1 of 1) sorted by relevance
1686 String uidArg = getNextArgRequired(); in onCommand() local1689 uid = Integer.parseInt(uidArg); in onCommand()1692 "Invalid UID specified, can't convert to an integer - " + uidArg); in onCommand()