Searched refs:Update (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DProcessingTask.java31 static interface Update {} interface in class:ProcessingTask
53 public void postUpdate(Update message) {
85 public void onUpdate(Update message) {}
H A DImageSavingTask.java44 static class UpdateBitmap implements Update {
48 static class UpdateProgress implements Update {
53 static class UpdatePreviewSaved implements Update {
132 public void onUpdate(Update message) {
H A DProcessingTaskController.java47 task.onUpdate((ProcessingTask.Update) msg.obj);
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
H A DMockContentProvider.java341 public static class Update { class in class:MockContentProvider
351 * Creates a new Update to expect.
358 public Update(Uri uri, method in class:MockContentProvider.Update
374 public Update anyNumberOfTimes() {
385 public Update returnRowsAffected(int rowsAffected) {
407 Update update = (Update) o;
424 return "Update{" +
439 private List<Update> mExpectedUpdates = new ArrayList<>();
460 public Update expectUpdat
[all...]
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java232 private class Update implements Command { class in class:CalendarProvider2Test
236 public Update(String eventName, KeyValue[] pairs) { method in class:CalendarProvider2Test.Update
851 new Update("cancel0", new KeyValue[] {
898 new Update("daily0", new KeyValue[] {
908 new Update("daily0", new KeyValue[] {
914 new Update("except1", new KeyValue[] {
1172 // Create a fake _sync_id and add it to the event. Update the database
1376 // Test Update
1409 // Test Update
2142 // Update statu
[all...]

Completed in 180 milliseconds