Searched refs:mCachedCp2DataCardModel (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java303 private Cp2DataCardModel mCachedCp2DataCardModel; field in class:QuickContactActivity
1021 mCachedCp2DataCardModel = null;
1253 populateContactAndAboutCard(mCachedCp2DataCardModel, /* shouldAddPhoneticName */ false);
1258 // we don't need to do this. And, mCachedCp2DataCardModel will be null, so we won't.
1259 if (mCachedCp2DataCardModel != null) {
1261 startInteractionLoaders(mCachedCp2DataCardModel);
1275 mCachedCp2DataCardModel = cp2DataCardModel;
1304 // But if mCachedCp2DataCardModel is passed to this method (e.g. returning from editor

Completed in 31 milliseconds