danger.audio
Interface ToneGallery.Errors

Enclosing class:
ToneGallery


public static interface ToneGallery.Errors


Field Summary
static int BAD_FORMAT
          Something's wrong with the format.
static int DELETE_CANCELED
          delete ringtone dialog canceled
static int DUPLICATE_ID
          id paramter passed duplicated
static int MAX_STORED_REACHED
          max stored tone reached
static int NOT_FOUND
          not found
static int NOT_SETUP
          not setup.
static int NULL_OBJECT
          parameter null, not expected
static int OBJECT_TOO_LARGE
          parameter passed too large
static int OK
          everything ok
 

Field Detail

OK

static final int OK
everything ok

See Also:
Constant Field Values

MAX_STORED_REACHED

static final int MAX_STORED_REACHED
max stored tone reached

See Also:
Constant Field Values

BAD_FORMAT

static final int BAD_FORMAT
Something's wrong with the format. Corrupt data?

See Also:
Constant Field Values

NOT_FOUND

static final int NOT_FOUND
not found

See Also:
Constant Field Values

NOT_SETUP

static final int NOT_SETUP
not setup. Out of order calls

See Also:
Constant Field Values

NULL_OBJECT

static final int NULL_OBJECT
parameter null, not expected

See Also:
Constant Field Values

OBJECT_TOO_LARGE

static final int OBJECT_TOO_LARGE
parameter passed too large

See Also:
Constant Field Values

DUPLICATE_ID

static final int DUPLICATE_ID
id paramter passed duplicated

See Also:
Constant Field Values

DELETE_CANCELED

static final int DELETE_CANCELED
delete ringtone dialog canceled

See Also:
Constant Field Values