Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationIconDozeHelper.java29 public class NotificationIconDozeHelper extends NotificationDozeHelper { class
39 public NotificationIconDozeHelper(Context ctx) { in NotificationIconDozeHelper() method in NotificationIconDozeHelper
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java61 import com.android.systemui.statusbar.notification.NotificationIconDozeHelper;
176 private final NotificationIconDozeHelper mDozer;
194 mDozer = new NotificationIconDozeHelper(context); in StatusBarIconView()