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