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

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java268 timeNotification(7, "24 hours from now", now+(1000*60*60*24));
269 timeNotification(6, "12:01:00 from now", now+(1000*60*60*12)+(60*1000));
270 timeNotification(5, "12 hours from now", now+(1000*60*60*12));
271 timeNotification(4, "now", now);
272 timeNotification(3, "11:59:00 ago", now-((1000*60*60*12)-(60*1000)));
273 timeNotification(2, "12 hours ago", now-(1000*60*60*12));
274 timeNotification(1, "24 hours ago", now-(1000*60*60*24));
934 void timeNotification(int n, String label, long time) { method in class:NotificationTestList

Completed in 45 milliseconds