Searched refs:slotString (Results 1 – 3 of 3) 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()
1343 String slotString = args.getString("slot"); in dispatchDemoCommand() local1344 int slot = TextUtils.isEmpty(slotString) ? 0 : Integer.parseInt(slotString); in dispatchDemoCommand()
1412 private int slotStringToSubId(String tag, String slotString) { in slotStringToSubId() argument1415 slotId = Integer.parseInt(slotString); in slotStringToSubId()1417 getErrPrintWriter().println(tag + slotString + " is not a valid number for SLOT_ID."); in slotStringToSubId()1422 getErrPrintWriter().println(tag + slotString + " is not a valid SLOT_ID."); in slotStringToSubId()