HomeSort by relevance Sort by last modified time
    Searched refs:ContentRestriction (Results 1 - 8 of 8) sorted by null

  /packages/apps/Mms/src/com/android/mms/model/
ContentRestrictionFactory.java 20 private static ContentRestriction sContentRestriction;
25 public static ContentRestriction getContentRestriction() {
ContentRestriction.java 23 public interface ContentRestriction {
CarrierContentRestriction.java 32 public class CarrierContentRestriction implements ContentRestriction {
AudioModel.java 152 ContentRestriction cr = ContentRestrictionFactory.getContentRestriction();
ImageModel.java 137 ContentRestriction cr = ContentRestrictionFactory.getContentRestriction();
VideoModel.java 191 ContentRestriction cr = ContentRestrictionFactory.getContentRestriction();
SlideshowModel.java 588 ContentRestriction cr = ContentRestrictionFactory.getContentRestriction();
  /external/chromium/chrome/common/
content_restriction.h 11 enum ContentRestriction {

Completed in 416 milliseconds