Searched refs:subPortals (Results 1 – 3 of 3) sorted by relevance
84 } else if (simulatorPortalEntryGroup.subPortals().containsKey(commands[index])) { in execute()85 execute(simulatorPortalEntryGroup.subPortals().get(commands[index]), commands, index + 1); in execute()
29 abstract ImmutableMap<String, SimulatorPortalEntryGroup> subPortals(); in subPortals() method in SimulatorPortalEntryGroup
61 for (Entry<String, SimulatorPortalEntryGroup> subPortal : portal.subPortals().entrySet()) { in onPrepareSubMenu()