OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasClosedCaption
(Results
1 - 3
of
3
) sorted by null
/packages/apps/TV/src/com/android/tv/data/
StreamInfo.java
36
boolean
hasClosedCaption
();
/packages/apps/TV/tests/common/src/com/android/tv/testing/
ChannelInfo.java
63
public final boolean
hasClosedCaption
;
114
int audioLanguageCount, boolean
hasClosedCaption
, ProgramInfo program,
126
this.
hasClosedCaption
=
hasClosedCaption
;
150
+ ",
hasClosedCaption
=" +
hasClosedCaption
172
Objects.equals(
hasClosedCaption
, that.
hasClosedCaption
) &&
223
mHasClosedCaption = other.
hasClosedCaption
;
272
public Builder setHasClosedCaption(boolean
hasClosedCaption
) {
[
all
...]
/packages/apps/TV/src/com/android/tv/ui/
TunableTvView.java
759
public boolean
hasClosedCaption
() {
[
all
...]
Completed in 72 milliseconds