Searched refs:slotString (Results 1 – 2 of 2) sorted by relevance
159 for (String slotString : props.stringPropertyNames()) { in loadSlotMap()160 final int slot = Integer.parseInt(slotString); in loadSlotMap()161 final String owner = props.getProperty(slotString); in loadSlotMap()
1014 String slotString = args.getString("slot"); in dispatchDemoCommand() local1015 int slot = TextUtils.isEmpty(slotString) ? 0 : Integer.parseInt(slotString); in dispatchDemoCommand()