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

/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java91 sendNotification(mNotifyId++, "testNotificationStressNotify");
99 sendNotification(mNotifyId++, "testNotificationStressNotify");
111 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.java283 sendNotification();
300 sendNotification();
458 private void sendNotification() { method in class:DeviceStorageMonitorService
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothGatt.aidl86 void sendNotification(in int serverIf, in String address, in int srvcType,
H A DBluetoothGattServer.java537 mService.sendNotification(mServerIf, device.getAddress(),
/frameworks/base/packages/Osu/src/com/android/
H A DMainActivity.java139 sendNotification(osuCount);
325 private void sendNotification(int count) { method in class:MainActivity

Completed in 227 milliseconds