/**
  * Gets the description of the source.
  *
  * @return The description.
  */
 public CharSequence getContentDescription() {
   return IMPL.getContentDescription(mRecord);
 }