OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getbrowsablechannelcount
(Results
1 - 3
of
3
) sorted by null
/packages/apps/TV/src/com/android/tv/
ChannelTuner.java
150
public int
getBrowsableChannelCount
() {
228
if (isCurrentChannelPassthrough() ||
getBrowsableChannelCount
() == 0) {
262
if (
getBrowsableChannelCount
() == 0) {
MainActivity.java
[
all
...]
/packages/apps/TV/src/com/android/tv/util/
PipInputManager.java
65
boolean available = mChannelTuner.
getBrowsableChannelCount
() != 0;
286
boolean available = mChannelTuner.
getBrowsableChannelCount
() != 0;
414
available = mChannelTuner.
getBrowsableChannelCount
() > 0;
Completed in 329 milliseconds