Home | History | Annotate | Download | only in editor

Lines Matching refs:StructuredName

29 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
117 String displayName = values.getAsString(StructuredName.DISPLAY_NAME);
129 mSnapshot.put(StructuredName.DISPLAY_NAME, displayName);
136 values.put(StructuredName.DISPLAY_NAME,
137 mSnapshot.getAsString(StructuredName.DISPLAY_NAME));
146 values.put(StructuredName.DISPLAY_NAME, displayName);
150 mSnapshot.put(StructuredName.DISPLAY_NAME, values.getAsString(StructuredName.DISPLAY_NAME));
165 values.putNull(StructuredName.DISPLAY_NAME);
172 values.put(StructuredName.DISPLAY_NAME, displayName);
182 String displayName = values.getAsString(StructuredName.DISPLAY_NAME);