Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java89 mUiHandler = new Handler(Looper.getMainLooper(), this::handleUiMessage); in NotificationListener()
180 private boolean handleUiMessage(Message message) { in handleUiMessage() method in NotificationListener