Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java70 final NotificationChannel physicalKeyboardChannel = new NotificationChannel( in createAll() local
74 physicalKeyboardChannel.setSound(Settings.System.DEFAULT_NOTIFICATION_URI, in createAll()
76 physicalKeyboardChannel.setBlockableSystem(true); in createAll()
77 channelsList.add(physicalKeyboardChannel); in createAll()