Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java266 private String mReferrer; field in QuickContactActivity
440 Logger.logQuickContactEvent(mReferrer, mContactType,
792 mReferrer = getCallingPackage(); in onCreate()
793 if (mReferrer == null && CompatUtils.isLollipopMr1Compatible() && getReferrer() != null) { in onCreate()
794 mReferrer = getReferrer().getAuthority(); in onCreate()
1098 Logger.logQuickContactEvent(mReferrer, newContactType, CardType.UNKNOWN_CARD, in bindContactData()
1293 Logger.logQuickContactEvent(mReferrer, mContactType, CardType.CONTACT, in populateContactAndAboutCard()
1364 Logger.logQuickContactEvent(mReferrer, mContactType, CardType.ABOUT, in populateContactAndAboutCard()
1425 Logger.logQuickContactEvent(mReferrer, mContactType, CardType.NO_CONTACT, in initializeNoContactDetailCard()
2475 Logger.logQuickContactEvent(mReferrer, mContactType, CardType.RECENT, in bindRecentData()
[all …]