1package  com.android.tv.testing.testinput;
2
3
4import com.android.tv.testing.testinput.ChannelStateData;
5
6/** Remote interface for controlling the test TV Input Service */
7interface ITestInputControl {
8    void updateChannelState(int origId, in ChannelStateData data);
9}