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