Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackageInfo.java92 public static ShortcutPackageInfo newEmpty() { in newEmpty() method in ShortcutPackageInfo
H A DShortcutLauncher.java79 spi != null ? spi : ShortcutPackageInfo.newEmpty()); in ShortcutLauncher()
H A DShortcutPackage.java204 spi != null ? spi : ShortcutPackageInfo.newEmpty()); in ShortcutPackage()