Home
last modified time | relevance | path

Searched refs:mNotificationManager (Results 1 – 9 of 9) sorted by relevance

/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
DRecommendationBuilder.java41 private NotificationManager mNotificationManager; field in RecommendationBuilder
104 if (mNotificationManager == null) { in build()
105 mNotificationManager = (NotificationManager) mContext in build()
135 mNotificationManager.notify(mId, notification); in build()
136 mNotificationManager = null; in build()
/developers/samples/android/ui/notifications/LNotifications/Application/src/main/java/com/example/android/lnotifications/
DHeadsUpNotificationFragment.java43 private NotificationManager mNotificationManager; field in HeadsUpNotificationFragment
75 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context in onCreate()
93 mNotificationManager.notify(NOTIFICATION_ID, createNotification( in onViewCreated()
DVisibilityMetadataFragment.java40 private NotificationManager mNotificationManager; field in VisibilityMetadataFragment
77 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context in onCreate()
154 mNotificationManager.notify(mIncrementalNotificationId, createNotification(visibility)); in showNotificationClicked()
DOtherMetadataFragment.java66 private NotificationManager mNotificationManager; field in OtherMetadataFragment
110 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context in onCreate()
211 mNotificationManager.notify(mIncrementalNotificationId, createNotification(priority, in showNotificationClicked()
/developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
DHeadsUpNotificationFragment.java43 private NotificationManager mNotificationManager; field in HeadsUpNotificationFragment
75 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context in onCreate()
93 mNotificationManager.notify(NOTIFICATION_ID, createNotification( in onViewCreated()
DVisibilityMetadataFragment.java40 private NotificationManager mNotificationManager; field in VisibilityMetadataFragment
77 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context in onCreate()
154 mNotificationManager.notify(mIncrementalNotificationId, createNotification(visibility)); in showNotificationClicked()
DOtherMetadataFragment.java66 private NotificationManager mNotificationManager; field in OtherMetadataFragment
110 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context in onCreate()
211 mNotificationManager.notify(mIncrementalNotificationId, createNotification(priority, in showNotificationClicked()
/developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/recipeassistant/
DRecipeService.java31 private NotificationManagerCompat mNotificationManager; field in RecipeService
43 mNotificationManager = NotificationManagerCompat.from(this); in onCreate()
94 mNotificationManager.notify(Constants.NOTIFICATION_ID, notification); in createNotification()
/developers/demos/MusicDemo/src/main/java/com/example/android/musicservicedemo/
DMediaNotification.java75 private NotificationManager mNotificationManager; field in MediaNotification
98 mNotificationManager = (NotificationManager) mService in MediaNotification()
345 mNotificationManager.notify(NOTIFICATION_ID, mNotificationBuilder.build()); in updateNotificationPlaybackState()
372 mNotificationManager.notify(NOTIFICATION_ID, mNotificationBuilder.build()); in fetchBitmapFromURLAsync()