Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateNotificationController.java162 info.name, info.powerSaveModeNotificationTitle, in showPowerSaveNotificationIfNeeded()
374 public final String powerSaveModeNotificationTitle; field in DeviceStateNotificationController.NotificationInfo
379 String thermalCriticalNotificationContent, String powerSaveModeNotificationTitle, in NotificationInfo() argument
387 this.powerSaveModeNotificationTitle = powerSaveModeNotificationTitle; in NotificationInfo()
401 return powerSaveModeNotificationTitle != null in hasPowerSaveModeNotification()
402 && powerSaveModeNotificationTitle.length() > 0; in hasPowerSaveModeNotification()