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

Commit c0abc9ca authored by Dongwon Kang's avatar Dongwon Kang
Browse files

TIF: increase the time threshold for tune operation which was too harsh

Bug: 18612616
Change-Id: I62ddde2f9796f3b1dd8240f5c88fbff234b3618b
parent 130e30fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ public class ITvInputSessionWrapper extends ITvInputSession.Stub implements Hand
    private static final String TAG = "TvInputSessionWrapper";

    private static final int MESSAGE_HANDLING_DURATION_THRESHOLD_MILLIS = 50;
    private static final int MESSAGE_TUNE_DURATION_THRESHOLD_MILLIS = 1000;
    private static final int MESSAGE_TUNE_DURATION_THRESHOLD_MILLIS = 2000;

    private static final int DO_RELEASE = 1;
    private static final int DO_SET_MAIN = 2;