HomeSort by relevance Sort by last modified time
    Searched refs:NotificationIconDozeHelper (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationIconDozeHelper.java 28 public class NotificationIconDozeHelper extends NotificationDozeHelper {
37 public NotificationIconDozeHelper(Context ctx) {
NotificationHeaderViewWrapper.java 101 return new NotificationIconDozeHelper(ctx);
105 protected NotificationIconDozeHelper getDozer() {
106 return (NotificationIconDozeHelper) super.getDozer();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 53 import com.android.systemui.statusbar.notification.NotificationIconDozeHelper;
131 private final NotificationIconDozeHelper mDozer;
142 mDozer = new NotificationIconDozeHelper(context);
224 mDozer = new NotificationIconDozeHelper(context);

Completed in 102 milliseconds