Searched defs:ShortcutPackageInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackageInfo.java42 class ShortcutPackageInfo { class
64 private ShortcutPackageInfo(int versionCode, long lastUpdateTime, method in class:ShortcutPackageInfo
72 public static ShortcutPackageInfo newEmpty() {
73 return new ShortcutPackageInfo(VERSION_UNKNOWN, /* last update time =*/ 0,
125 public static ShortcutPackageInfo generateForInstalledPackageForTest(
132 final ShortcutPackageInfo ret = new ShortcutPackageInfo(pi.versionCode, pi.lastUpdateTime,

Completed in 309 milliseconds