Merge "Replace hard-coded bedtime action with Settings.ACTION_BEDTIME_SETTINGS"

This commit is contained in:
Steven Ng
2022-02-04 14:46:41 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
package com.android.settings.testutils;
import static com.android.settings.display.darkmode.BedtimeSettings.ACTION_BEDTIME_SETTINGS;
import static android.provider.Settings.ACTION_BEDTIME_SETTINGS;
import static org.robolectric.Shadows.shadowOf;