Searched refs:OLD_ALARMS_TABLE_NAME (Results 1 – 1 of 1) sorted by relevance
93 db.query(OLD_ALARMS_TABLE_NAME, OLD_TABLE_COLUMNS, null, null, null, null, null) in onUpgrade()126 db.execSQL("DROP TABLE IF EXISTS " + OLD_ALARMS_TABLE_NAME + ";") in onUpgrade()200 const val OLD_ALARMS_TABLE_NAME: String = "alarms" constant