Home
last modified time | relevance | path

Searched refs:changedSince (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DShortcutServiceInternal.java46 @NonNull String callingPackage, long changedSince, in getShortcuts() argument
DILauncherApps.aidl68 ParceledListSlice getShortcuts(String callingPackage, long changedSince, String packageName, in getShortcuts() argument
DLauncherApps.java414 public ShortcutQuery setChangedSince(long changedSince) { in setChangedSince() argument
415 mChangedSince = changedSince; in setChangedSince()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1955 protected static ShortcutQuery buildQuery(long changedSince,
1958 return buildQuery(changedSince, packageName, null, componentName, flags);
1961 protected static ShortcutQuery buildQuery(long changedSince,
1965 q.setChangedSince(changedSince);
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java656 public ParceledListSlice getShortcuts(String callingPackage, long changedSince, in getShortcuts() argument
671 callingPackage, changedSince, packageName, shortcutIds, in getShortcuts()
DShortcutService.java2567 @NonNull String callingPackage, long changedSince, in getShortcuts() argument
2590 callingPackage, packageName, shortcutIds, changedSince, in getShortcuts()
2597 callingPackage, p.getPackageName(), shortcutIdsF, changedSince, in getShortcuts()
2608 @Nullable String packageName, @Nullable List<String> shortcutIds, long changedSince, in getShortcutsInnerLocked() argument
2633 if (si.getLastChangedTimestamp() < changedSince) { in getShortcutsInnerLocked()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java405 public static List<ShortcutInfo> changedSince(List<ShortcutInfo> list, long time) { in changedSince() method in ShortcutManagerTestUtils
808 ShortcutManagerTestUtils.changedSince(mList, time)); in selectByChangedSince()