/frameworks/base/core/java/android/content/pm/ |
D | ShortcutQueryWrapper.java | 136 long changedSince = in.readLong(); in ShortcutQueryWrapper() local 152 this.mChangedSince = changedSince; in ShortcutQueryWrapper()
|
D | ShortcutServiceInternal.java | 50 @NonNull String callingPackage, long changedSince, in getShortcuts() argument 62 @NonNull String callingPackage, long changedSince, in getShortcutsAsync() argument
|
D | LauncherApps.java | 512 public ShortcutQuery setChangedSince(long changedSince) { in setChangedSince() argument 513 mChangedSince = changedSince; in setChangedSince()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 1248 final long changedSince = query.getChangedSince(); in getShortcuts() local 1269 callingPackage, changedSince, packageName, shortcutIds, locusIds, in getShortcuts() 1284 final long changedSince = query.getChangedSince(); in getShortcutsAsync() local 1303 callingPackage, changedSince, packageName, shortcutIds, locusIds, in getShortcutsAsync() local 2361 final long changedSince = query.getChangedSince(); in filterShortcutsByQuery() local 2389 if (changedSince != 0 && changedSince > si.getLastChangedTimestamp()) { in filterShortcutsByQuery()
|
D | ShortcutService.java | 2971 @NonNull String callingPackage, long changedSince, 3002 callingPackage, packageName, shortcutIds, locusIds, changedSince, 3011 changedSince, componentName, queryFlags, userId, ret, cloneFlag, 3022 @Nullable List<LocusId> locusIds, long changedSince, 3047 final Predicate<ShortcutInfo> filter = getFilterFromQuery(ids, locusIds, changedSince, 3054 @Nullable List<LocusId> locusIds, long changedSince, 3065 if (si.getLastChangedTimestamp() < changedSince) { 3098 @NonNull String callingPackage, long changedSince, 3104 changedSince, packageName, shortcutIds, locusIds, componentName, queryFlags,
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | BaseShortcutManagerTest.java | 2170 protected static ShortcutQuery buildQuery(long changedSince, 2173 return buildQuery(changedSince, packageName, null, null, componentName, flags); 2176 protected static ShortcutQuery buildQuery(long changedSince, 2180 q.setChangedSince(changedSince);
|
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
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()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |