Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateNotificationController.java138 info.name, info.thermalCriticalNotificationTitle, in showThermalCriticalNotificationIfNeeded()
372 public final String thermalCriticalNotificationTitle; field in DeviceStateNotificationController.NotificationInfo
378 String activeNotificationContent, String thermalCriticalNotificationTitle, in NotificationInfo() argument
385 this.thermalCriticalNotificationTitle = thermalCriticalNotificationTitle; in NotificationInfo()
396 return thermalCriticalNotificationTitle != null in hasThermalCriticalNotification()
397 && thermalCriticalNotificationTitle.length() > 0; in hasThermalCriticalNotification()