Searched refs:mNotificationManagerCompat (Results 1 – 2 of 2) sorted by relevance
75 private NotificationManagerCompat mNotificationManagerCompat; field in StandaloneMainActivity90 mNotificationManagerCompat = NotificationManagerCompat.from(getApplicationContext()); in onCreate()121 boolean areNotificationsEnabled = mNotificationManagerCompat.areNotificationsEnabled(); in itemSelected()311 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateBigTextStyleNotification()452 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateBigPictureStyleNotification()543 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateInboxStyleNotification()714 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateMessagingStyleNotification()
82 private NotificationManagerCompat mNotificationManagerCompat; field in MainActivity101 mNotificationManagerCompat = NotificationManagerCompat.from(getApplicationContext()); in onCreate()134 boolean areNotificationsEnabled = mNotificationManagerCompat.areNotificationsEnabled(); in onClick()321 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateBigTextStyleNotification()485 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateBigPictureStyleNotification()614 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateInboxStyleNotification()808 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateMessagingStyleNotification()