Home | History | Annotate | Download | only in editor

Lines Matching refs:mEntry

77     private ValuesDelta mEntry;
182 mEntry.markDeleted();
266 return mEntry;
301 mEntry.put(column, value);
327 final String dbValue = mEntry.getAsString(column);
336 setValues(mKind, mEntry, mState, mReadOnly, mViewIdGenerator);
347 mEntry = entry;
371 return mEntry;
410 mEntry.put(mKind.typeColumn, mType.rawValue);
411 mEntry.put(mType.customColumn, customText);
475 mEntry.put(mKind.typeColumn, mType.rawValue);
529 final String customText = mEntry.getAsString(mType.customColumn);
573 text = mEntry.getAsString(mType.customColumn);