/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/data/ |
D | NotificationHelper.kt | 48 private val notificationManager = context.getSystemService(NotificationManager::class.java) in <lambda>() constant in com.example.android.bubbles.data.NotificationHelper 51 if (notificationManager.getNotificationChannel(CHANNEL_NEW_MESSAGES) == null) { in <lambda>() 52 notificationManager.createNotificationChannel( in <lambda>() 162 notificationManager.notify(chat.contact.id.toInt(), builder.build()) in <lambda>() 166 notificationManager.cancel(id.toInt()) in <lambda>() 170 val channel = notificationManager.getNotificationChannel(CHANNEL_NEW_MESSAGES) in <lambda>() 171 return notificationManager.areBubblesAllowed() && channel.canBubble() in <lambda>()
|
/developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/ |
D | BigTextMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
|
D | InboxMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
|
D | BigPictureSocialMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
|
D | MessagingMainActivity.java | 40 NotificationManager notificationManager = in onCreate() local 43 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
|
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/ |
D | InboxMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
|
D | BigPictureSocialMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
|
D | BigTextMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
|
D | MessagingMainActivity.java | 40 NotificationManager notificationManager = in onCreate() local 43 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
|
/developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/ |
D | BigTextMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
|
D | BigPictureSocialMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
|
D | InboxMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
|
D | MessagingMainActivity.java | 40 NotificationManager notificationManager = in onCreate() local 43 notificationManager.cancel(StandaloneMainActivity.NOTIFICATION_ID); in onCreate()
|
/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/ |
D | BigPictureSocialMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
|
D | BigTextMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
|
D | InboxMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
|
D | MessagingMainActivity.java | 40 NotificationManager notificationManager = in onCreate() local 43 notificationManager.cancel(MainActivity.NOTIFICATION_ID); in onCreate()
|
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/ |
D | MessagingMainActivity.java | 39 NotificationManager notificationManager = in onCreate() local 42 notificationManager.cancel(NotificationsActivity.NOTIFICATION_ID); in onCreate()
|
/developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/ |
D | MessagingMainActivity.java | 38 NotificationManager notificationManager = in onCreate() local 41 notificationManager.cancel(NotificationsActivity.NOTIFICATION_ID); in onCreate()
|
/developers/samples/android/wearable/wear/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/ |
D | NotificationUtil.java | 60 NotificationManager notificationManager = in createNotificationChannel() local 62 notificationManager.createNotificationChannel(notificationChannel); in createNotificationChannel()
|
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/util/ |
D | NotificationUtil.java | 67 NotificationManager notificationManager = in createNotificationChannel() local 69 notificationManager.createNotificationChannel(notificationChannel); in createNotificationChannel()
|
/developers/build/prebuilts/gradle/WearNotifications/Shared/src/main/java/com/example/android/wearable/wear/common/util/ |
D | NotificationUtil.java | 60 NotificationManager notificationManager = in createNotificationChannel() local 62 notificationManager.createNotificationChannel(notificationChannel); in createNotificationChannel()
|
/developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/ |
D | MainActivity.java | 96 NotificationManager notificationManager = (NotificationManager) getSystemService( in sendNotification() local 98 notificationManager.notify(NOTIFICATION_ID, builder.build()); in sendNotification()
|
/developers/samples/android/notification/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/ |
D | MainActivity.java | 96 NotificationManager notificationManager = (NotificationManager) getSystemService( in sendNotification() local 98 notificationManager.notify(NOTIFICATION_ID, builder.build()); in sendNotification()
|
/developers/samples/android/security/DirectBoot/Application/src/main/java/com/example/android/directboot/alarms/ |
D | AlarmIntentService.java | 58 NotificationManager notificationManager = context in onHandleIntent() local 67 notificationManager.notify(alarm.id, builder.build()); in onHandleIntent()
|