Searched defs:notificationWithNumbers (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java672 mNM.notify(1, notificationWithNumbers(1));
673 mNM.notify(2, notificationWithNumbers(2));
679 mNM.notify(1, notificationWithNumbers(1));
680 mNM.notify(1, notificationWithNumbers(1));
686 mNM.notify(1, notificationWithNumbers(1));
693 mNM.notify(1, notificationWithNumbers(1));
694 mNM.notify(2, notificationWithNumbers(2));
704 mNM.notify(1, notificationWithNumbers(1));
705 mNM.notify(2, notificationWithNumbers(2));
760 mNM.notify(1, notificationWithNumbers(
878 private Notification notificationWithNumbers(int num) { method in class:NotificationTestList
[all...]

Completed in 69 milliseconds