Searched refs:createNotification (Results 1 – 7 of 7) sorted by relevance
45 createNotification(); in onCreate()70 private void createNotification() { in createNotification() method in SecureWebServerService
44 private void createNotification() { in createNotification() method in MainActivity123 createNotification(); in showNotificationClicked()
93 mNotificationManager.notify(NOTIFICATION_ID, createNotification( in onViewCreated()113 private Notification createNotification(boolean makeHeadsUpNotification) { in createNotification() method in HeadsUpNotificationFragment
107 private Notification createNotification(NotificationVisibility visibility) { in createNotification() method in VisibilityMetadataFragment151 mNotificationManager.notify(mIncrementalNotificationId, createNotification(visibility)); in showNotificationClicked()
178 private Notification createNotification(Priority priority, Category category, Uri contactUri) { in createNotification() method in OtherMetadataFragment208 mNotificationManager.notify(mIncrementalNotificationId, createNotification(priority, in showNotificationClicked()
109 Notification notification = createNotification(); in startNotification()201 Notification notification = createNotification();212 Notification notification = createNotification();226 private Notification createNotification() { in createNotification() method in MediaNotificationManager
54 createNotification(intent); in onStartCommand()60 private void createNotification(Intent intent) { in createNotification() method in RecipeService