public void addAll(Collection<Uri> uris) {
   if (uris != null) {
     mUris.addAll(uris);
   }
 }