Home
last modified time | relevance | path

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

/developers/samples/android/notification/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
DMainActivity.java44 private void createNotification() { in createNotification() method in MainActivity
123 createNotification(); in showNotificationClicked()
/developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
DHeadsUpNotificationFragment.java93 mNotificationManager.notify(NOTIFICATION_ID, createNotification( in onViewCreated()
113 private Notification createNotification(boolean makeHeadsUpNotification) { in createNotification() method in HeadsUpNotificationFragment
DVisibilityMetadataFragment.java107 private Notification createNotification(NotificationVisibility visibility) { in createNotification() method in VisibilityMetadataFragment
151 mNotificationManager.notify(mIncrementalNotificationId, createNotification(visibility)); in showNotificationClicked()
DOtherMetadataFragment.java178 private Notification createNotification(Priority priority, Category category, Uri contactUri) { in createNotification() method in OtherMetadataFragment
208 mNotificationManager.notify(mIncrementalNotificationId, createNotification(priority, in showNotificationClicked()
/developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
DRecipeService.java54 createNotification(intent); in onStartCommand()
60 private void createNotification(Intent intent) { in createNotification() method in RecipeService