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.java76 final NotificationChannel physicalKeyboardChannel = new NotificationChannel( in createAll() local
80 physicalKeyboardChannel.setBlockable(true); in createAll()
81 channelsList.add(physicalKeyboardChannel); in createAll()