| /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/ |
| D | RecommendationBuilder.java | 41 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/ |
| D | HeadsUpNotificationFragment.java | 43 private NotificationManager mNotificationManager; field in HeadsUpNotificationFragment 75 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context in onCreate() 93 mNotificationManager.notify(NOTIFICATION_ID, createNotification( in onViewCreated()
|
| D | VisibilityMetadataFragment.java | 40 private NotificationManager mNotificationManager; field in VisibilityMetadataFragment 77 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context in onCreate() 154 mNotificationManager.notify(mIncrementalNotificationId, createNotification(visibility)); in showNotificationClicked()
|
| D | OtherMetadataFragment.java | 66 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/ |
| D | HeadsUpNotificationFragment.java | 43 private NotificationManager mNotificationManager; field in HeadsUpNotificationFragment 75 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context in onCreate() 93 mNotificationManager.notify(NOTIFICATION_ID, createNotification( in onViewCreated()
|
| D | VisibilityMetadataFragment.java | 40 private NotificationManager mNotificationManager; field in VisibilityMetadataFragment 77 mNotificationManager = (NotificationManager) getActivity().getSystemService(Context in onCreate() 154 mNotificationManager.notify(mIncrementalNotificationId, createNotification(visibility)); in showNotificationClicked()
|
| D | OtherMetadataFragment.java | 66 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/ |
| D | RecipeService.java | 31 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/ |
| D | MediaNotification.java | 75 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()
|