OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:progressIntent
(Results
1 - 2
of
2
) sorted by null
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
ProgressService.java
85
Intent
progressIntent
= new Intent(context, ProgressService.class);
86
progressIntent
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
87
progressIntent
.setAction(ACTION_PROGRESS);
88
progressIntent
.putExtra("id", id);
89
progressIntent
.putExtra("when", when);
90
progressIntent
.putExtra("progress", progress);
91
context.startService(
progressIntent
);
/packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiService.java
[
all
...]
Completed in 550 milliseconds