OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
{
MmsConfig.java
317
throw new
ContentRestrictionException
(err);
/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
;
45
throws
ContentRestrictionException
{
47
throw new
ContentRestrictionException
("Negative message size"
57
public void checkResolution(int width, int height) throws
ContentRestrictionException
{
64
throws
ContentRestrictionException
{
66
throw new
ContentRestrictionException
("Null content type to be check");
76
throws
ContentRestrictionException
{
78
throw new
ContentRestrictionException
("Null content type to be check");
88
throws
ContentRestrictionException
{
90
throw new
ContentRestrictionException
("Null content type to be check")
[
all
...]
AudioModel.java
20
import com.android.mms.
ContentRestrictionException
;
159
protected void checkContentRestriction() throws
ContentRestrictionException
{
VideoModel.java
20
import com.android.mms.
ContentRestrictionException
;
132
protected void checkContentRestriction() throws
ContentRestrictionException
{
ImageModel.java
20
import com.android.mms.
ContentRestrictionException
;
129
protected void checkContentRestriction() throws
ContentRestrictionException
{
SlideshowModel.java
21
import com.android.mms.
ContentRestrictionException
;
548
public void checkMessageSize(int increaseSize) throws
ContentRestrictionException
{
SlideModel.java
20
import com.android.mms.
ContentRestrictionException
;
270
* @throws
ContentRestrictionException
when can not add this object.
Completed in 68 milliseconds