OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defaultvideochannelname
(Results
1 - 1
of
1
) sorted by null
/tools/motodev/src/plugins/videos/src/com/motorola/studio/android/videos/ui/views/
VideosListComposite.java
61
private String
defaultVideoChannelName
= null;
79
* @param
defaultVideoChannelName
the name of the default video channel (to be selected in the UI)
82
String
defaultVideoChannelName
)
86
this.
defaultVideoChannelName
=
defaultVideoChannelName
;
178
if (channel.getName().equals(
defaultVideoChannelName
))
Completed in 129 milliseconds