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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java271 private String mReferrer; field in class:QuickContactActivity
443 Logger.logQuickContactEvent(mReferrer, mContactType,
803 mReferrer = getCallingPackage();
804 if (mReferrer == null && CompatUtils.isLollipopMr1Compatible() && getReferrer() != null) {
805 mReferrer = getReferrer().getAuthority();
1109 Logger.logQuickContactEvent(mReferrer, newContactType, CardType.UNKNOWN_CARD,
1304 Logger.logQuickContactEvent(mReferrer, mContactType, CardType.CONTACT,
1376 Logger.logQuickContactEvent(mReferrer, mContactType, CardType.ABOUT,
1439 Logger.logQuickContactEvent(mReferrer, mContactType, CardType.NO_CONTACT,
2529 Logger.logQuickContactEvent(mReferrer, mContactTyp
[all...]

Completed in 25 milliseconds