Searched refs:sendNotification (Results 1 – 5 of 5) sorted by relevance
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | NotificationService.java | 200 if (mNotificationChannels[notificationId] == Channel.INVALID_ID || !sendNotification( in handleUpdateRecommendation() 302 sendNotification(c.getId(), getAvailableNotificationId()); in showRecommendation() 319 if(sendNotification(c.getId(), notificationId)) { in changeRecommendation() 346 private boolean sendNotification(final long channelId, final int notificationId) { in sendNotification() method in NotificationService 414 service.sendNotification(notificationId, channelLogo, channel, posterArtBitmap, in createChannelLogoCallback() 420 private void sendNotification(int notificationId, Bitmap channelLogo, Channel channel,
|
/packages/apps/Car/Messenger/src/com/android/car/messenger/ |
D | MapMessageMonitor.java | 208 sendNotification(bitmap); in updateNotificationFor() 213 sendNotification(null); in updateNotificationFor() 216 private void sendNotification(Bitmap bitmap) { in updateNotificationFor()
|
/packages/apps/TV/src/com/android/tv/tuner/setup/ |
D | TunerSetupActivity.java | 306 sendNotification(context, tunerType); in onTvInputEnabled() 363 private static void sendNotification(Context context, Integer tunerType) { in sendNotification() method in TunerSetupActivity
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleNotifications.java | 518 sendNotification(state, avatarBitmap, avatarHiResBitmap); in processAndSend() 529 sendNotification(state, null, null); in processAndSend() 681 private static void sendNotification(final NotificationState notificationState, in sendNotification() method in BugleNotifications
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 604 public void sendNotification(int serverIf, String address, int handle, in sendNotification() method in GattService.BluetoothGattBinder 608 service.sendNotification(serverIf, address, handle, confirm, value); in sendNotification() 2471 void sendNotification(int serverIf, String address, int handle, boolean confirm, byte[] value) { in sendNotification() method in GattService
|