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

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DProgressService.java43 class UpdateRunnable implements Runnable { class in class:ProgressService
49 UpdateRunnable(int id, long when, int progress) { method in class:ProgressService.UpdateRunnable
81 handler.postDelayed(new UpdateRunnable(id, when, progress), 1000);

Completed in 69 milliseconds