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.aidl57 ParceledListSlice getShortcuts(String callingPackage, long changedSince, String packageName, in getShortcuts() argument
DLauncherApps.java348 public ShortcutQuery setChangedSince(long changedSince) { in setChangedSince() argument
349 mChangedSince = changedSince; in setChangedSince()
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java447 public ParceledListSlice getShortcuts(String callingPackage, long changedSince, in getShortcuts() argument
463 callingPackage, changedSince, packageName, shortcutIds, in getShortcuts()
DShortcutService.java2370 @NonNull String callingPackage, long changedSince, in getShortcuts() argument
2393 callingPackage, packageName, shortcutIds, changedSince, in getShortcuts()
2399 callingPackage, p.getPackageName(), shortcutIdsF, changedSince, in getShortcuts()
2408 @Nullable String packageName, @Nullable List<String> shortcutIds, long changedSince, in getShortcutsInnerLocked() argument
2422 if (si.getLastChangedTimestamp() < changedSince) { in getShortcutsInnerLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBaseShortcutManagerTest.java1849 protected static ShortcutQuery buildQuery(long changedSince,
1852 return buildQuery(changedSince, packageName, null, componentName, flags);
1855 protected static ShortcutQuery buildQuery(long changedSince,
1859 q.setChangedSince(changedSince);
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java393 public static List<ShortcutInfo> changedSince(List<ShortcutInfo> list, long time) { in changedSince() method in ShortcutManagerTestUtils
796 ShortcutManagerTestUtils.changedSince(mList, time)); in selectByChangedSince()