Searched refs:dupSelector (Results 1 – 2 of 2) sorted by relevance
244 String dupSelector = AlarmInstance.ALARM_ID + " = " + instance.mAlarmId; in addInstance() local245 for (AlarmInstance otherInstances : getInstances(contentResolver, dupSelector)) { in addInstance()
477 val dupSelector = InstancesColumns.ALARM_ID + " = " + instance.mAlarmId in addInstance() constant478 for (otherInstances in getInstances(contentResolver, dupSelector)) { in addInstance()