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

/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java241 public static String summarize(Notification n) { method in class:NotificationTests
258 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time);
303 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time);
324 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time);
348 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time);
366 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time);
380 L(" %s: create=%dms", summarize(n), SystemClock.currentThreadTimeMillis() - time);
392 L(" %s: notify=%dms (%d/%d)", summarize(n), time,
406 L(" %s: cancel=%dms", summarize(n), time);
426 summarize(
[all...]

Completed in 182 milliseconds