Loading packages/SystemUI/src/com/android/systemui/tuner/TunerService.java +5 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,11 @@ import android.content.Intent; import com.android.systemui.Dependency; /** * @deprecated Don't use this class to listen to Secure Settings. Use {@code SecureSettings} instead * or {@code SettingsObserver} to be able to specify the handler. */ @Deprecated public abstract class TunerService { public static final String ACTION_CLEAR = "com.android.systemui.action.CLEAR_TUNER"; Loading packages/SystemUI/src/com/android/systemui/tuner/TunerServiceImpl.java +4 −0 Original line number Diff line number Diff line Loading @@ -56,7 +56,11 @@ import javax.inject.Inject; /** * @deprecated Don't use this class to listen to Secure Settings. Use {@code SecureSettings} instead * or {@code SettingsObserver} to be able to specify the handler. * This class will interact with SecureSettings using the main looper. */ @Deprecated @SysUISingleton public class TunerServiceImpl extends TunerService { Loading Loading
packages/SystemUI/src/com/android/systemui/tuner/TunerService.java +5 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,11 @@ import android.content.Intent; import com.android.systemui.Dependency; /** * @deprecated Don't use this class to listen to Secure Settings. Use {@code SecureSettings} instead * or {@code SettingsObserver} to be able to specify the handler. */ @Deprecated public abstract class TunerService { public static final String ACTION_CLEAR = "com.android.systemui.action.CLEAR_TUNER"; Loading
packages/SystemUI/src/com/android/systemui/tuner/TunerServiceImpl.java +4 −0 Original line number Diff line number Diff line Loading @@ -56,7 +56,11 @@ import javax.inject.Inject; /** * @deprecated Don't use this class to listen to Secure Settings. Use {@code SecureSettings} instead * or {@code SettingsObserver} to be able to specify the handler. * This class will interact with SecureSettings using the main looper. */ @Deprecated @SysUISingleton public class TunerServiceImpl extends TunerService { Loading