Home | History | Annotate | Download | only in util

Lines Matching defs:getInputState

57         Integer getInputState(String inputId);
81 public Integer getInputState(String inputId) {
82 return delegate.getInputState(inputId);
191 mInputStateMap.put(inputId, mTvInputManager.getInputState(inputId));
316 int state = mTvInputManager.getInputState(inputId);
511 public int getInputState(@Nullable TvInputInfo inputInfo) {
514 : getInputState(inputInfo.getId());
517 public int getInputState(String inputId) {
524 Log.w(TAG, "getInputState: no such input (id=" + inputId + ")");
653 (mTvInputManagerHelper.getInputState(lhs)
656 (mTvInputManagerHelper.getInputState(rhs)