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

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
PowerNotificationWarningsTest.java 50 private PowerNotificationWarnings mPowerNotificationWarnings;
56 mPowerNotificationWarnings = new PowerNotificationWarnings(mContext);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
Dependency.java 43 import com.android.systemui.power.PowerNotificationWarnings;
302 mProviders.put(PowerUI.WarningsUI.class, () -> new PowerNotificationWarnings(mContext));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java 55 public class PowerNotificationWarnings implements PowerUI.WarningsUI {
109 public PowerNotificationWarnings(Context context) {

Completed in 261 milliseconds