Searched defs:updated (Results 1 - 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactDirectoryManager.java119 public void setDirectoriesForceUpdated(boolean updated) { argument
120 mDirectoriesForceUpdated = updated;
239 // Reset directory updated flag to false. If it's changed to true
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoSource.java79 public long updated; field in class:PhotoSource.AlbumData
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java197 public void bindShortcutsChanged(ArrayList<ShortcutInfo> updated, argument
960 // updated after an install.
1678 // Assume the app lists now is updated.
1684 // If app list is updated, we need to reschedule it otherwise old app
1702 // Check isLoadingWorkspace on the UI thread, as it is updated on the UI
1829 * Called when the icons for packages have been updated in the icon cache.
1832 // If any package icon has changed (app was updated while launcher was dead),
H A DLauncher.java3098 * Updates the set of predicted apps if it hasn't been updated since the last time Launcher was
3750 * because LauncherModel's map is updated in the background, while Launcher runs on the UI.
3758 * A package was updated.
3791 * Some shortcuts were updated in the background.
3794 * @param updated list of shortcuts which have changed.
3800 public void bindShortcutsChanged(final ArrayList<ShortcutInfo> updated, argument
3804 bindShortcutsChanged(updated, removed, user);
3811 if (!updated.isEmpty()) {
3812 mWorkspace.updateShortcuts(updated);
3861 * A package was uninstalled/updated
[all...]
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 283 milliseconds