Home
last modified time | relevance | path

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

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
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(10);
[all …]
/frameworks/base/core/tests/notificationtests/src/android/app/
DNotificationStressTest.java76 sendNotification(notifyId++, "testNotificationStressNotify"); in testNotificationStress()
79 private void sendNotification(int id, CharSequence text) { in sendNotification() method in NotificationStressTest
/frameworks/base/services/java/com/android/server/
DDeviceStorageMonitorService.java271 sendNotification(); in checkMemory()
355 private final void sendNotification() { in sendNotification() method in DeviceStorageMonitorService
/frameworks/base/core/java/android/bluetooth/
DIBluetoothGatt.aidl96 void sendNotification(in int serverIf, in String address, in int srvcType, in sendNotification() method
DBluetoothGattServer.java503 mService.sendNotification(mServerIf, device.getAddress(), in notifyCharacteristicChanged()
/frameworks/base/docs/html/google/gcm/
Dgs.jd400 … this sample the receiver's {@code onReceive()} method calls {@code sendNotification()} to put the…
417 sendNotification("Send error: " + intent.getExtras().toString());
419 sendNotification("Deleted messages on server: " +
422 sendNotification("Received: " + intent.getExtras().toString());
428 private void sendNotification(String msg) {