Searched refs:PowerNotificationWarnings (Results 1 – 3 of 3) sorted by relevance
55 private PowerNotificationWarnings mPowerNotificationWarnings;62 mPowerNotificationWarnings = new PowerNotificationWarnings(mContext, starter); in setUp()
27 import com.android.systemui.power.PowerNotificationWarnings;227 public abstract PowerUI.WarningsUI provideWarningsUi(PowerNotificationWarnings controllerImpl); in provideWarningsUi()
77 public class PowerNotificationWarnings implements PowerUI.WarningsUI { class162 public PowerNotificationWarnings(Context context, ActivityStarter activityStarter) { in PowerNotificationWarnings() method in PowerNotificationWarnings