Home
last modified time | relevance | path

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

/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java165 public static Notification makeUploadNotification(Context context, int progress, long when) { in makeUploadNotification() method in NotificationTests
266 mNotifications.add(makeUploadNotification(mContext, 0, uploadWhen)); in testCreate()