Home | History | Annotate | Download | only in data

Lines Matching refs:mLabel

69     private String mLabel;
89 mLabel = "";
101 (mLabel != null ? mLabel : "null"),
220 return mLabel;
477 String oldLabel = emptyIfNull(orig.mLabel);
478 String newLabel = emptyIfNull(newContactData.mLabel);
515 c.mLabel = entry.mLabel;
592 entry.mLabel = cursor.getString(PHONE_LABEL_COLUMN);