Searched refs:sortedConfigs (Results 1 – 1 of 1) sorted by relevance
493 final ArrayList<Configuration> sortedConfigs = getSortedOverlays(); in getImmutableFrameworkOverlayIdmapInvocations() local494 for (int i = 0, n = sortedConfigs.size(); i < n; i++) { in getImmutableFrameworkOverlayIdmapInvocations()495 final Configuration overlay = sortedConfigs.get(i); in getImmutableFrameworkOverlayIdmapInvocations()