Home
last modified time | relevance | path

Searched refs:mNotificationManagerCompat (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DStandaloneMainActivity.java75 private NotificationManagerCompat mNotificationManagerCompat; field in StandaloneMainActivity
90 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()
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
DMainActivity.java82 private NotificationManagerCompat mNotificationManagerCompat; field in MainActivity
101 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()