OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uploadWhen
(Results
1 - 2
of
2
) sorted by null
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java
204
final long
uploadWhen
= System.currentTimeMillis();
205
mNotifications.add(makeUploadNotification(this, 10,
uploadWhen
));
206
ProgressService.startProgressUpdater(this, id,
uploadWhen
, 0);
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
NotificationTests.java
263
long
uploadWhen
= System.currentTimeMillis();
266
mNotifications.add(makeUploadNotification(mContext, 0,
uploadWhen
));
457
// ProgressService.startProgressUpdater(this, uploadId,
uploadWhen
, 0);
Completed in 3487 milliseconds