Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java200 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/
DMapMessageMonitor.java208 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/
DTunerSetupActivity.java306 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/
DBugleNotifications.java518 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/
DGattService.java604 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