Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/provider/
DClockProvider.kt51 private const val INSTANCES_ID = 4 constant
122 sURIMatcher.addURI(ClockContract.AUTHORITY, "instances/#", INSTANCES_ID)
168 INSTANCES_ID -> { in query()
196 INSTANCES_ID -> "vnd.android.cursor.item/instances" in getType()
217 INSTANCES_ID -> { in update()
264 INSTANCES_ID -> { in delete()
288 if (match == ALARMS || match == INSTANCES || match == ALARMS_ID || match == INSTANCES_ID) { in notifyChange()