HomeSort by relevance Sort by last modified time
    Searched refs:ShortcutPackageInfo (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutPackageInfo.java 42 class ShortcutPackageInfo {
64 private ShortcutPackageInfo(int versionCode, long lastUpdateTime,
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,
ShortcutPackageItem.java 41 private final ShortcutPackageInfo mPackageInfo;
47 @NonNull ShortcutPackageInfo packageInfo) {
84 public ShortcutPackageInfo getPackageInfo() {
ShortcutLauncher.java 67 @UserIdInt int launcherUserId, ShortcutPackageInfo spi) {
69 spi != null ? spi : ShortcutPackageInfo.newEmpty());
231 case ShortcutPackageInfo.TAG_ROOT:
ShortcutPackage.java 126 int packageUserId, String packageName, ShortcutPackageInfo spi) {
128 spi != null ? spi : ShortcutPackageInfo.newEmpty());
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest1.java     [all...]

Completed in 480 milliseconds