/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | ShortcutQueryWrapper.java | 136 long changedSince = in.readLong(); in ShortcutQueryWrapper() local 152 this.mChangedSince = changedSince; in ShortcutQueryWrapper()
|
H A D | ShortcutServiceInternal.java | 50 @NonNull String callingPackage, long changedSince, in getShortcuts() argument 62 @NonNull String callingPackage, long changedSince, in getShortcutsAsync() argument
|
H A D | LauncherApps.java | 508 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 D | LauncherAppsService.java | 930 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 D | ShortcutService.java | 2948 @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 D | BaseShortcutManagerTest.java | 2146 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 D | ShortcutManagerTestUtils.java | 468 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |