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

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java1035 mNM.notify(1, notificationWithNumbers(name, 1));
1036 mNM.notify(2, notificationWithNumbers(name, 2));
1042 mNM.notify(1, notificationWithNumbers(name, 1));
1043 mNM.notify(1, notificationWithNumbers(name, 1));
1049 mNM.notify(1, notificationWithNumbers(name, 1));
1056 mNM.notify(1, notificationWithNumbers(name, 1));
1057 mNM.notify(2, notificationWithNumbers(name, 2));
1067 mNM.notify(1, notificationWithNumbers(name, 1));
1068 mNM.notify(2, notificationWithNumbers(name, 2));
1108 mNM.notify(1, notificationWithNumbers(nam
1148 private Notification notificationWithNumbers(String name, int num) { method in class:NotificationTestList
[all...]

Completed in 89 milliseconds