Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java78 private String mLastKeyDismissedByLauncher; field in NotificationListener
272 if (key.equals(mLastKeyDismissedByLauncher)) { in onNotificationRemoved()
279 if (key.equals(mLastKeyDismissedByLauncher)) { in onNotificationRemoved()
280 mLastKeyDismissedByLauncher = null; in onNotificationRemoved()
285 mLastKeyDismissedByLauncher = key; in cancelNotificationFromLauncher()