Searched refs:slotString (Results 1 – 2 of 2) sorted by relevance
153 for (String slotString : props.stringPropertyNames()) { in loadSlotMap()154 final int slot = Integer.parseInt(slotString); in loadSlotMap()155 final String owner = props.getProperty(slotString); in loadSlotMap()
1317 String slotString = args.getString("slot"); in dispatchDemoCommand() local1318 int slot = TextUtils.isEmpty(slotString) ? 0 : Integer.parseInt(slotString); in dispatchDemoCommand()