| commit | de117046adb6e8c6f0d32f53778f8eaa34e718b0 | [log] [tgz] |
|---|---|---|
| author | Fan Zhang <zhfan@google.com> | Tue Sep 04 13:52:15 2018 -0700 |
| committer | Fan Zhang <zhfan@google.com> | Tue Sep 04 13:54:46 2018 -0700 |
| tree | bfc32ad83de611afdc2ef6d177e6c9f1db4b8d59 | |
| parent | 903d2610dd6479445633db86336bde3208e5b4da [diff] [blame] |
DO NOT MERGE Import clean up. Reordered all imports according to Android codestyle. Test: rebuild Change-Id: I750f01f70f2114d51838bf652833aebdc4065c98
diff --git a/src/com/android/settings/notification/ZenModeVisEffectsAllPreferenceController.java b/src/com/android/settings/notification/ZenModeVisEffectsAllPreferenceController.java index 2af7866..cd1a08a 100644 --- a/src/com/android/settings/notification/ZenModeVisEffectsAllPreferenceController.java +++ b/src/com/android/settings/notification/ZenModeVisEffectsAllPreferenceController.java
@@ -18,6 +18,7 @@ import android.app.NotificationManager.Policy; import android.content.Context; + import androidx.preference.Preference; import androidx.preference.PreferenceScreen;