Searched defs:changedSince (Results 1 – 6 of 6) sorted by relevance
136 long changedSince = in.readLong(); in ShortcutQueryWrapper() local
48 @NonNull String callingPackage, long changedSince, in getShortcuts()
491 public ShortcutQuery setChangedSince(long changedSince) { in setChangedSince()
829 final long changedSince = query.getChangedSince(); in getShortcuts() local1374 final long changedSince = query.getChangedSince(); in filterShortcutsByQuery() local
3123 @NonNull String callingPackage, long changedSince, in getShortcuts()3174 @Nullable List<LocusId> locusIds, long changedSince, in getShortcutsInnerLocked()3220 @Nullable List<LocusId> locusIds, long changedSince, in getFilterFromQuery()
468 public static List<ShortcutInfo> changedSince(List<ShortcutInfo> list, long time) { in changedSince() method in ShortcutManagerTestUtils