Home
last modified time | relevance | path

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

/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/data/
DChatRepository.kt115 notificationHelper.showNotification(chat, false) in sendMessage()
134 notificationHelper.showNotification(chat, true) in showAsBubble()
DNotificationHelper.kt66 fun showNotification(chat: Chat, fromUser: Boolean) { in <lambda>() method
/developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
DListenerService.java65 showNotification(dataMapItem.getUri(), attractionsData); in onDataChanged()
80 private void showNotification(Uri attractionsUri, ArrayList<DataMap> attractions) { in showNotification() method in ListenerService
/developers/samples/android/deprecated/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
DResponderService.java90 private void showNotification() { in showNotification() method in ResponderService
129 showNotification(); in processIncoming()
/developers/samples/android/deprecated/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
DMainActivity.java72 public void showNotification(View view) { in showNotification() method in MainActivity
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
DUtilityService.java145 showNotification(city, in onHandleIntent()
197 showNotification(geofences.get(0).getRequestId(), Constants.USE_MICRO_APP); in geofenceTriggered()
318 private void showNotification(String cityId, boolean microApp) { in showNotification() method in UtilityService