Searched refs:gapTitle (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/guide/
H A DProgramListAdapter.java88 String gapTitle = tableEntry.isBlocked() ? mBlockedProgramTitle : mNoInfoProgramTitle;
89 holder.onBind(tableEntry, mProgramGuide, gapTitle);
109 void onBind(TableEntry entry, ProgramGuide programGuide, String gapTitle) { argument
116 programManager.getToUtcMillis(), gapTitle);
H A DProgramItemView.java258 long fromUtcMillis, long toUtcMillis, String gapTitle) {
277 title = gapTitle;
257 setValues(ProgramGuide programGuide, TableEntry entry, int selectedGenreId, long fromUtcMillis, long toUtcMillis, String gapTitle) argument

Completed in 36 milliseconds