OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRecentChannels
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/src/com/android/tv/menu/
ChannelsRowAdapter.java
215
channelList.addAll(
getRecentChannels
());
219
private List<Channel>
getRecentChannels
() {
230
for (long channelId : ((MainActivity) mContext).
getRecentChannels
()) {
/packages/apps/TV/src/com/android/tv/
MainActivity.java
[
all
...]
Completed in 286 milliseconds