Loading packages/SystemUI/tests/utils/src/com/android/systemui/util/settings/FakeGlobalSettings.java +3 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,9 @@ public class FakeGlobalSettings implements GlobalSettings { @Override public ContentResolver getContentResolver() { return null; throw new UnsupportedOperationException( "GlobalSettings.getContentResolver is not implemented, but you may find " + "GlobalSettings.registerContentObserver helpful instead."); } @Override Loading Loading
packages/SystemUI/tests/utils/src/com/android/systemui/util/settings/FakeGlobalSettings.java +3 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,9 @@ public class FakeGlobalSettings implements GlobalSettings { @Override public ContentResolver getContentResolver() { return null; throw new UnsupportedOperationException( "GlobalSettings.getContentResolver is not implemented, but you may find " + "GlobalSettings.registerContentObserver helpful instead."); } @Override Loading