Searched refs:KEY_ALARM_GLOBAL_ID (Results 1 – 1 of 1) sorted by relevance
54 private const val KEY_ALARM_GLOBAL_ID = "intent.extra.alarm.global.id" constant63 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()