Home
last modified time | relevance | path

Searched refs:toDisableList (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackage.java1258 final ArraySet<String> toDisableList = new ArraySet<>(1); in publishManifestShortcuts() local
1261 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()