Home
last modified time | relevance | path

Searched refs:KEY_ALARM_GLOBAL_ID (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DSettingsDAO.kt54 private const val KEY_ALARM_GLOBAL_ID = "intent.extra.alarm.global.id" constant
63 return prefs.getInt(KEY_ALARM_GLOBAL_ID, -1) in getGlobalIntentId()
70 val globalId: Int = prefs.getInt(KEY_ALARM_GLOBAL_ID, -1) + 1 in updateGlobalIntentId()
71 prefs.edit().putInt(KEY_ALARM_GLOBAL_ID, globalId).apply() in updateGlobalIntentId()