public static interface

ClockContract.AlarmSettingColumns

implements BaseColumns
cyanogenmod.alarmclock.ClockContract.AlarmSettingColumns
Known Indirect Subclasses

Class Overview

Constants for tables with AlarmSettings.

Summary

Constants
String INCREASING_VOLUME True if alarm should start off quiet and slowly increase volume

Type: BOOLEAN

String LABEL Alarm label.
String PROFILE Profile to change to when alarm triggers

Type: STRING

String RINGTONE Audio alert to play when alarm triggers.
String VIBRATE True if alarm should vibrate

Type: BOOLEAN

[Expand]
Inherited Constants
From interface android.provider.BaseColumns
Fields
public static final String NO_RINGTONE This string is used to indicate no ringtone.
public static final Uri NO_RINGTONE_URI This string is used to indicate no ringtone.

Constants

public static final String INCREASING_VOLUME

Added in API level 2

True if alarm should start off quiet and slowly increase volume

Type: BOOLEAN

Constant Value: "incvol"

public static final String LABEL

Added in API level 2

Alarm label.

Type: STRING

Constant Value: "label"

public static final String PROFILE

Added in API level 2

Profile to change to when alarm triggers

Type: STRING

Constant Value: "profile"

public static final String RINGTONE

Added in API level 2

Audio alert to play when alarm triggers. Null entry means use system default and entry that equal Uri.EMPTY.toString() means no ringtone.

Type: STRING

Constant Value: "ringtone"

public static final String VIBRATE

Added in API level 2

True if alarm should vibrate

Type: BOOLEAN

Constant Value: "vibrate"

Fields

public static final String NO_RINGTONE

Added in API level 2

This string is used to indicate no ringtone.

public static final Uri NO_RINGTONE_URI

Added in API level 2

This string is used to indicate no ringtone.