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

/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java76 sendNotification(notifyId++, "testNotificationStressNotify");
79 private void sendNotification(int id, CharSequence text) { method in class:NotificationStressTest
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java152 sendNotification(1);
155 sendNotification(2);
158 sendNotification(3);
161 sendNotification(4);
164 sendNotification(5);
167 sendNotification(6);
170 sendNotification(7);
173 sendNotification(8);
176 sendNotification(9);
179 sendNotification(1
197 private void sendNotification(final int id) { method in class:NotificationBuilderTest
[all...]
/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java277 sendNotification();
294 sendNotification();
451 private void sendNotification() { method in class:DeviceStorageMonitorService

Completed in 191 milliseconds