Searched refs:timeNotification (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java635 timeNotification(7, "24 hours from now", now+(1000*60*60*24));
636 timeNotification(6, "12:01:00 from now", now+(1000*60*60*12)+(60*1000));
637 timeNotification(5, "12 hours from now", now+(1000*60*60*12));
638 timeNotification(4, "now", now);
639 timeNotification(3, "11:59:00 ago", now-((1000*60*60*12)-(60*1000)));
640 timeNotification(2, "12 hours ago", now-(1000*60*60*12));
641 timeNotification(1, "24 hours ago", now-(1000*60*60*24));
1203 void timeNotification(int n, String label, long time) { method in class:NotificationTestList

Completed in 55 milliseconds