HomeSort by relevance Sort by last modified time
    Searched refs:removeNotificationKey (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/badge/
BadgeInfo.java 97 public boolean removeNotificationKey(NotificationKeyData notificationKey) {
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupDataProvider.java 85 ? badgeInfo.removeNotificationKey(notificationKey)
99 if (oldBadgeInfo != null && oldBadgeInfo.removeNotificationKey(notificationKey)) {

Completed in 103 milliseconds