Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest3.java66 private void publishManifestShortcuts(ComponentName activity, int resId) { in publishManifestShortcuts() method in ShortcutManagerTest3
142 publishManifestShortcuts(A1, R.xml.shortcut_5_alt); in runTestWithManifestShortcuts()
143 publishManifestShortcuts(A2, R.xml.shortcut_1); in runTestWithManifestShortcuts()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java833 publishManifestShortcuts(newManifestShortcutList); in rescanPackageIfNeeded()
846 private boolean publishManifestShortcuts(List<ShortcutInfo> newManifestShortcutList) { in publishManifestShortcuts() method in ShortcutPackage