Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackageInfo.java91 public static ShortcutPackageInfo newEmpty() { in newEmpty() method in ShortcutPackageInfo
DShortcutLauncher.java71 spi != null ? spi : ShortcutPackageInfo.newEmpty()); in ShortcutLauncher()
DShortcutPackage.java149 spi != null ? spi : ShortcutPackageInfo.newEmpty()); in ShortcutPackage()