HomeSort by relevance Sort by last modified time
    Searched refs:sendNotification (Results 1 - 13 of 13) sorted by null

  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 49 sendNotification(id, R.drawable.black);
54 sendNotification(id, R.drawable.black);
59 sendNotification(1, R.drawable.black);
60 sendNotification(2, R.drawable.blue);
61 sendNotification(3, R.drawable.yellow);
65 private void sendNotification(final int id, final int icon) {
  /developers/samples/android/background/alarms/Scheduler/src/com/example/android/scheduler/
SampleSchedulingService.java 61 sendNotification(getString(R.string.doodle_found));
64 sendNotification(getString(R.string.no_doodle));
73 private void sendNotification(String msg) {
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 76 sendNotification(notifyId++, "testNotificationStressNotify");
79 private void sendNotification(int id, CharSequence text) {
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 152 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...]
  /developers/samples/android/ui/notifications/BasicNotifications/BasicNotificationsSample/src/main/java/com/example/android/basicnotifications/
MainActivity.java 33 public void sendNotification(View view) {
  /development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
MainActivity.java 33 public void sendNotification(View view) {
  /device/generic/goldfish/camera/
EmulatedCamera2.h 260 void sendNotification(int32_t msgType,
EmulatedCamera2.cpp 379 void EmulatedCamera2::sendNotification(int32_t msgType,
EmulatedFakeCamera2.cpp     [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 91 void sendNotification(in int serverIf, in String address, in int srvcType,
BluetoothGattServer.java 503 mService.sendNotification(mServerIf, device.getAddress(),
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 271 sendNotification();
355 private final void sendNotification() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 471 public void sendNotification(int serverIf, String address, int srvcType,
477 service.sendNotification(serverIf, address, srvcType, srvcInstanceId,
    [all...]

Completed in 468 milliseconds