Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/provider/
DClockProvider.kt49 private const val ALARMS_ID = 2 constant
120 sURIMatcher.addURI(ClockContract.AUTHORITY, "alarms/#", ALARMS_ID)
162 ALARMS_ID -> { in query()
194 ALARMS_ID -> "vnd.android.cursor.item/alarms" in getType()
211 ALARMS_ID -> { in update()
253 ALARMS_ID -> { in delete()
288 if (match == ALARMS || match == INSTANCES || match == ALARMS_ID || match == INSTANCES_ID) { in notifyChange()