Searched refs:activeNotificationTitle (Results 1 – 1 of 1) sorted by relevance
114 info.name, info.activeNotificationTitle, in showStateActiveNotificationIfNeeded()370 public final String activeNotificationTitle; field in DeviceStateNotificationController.NotificationInfo377 NotificationInfo(String name, String activeNotificationTitle, in NotificationInfo() argument383 this.activeNotificationTitle = activeNotificationTitle; in NotificationInfo()392 return activeNotificationTitle != null && activeNotificationTitle.length() > 0; in hasActiveNotification()