Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61bfc162 authored by Danesh M's avatar Danesh M
Browse files

Add @hide to ThermalListenerCallback

issue-id: CYNGNOS-1118

Change-Id: I0c25a62d86f824bc84f8078944a35fc5bd82e7fe
parent 87ef1b51
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package android.hardware;

/** @hide */
interface IThermalListenerCallback {
    void onThermalChanged(int state);
}
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package android.hardware;

/** @hide */
public abstract class ThermalListenerCallback extends IThermalListenerCallback.Stub {
    public static final class State {
        public static final int STATE_UNKNOWN = -1;