Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/devicestate/
DDeviceStateNotificationController.java102 NotificationInfo info = getNotificationInfos().get(state); in showStateActiveNotificationIfNeeded()
133 NotificationInfo info = getNotificationInfos().get(state); in showThermalCriticalNotificationIfNeeded()
154 NotificationInfo info = getNotificationInfos().get(state); in showPowerSaveNotificationIfNeeded()
176 if (getNotificationInfos().get(state) == null) { in cancelNotification()
229 private SparseArray<NotificationInfo> getNotificationInfos() { in getNotificationInfos() method in DeviceStateNotificationController
231 return mNotificationInfoProvider.getNotificationInfos(locale); in getNotificationInfos()
259 public SparseArray<NotificationInfo> getNotificationInfos(@NonNull Locale locale) { in getNotificationInfos() method in DeviceStateNotificationController.NotificationInfoProvider
/frameworks/base/services/tests/servicestests/src/com/android/server/devicestate/
DDeviceStateNotificationControllerTest.java248 mNotificationInfoProvider.getNotificationInfos(Locale.ENGLISH); in test_notificationInfoProvider()
254 mNotificationInfoProvider.getNotificationInfos(Locale.ENGLISH); in test_notificationInfoProvider()
260 mNotificationInfoProvider.getNotificationInfos(Locale.ITALY); in test_notificationInfoProvider()