android项目开发实训总结报告内容摘要:

1 : 0)。 //新增 (times)。 (interval)。 } ////////////////////////////// // end Parcelable apis ////////////////////////////// Android 项目开发实训总结报告 8 ////////////////////////////// // Column definitions ////////////////////////////// public static class Columns implements BaseColumns { /** * The style URL for this table */ public static final Uri CONTENT_URI = ( /** * Hour in 24hour localtime 0 23. * PType: INTEGER/P */ public static final String HOUR = hour。 /** * Minutes in localtime 0 59 * PType: INTEGER/P */ public static final String MINUTES = minutes。 /** * Days of week coded as integer * PType: INTEGER/P */ public static final String DAYS_OF_WEEK = daysofweek。 /** * Alarm time in UTC milliseconds from the epoch. * PType: INTEGER/P */ public static final String ALARM_TIME = alarmtime。 /** * True if alarm is active * PType: BOOLEAN/P */ public static final String ENABLED = enabled。 /** * True if alarm should vibrate * PType: BOOLEAN/P Android 项目开发实训总结报告 9 */ public static final String VIBRATE = vibrate。 /** * Message to show when alarm triggers * Note: not currently used * PType: STRING/P */ public static final String MESSAGE = message。 /** * Audio alert to play when alarm triggers * PType: STRING/P */ public static final String ALERT = alert。 //新增 public static final String TIMES = times。 public static final String INTERVAL = interval。 /** * The default sort order for this table */ public static final String DEFAULT_SORT_ORDER = HOUR + , + MINUTES + ASC。 // Used when filtering enabled alarms. public static final String WHERE_ENABLED = ENABLED + =1。 static final String[] ALARM_QUERY_COLUMNS = { _ID, HOUR, MINUTES, DAYS_OF_WEEK, ALARM_TIME, ENABLED, VIBRATE, MESSAGE, ALERT //新增 ,TIMES,INTERVAL}。 /** * These save calls to () * THEY MUST BE KEPT IN SYNC WITH ABOVE QUERY COLUMNS */ public static final int ALARM_ID_INDEX = 0。 public static final int ALARM_HOUR_INDEX = 1。 public static final int ALARM_MINUTES_INDEX = 2。 public static final int ALARM_DAYS_OF_WEEK_INDEX = 3。 public static final int ALARM_TIME_INDEX = 4。 Android 项目开发实训总结报告 10 public static final int ALARM_ENABLED_INDEX = 5。 public static final int ALARM_VIBRATE_INDEX = 6。 public static final int ALARM_MESSAGE_INDEX = 7。 public static final int A。
阅读剩余 0%
本站所有文章资讯、展示的图片素材等内容均为注册用户上传(部分报媒/平媒内容转载自网络合作媒体),仅供学习参考。 用户通过本站上传、发布的任何内容的知识产权归属用户或原始著作权人所有。如有侵犯您的版权,请联系我们反馈本站将在三个工作日内改正。