Searched defs:UpdateContent (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumDataLoader.java274 private class UpdateContent implements Callable<Void> { class in class:AlbumDataLoader
278 public UpdateContent(UpdateInfo info) { method in class:AlbumDataLoader.UpdateContent
382 executeAndWait(new UpdateContent(info));
H A DAlbumSetDataLoader.java274 private class UpdateContent implements Callable<Void> { class in class:AlbumSetDataLoader
277 public UpdateContent(UpdateInfo info) { method in class:AlbumSetDataLoader.UpdateContent
365 // change until we call UpdateContent.
376 executeAndWait(new UpdateContent(info));
H A DPhotoDataAdapter.java962 private class UpdateContent implements Callable<Void> { class in class:PhotoDataAdapter
965 public UpdateContent(UpdateInfo updateInfo) { method in class:PhotoDataAdapter.UpdateContent
1088 executeAndWait(new UpdateContent(info));

Completed in 83 milliseconds