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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java518 sendNotification(state, avatarBitmap, avatarHiResBitmap);
529 sendNotification(state, null, null);
681 private static void sendNotification(final NotificationState notificationState, method in class:BugleNotifications
686 LogUtil.d(TAG, "sendNotification: Notification already cancelled; dropping it");
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java532 public void sendNotification(int serverIf, String address, int srvcType, method in class:GattService.BluetoothGattBinder
538 service.sendNotification(serverIf, address, srvcType, srvcInstanceId,
2070 void sendNotification(int serverIf, String address, int srvcType, method in class:GattService
2076 if (VDBG) Log.d(TAG, "sendNotification() - address=" + address);

Completed in 64 milliseconds