33293330333133323333333433353336333733383339
protected void markDirtyInt() { isDirty_ = true; if (!isQueued_) { DatabaseTransaction txn = getParentDatabase().getTransaction(); if (txn != null) { txn.queueUpdate(this); isQueued_ = true; } } }