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

  /packages/apps/Mms/src/com/android/mms/
ContentRestrictionException.java 23 public class ContentRestrictionException extends RuntimeException {
26 public ContentRestrictionException() {
30 public ContentRestrictionException(String msg) {
34 public ContentRestrictionException(Exception cause) {
ExceedMessageSizeException.java 23 public final class ExceedMessageSizeException extends ContentRestrictionException {
ResolutionException.java 23 public final class ResolutionException extends ContentRestrictionException {
UnsupportContentTypeException.java 23 public final class UnsupportContentTypeException extends ContentRestrictionException {
  /packages/apps/Mms/src/com/android/mms/model/
ContentRestriction.java 21 import com.android.mms.ContentRestrictionException;
25 throws ContentRestrictionException;
27 void checkImageContentType(String contentType) throws ContentRestrictionException;
29 void checkAudioContentType(String contentType) throws ContentRestrictionException;
31 void checkVideoContentType(String contentType) throws ContentRestrictionException;
33 void checkResolution(int width, int height) throws ContentRestrictionException;
CarrierContentRestriction.java 24 import com.android.mms.ContentRestrictionException;
48 throws ContentRestrictionException {
55 throw new ContentRestrictionException("Negative message size"
65 public void checkResolution(int width, int height) throws ContentRestrictionException {
72 throws ContentRestrictionException {
74 throw new ContentRestrictionException("Null content type to be check");
84 throws ContentRestrictionException {
86 throw new ContentRestrictionException("Null content type to be check");
96 throws ContentRestrictionException {
98 throw new ContentRestrictionException("Null content type to be check")
    [all...]
AudioModel.java 35 import com.android.mms.ContentRestrictionException;
150 protected void checkContentRestriction() throws ContentRestrictionException {
ImageModel.java 35 import com.android.mms.ContentRestrictionException;
134 protected void checkContentRestriction() throws ContentRestrictionException {
VideoModel.java 33 import com.android.mms.ContentRestrictionException;
189 protected void checkContentRestriction() throws ContentRestrictionException {
SlideshowModel.java 49 import com.android.mms.ContentRestrictionException;
618 public void checkMessageSize(int increaseSize) throws ContentRestrictionException {
SlideModel.java 34 import com.android.mms.ContentRestrictionException;
279 * @throws ContentRestrictionException when can not add this object.
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 49 import com.android.mms.ContentRestrictionException;
    [all...]

Completed in 261 milliseconds