| cyanogenmod.alarmclock.ClockContract.AlarmSettingColumns |
Known Indirect Subclasses
|
Constants for tables with AlarmSettings.
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NO_RINGTONE | This string is used to indicate no ringtone. | ||||||||||
| NO_RINGTONE_URI | This string is used to indicate no ringtone. | ||||||||||
True if alarm should start off quiet and slowly increase volume
Type: BOOLEAN
Alarm label.
Type: STRING
Profile to change to when alarm triggers
Type: STRING
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
True if alarm should vibrate
Type: BOOLEAN
This string is used to indicate no ringtone.
This string is used to indicate no ringtone.