Home | History | Annotate | Download | only in deskclock

Lines Matching defs:rowId

143         long rowId = 0;
149 rowId = Long.parseLong(segment);
150 count = db.update("alarms", values, "_id=" + rowId, null);
158 if (Log.LOGV) Log.v("*** notifyChange() rowId: " + rowId + " url " + url);
172 long rowId = db.insert("alarms", Alarm.Columns.MESSAGE, values);
173 if (rowId < 0) {
176 if (Log.LOGV) Log.v("Added alarm rowId = " + rowId);
178 Uri newUrl = ContentUris.withAppendedId(Alarm.Columns.CONTENT_URI, rowId);
186 long rowId = 0;
193 rowId = Long.parseLong(segment);