Searched refs:loadCustomLabel (Results 1 – 8 of 8) sorted by relevance
216 CharSequence inputCustomLabel = info.loadCustomLabel(mContext);257 CharSequence inputCustomLabel = info.loadCustomLabel(mContext);279 CharSequence inputCustomLabel = inputInfo.loadCustomLabel(mContext);469 public String loadCustomLabel(TvInputInfo info) { in loadCustomLabel() method in TvInputManagerHelper472 CharSequence customLabelCharSequence = info.loadCustomLabel(mContext); in loadCustomLabel()807 String label = mTvInputManagerHelper.loadCustomLabel(input); in getLabel()
615 CharSequence customLabel = inputManager.loadCustomLabel(input); in loadLabel()
64 CharSequence customLabel = input.loadCustomLabel(getContext()); in updateLabel()
72 CharSequence customLabel = input.loadCustomLabel(getContext()); in updateInputLabel()
287 CharSequence customLabel = input.loadCustomLabel(getContext()); in setItemViewText()
251 .loadCustomLabel(ArgumentMatchers.<TvInputInfo>any()); in createMockTvInputManager()
510 String customLabel = canonicalizeLabel(input.loadCustomLabel(mContext)); in searchInputs()535 String customLabel = canonicalizeLabel(input.loadCustomLabel(mContext)); in searchInputs()
364 Mockito.when(tvInputInfo.loadCustomLabel(ArgumentMatchers.any())) in createMockInput()