Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateNotificationController.java114 info.name, info.activeNotificationTitle, in showStateActiveNotificationIfNeeded()
370 public final String activeNotificationTitle; field in DeviceStateNotificationController.NotificationInfo
377 NotificationInfo(String name, String activeNotificationTitle, in NotificationInfo() argument
383 this.activeNotificationTitle = activeNotificationTitle; in NotificationInfo()
392 return activeNotificationTitle != null && activeNotificationTitle.length() > 0; in hasActiveNotification()