Home
last modified time | relevance | path

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

/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/service/
DEmergencyActionForegroundService.java95 mNotificationManager.createNotificationChannel(buildNotificationChannel(this)); in onStartCommand()
147 private static NotificationChannel buildNotificationChannel(Context context) { in buildNotificationChannel() method in EmergencyActionForegroundService
154 NotificationChannel channel = buildNotificationChannel(context); in buildCountDownNotification()