Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/notification/
H A DSystemNotificationChannels.java73 final NotificationChannel physicalKeyboardChannel = new NotificationChannel( in createAll() local
77 physicalKeyboardChannel.setSound(Settings.System.DEFAULT_NOTIFICATION_URI, in createAll()
79 physicalKeyboardChannel.setBlockable(true); in createAll()
80 channelsList.add(physicalKeyboardChannel); in createAll()