Searched refs:toDisableList (Results 1 – 1 of 1) sorted by relevance
1258 final ArraySet<String> toDisableList = new ArraySet<>(1); in publishManifestShortcuts() local1261 toDisableList.add(si.getId()); in publishManifestShortcuts()1303 if (!newDisabled && !toDisableList.isEmpty()) { in publishManifestShortcuts()1305 toDisableList.remove(id); in publishManifestShortcuts()1311 if (!toDisableList.isEmpty()) { in publishManifestShortcuts()1315 toDisableList.size())); in publishManifestShortcuts()1317 for (int i = toDisableList.size() - 1; i >= 0; i--) { in publishManifestShortcuts()1320 final String id = toDisableList.valueAt(i); in publishManifestShortcuts()