OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProgressService
(Results
1 - 2
of
2
) sorted by null
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
ProgressService.java
28
public class
ProgressService
extends IntentService {
30
private static final String TAG = "
ProgressService
";
36
public
ProgressService
() {
39
public
ProgressService
(String name) {
61
ProgressService
.this, mProgress, mWhen));
85
Intent progressIntent = new Intent(context,
ProgressService
.class);
NotificationService.java
226
ProgressService
.startProgressUpdater(this, uploadId, uploadWhen, 0);
Completed in 37 milliseconds