Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DShortcutQueryWrapper.java136 long changedSince = in.readLong(); in ShortcutQueryWrapper() local
152 this.mChangedSince = changedSince; in ShortcutQueryWrapper()
H A DShortcutServiceInternal.java50 @NonNull String callingPackage, long changedSince, in getShortcuts() argument
62 @NonNull String callingPackage, long changedSince, in getShortcutsAsync() argument
H A DLauncherApps.java508 public ShortcutQuery setChangedSince(long changedSince) { in setChangedSince() argument
509 mChangedSince = changedSince; in setChangedSince()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java930 final long changedSince = query.getChangedSince(); in getShortcuts() local
951 callingPackage, changedSince, packageName, shortcutIds, locusIds, in getShortcuts()
966 final long changedSince = query.getChangedSince(); in getShortcutsAsync() local
985 callingPackage, changedSince, packageName, shortcutIds, locusIds, in getShortcutsAsync() local
1765 final long changedSince = query.getChangedSince(); in filterShortcutsByQuery() local
1793 if (changedSince != 0 && changedSince > si.getLastChangedTimestamp()) { in filterShortcutsByQuery()
H A DShortcutService.java2948 @NonNull String callingPackage, long changedSince,
2979 callingPackage, packageName, shortcutIds, locusIds, changedSince,
2988 changedSince, componentName, queryFlags, userId, ret, cloneFlag,
2999 @Nullable List<LocusId> locusIds, long changedSince,
3020 final Predicate<ShortcutInfo> filter = getFilterFromQuery(ids, locusIds, changedSince,
3027 @Nullable List<LocusId> locusIds, long changedSince,
3038 if (si.getLastChangedTimestamp() < changedSince) {
3071 @NonNull String callingPackage, long changedSince,
3077 changedSince, packageName, shortcutIds, locusIds, componentName, queryFlags,
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java2146 protected static ShortcutQuery buildQuery(long changedSince,
2149 return buildQuery(changedSince, packageName, null, null, componentName, flags);
2152 protected static ShortcutQuery buildQuery(long changedSince,
2156 q.setChangedSince(changedSince);
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java468 public static List<ShortcutInfo> changedSince(List<ShortcutInfo> list, long time) { in changedSince() method in ShortcutManagerTestUtils
871 ShortcutManagerTestUtils.changedSince(mList, time)); in selectByChangedSince()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...