Home
last modified time | relevance | path

Searched refs:ACTION_PROGRESS (Results 1 – 1 of 1) sorted by relevance

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DProgressService.java32 private static final String ACTION_PROGRESS = "progress"; field in ProgressService
87 progressIntent.setAction(ACTION_PROGRESS); in startProgressUpdater()