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 201 String currentInputId =
205 if (currentInputId != null
206 && !isInputEnabled(mTvInputManagerHelper.getTvInputInfo(currentInputId))) {
210 setSelectedPosition(getInputPosition(currentInputId));
  /packages/apps/TV/src/com/android/tv/
MainActivity.java 622 String currentInputId =
624 if (TextUtils.equals(input.getId(), currentInputId)) {
    [all...]

Completed in 832 milliseconds