Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/provider/
DAlarmInstance.kt478 for (otherInstances in getInstances(contentResolver, dupSelector)) { in addInstance() constant
479 if (otherInstances.alarmTime == instance.alarmTime) { in addInstance()
481 otherInstances + " to " + instance) in addInstance()
483 instance.mId = otherInstances.mId in addInstance()