public class

CarrierContentRestriction

extends Object
implements ContentRestriction
java.lang.Object
   ↳ com.android.mms.model.CarrierContentRestriction

Summary

Public Constructors
CarrierContentRestriction()
Public Methods
void checkAudioContentType(String contentType)
void checkImageContentType(String contentType)
void checkMessageSize(int messageSize, int increaseSize, ContentResolver resolver)
void checkResolution(int width, int height)
void checkVideoContentType(String contentType)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.android.mms.model.ContentRestriction

Public Constructors

public CarrierContentRestriction ()

Public Methods

public void checkAudioContentType (String contentType)

public void checkImageContentType (String contentType)

public void checkMessageSize (int messageSize, int increaseSize, ContentResolver resolver)

public void checkResolution (int width, int height)

public void checkVideoContentType (String contentType)