Home
last modified time | relevance | path

Searched refs:getTvInputApplicationLabel (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DAppLinkCardView.java125 mTvInputManagerHelper.getTvInputApplicationLabel(mChannel.getInputId()); in onBind()
196 mTvInputManagerHelper.getTvInputApplicationLabel(mChannel.getInputId()); in onBind()
/aosp12/packages/apps/TV/src/com/android/tv/util/
H A DTvInputManagerHelper.java482 public CharSequence getTvInputApplicationLabel(CharSequence inputId) { in getTvInputApplicationLabel() method in TvInputManagerHelper