HomeSort by relevance Sort by last modified time
    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