HomeSort by relevance Sort by last modified time
    Searched refs:currentInputId (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/ui/
SelectInputView.java 202 String currentInputId = mCurrentChannel != null && mCurrentChannel.isPassthrough() ?
204 if (currentInputId != null
205 && !isInputEnabled(mTvInputManagerHelper.getTvInputInfo(currentInputId))) {
209 setSelectedPosition(getInputPosition(currentInputId));
  /packages/apps/TV/src/com/android/tv/
MainActivity.java 576 String currentInputId = currentChannel == null ? null : currentChannel.getInputId();
577 if (TextUtils.equals(input.getId(), currentInputId)) {
    [all...]

Completed in 99 milliseconds