FileDocCategorySizeDatePackage
ContentRestrictionFactory.javaAPI DocAndroid 1.5 API1064Wed May 06 22:42:46 BST 2009com.android.mms.model

ContentRestrictionFactory

public class ContentRestrictionFactory extends Object

Fields Summary
private static ContentRestriction
sContentRestriction
Constructors Summary
private ContentRestrictionFactory()

    
Methods Summary
public static ContentRestrictiongetContentRestriction()

        if (null == sContentRestriction) {
            sContentRestriction = new CarrierContentRestriction();
        }
        return sContentRestriction;