blob: 8f41a6036072cd861465d7dde1a74bb3b86f8ab8 [file] [log] [blame]
package com.android.systemui.power;
public interface EnhancedEstimates {
boolean isHybridNotificationEnabled();
Estimate getEstimate();
}