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