Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java868 final int newListSize = newManifestShortcutList.size(); in publishManifestShortcuts() local
870 for (int i = 0; i < newListSize; i++) { in publishManifestShortcuts()