Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/logging/
DLogger.java20 import com.android.contacts.logging.ScreenEvent.ScreenType;
40 logScreenView(activity, screenType, ScreenType.UNKNOWN); in logScreenView()
DScreenEvent.java26 public static class ScreenType { class in ScreenEvent
/packages/apps/Contacts/src/com/android/contacts/util/
DImplicitIntentsUtil.java33 import com.android.contacts.logging.ScreenEvent.ScreenType;
161 QuickContact.MODE_LARGE, ScreenType.UNKNOWN); in getIntentForQuickContactLauncherShortcut()
/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java172 Logger.logScreenView(mActivity, ScreenEvent.ScreenType.SEARCH);
927 previousScreen = ScreenEvent.ScreenType.SEARCH; in onViewContactAction()
931 previousScreen = ScreenEvent.ScreenType.FAVORITES; in onViewContactAction()
933 previousScreen = ScreenEvent.ScreenType.ALL_CONTACTS; in onViewContactAction()
936 previousScreen = ScreenEvent.ScreenType.LIST_ACCOUNT; in onViewContactAction()
/packages/apps/Contacts/src/com/android/contacts/preference/
DDisplayOptionsPreferenceFragment.java58 import com.android.contacts.logging.ScreenEvent.ScreenType;
362 ImplicitIntentsUtil.startQuickContact(getActivity(), uri, ScreenType.ME_CONTACT);
/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java84 import com.android.contacts.logging.ScreenEvent.ScreenType;
510 this, mRequest.getContactUri(), ScreenType.UNKNOWN); in processIntent()
856 Logger.logScreenView(this, ScreenType.SEARCH_EXIT); in maybeHandleInListFragment()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java129 import com.android.contacts.logging.ScreenEvent.ScreenType;
648 (EXTRA_PREVIOUS_SCREEN_TYPE, ScreenType.UNKNOWN); in onCreate()
649 Logger.logScreenView(this, ScreenType.QUICK_CONTACT, previousScreenType); in onCreate()
2123 (EXTRA_PREVIOUS_SCREEN_TYPE, ScreenType.UNKNOWN); in onBackPressed()
2124 if ((previousScreenType == ScreenType.ALL_CONTACTS in onBackPressed()
2125 || previousScreenType == ScreenType.FAVORITES) in onBackPressed()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java73 import com.android.contacts.logging.ScreenEvent.ScreenType;
1502 mContext, lookupUri, ScreenType.EDITOR); in onSaveCompleted()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersFragment.java799 getActivity(), uri, ScreenEvent.ScreenType.LIST_GROUP); in onItemClick()