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.aidl59 ParceledListSlice getShortcuts(String callingPackage, long changedSince, String packageName, in getShortcuts() argument
DLauncherApps.java403 public ShortcutQuery setChangedSince(long changedSince) { in setChangedSince() argument
404 mChangedSince = changedSince; in setChangedSince()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java428 public ParceledListSlice getShortcuts(String callingPackage, long changedSince, in getShortcuts() argument
443 callingPackage, changedSince, packageName, shortcutIds, in getShortcuts()
DShortcutService.java2503 @NonNull String callingPackage, long changedSince, in getShortcuts() argument
2526 callingPackage, packageName, shortcutIds, changedSince, in getShortcuts()
2533 callingPackage, p.getPackageName(), shortcutIdsF, changedSince, in getShortcuts()
2544 @Nullable String packageName, @Nullable List<String> shortcutIds, long changedSince, in getShortcutsInnerLocked() argument
2569 if (si.getLastChangedTimestamp() < changedSince) { in getShortcutsInnerLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1899 protected static ShortcutQuery buildQuery(long changedSince,
1902 return buildQuery(changedSince, packageName, null, componentName, flags);
1905 protected static ShortcutQuery buildQuery(long changedSince,
1909 q.setChangedSince(changedSince);
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java399 public static List<ShortcutInfo> changedSince(List<ShortcutInfo> list, long time) { in changedSince() method in ShortcutManagerTestUtils
802 ShortcutManagerTestUtils.changedSince(mList, time)); in selectByChangedSince()