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.java175 Logger.logScreenView(mActivity, ScreenEvent.ScreenType.SEARCH);
930 previousScreen = ScreenEvent.ScreenType.SEARCH; in onViewContactAction()
934 previousScreen = ScreenEvent.ScreenType.FAVORITES; in onViewContactAction()
936 previousScreen = ScreenEvent.ScreenType.ALL_CONTACTS; in onViewContactAction()
939 previousScreen = ScreenEvent.ScreenType.LIST_ACCOUNT; in onViewContactAction()
/packages/apps/Contacts/src/com/android/contacts/preference/
DDisplayOptionsPreferenceFragment.java64 import com.android.contacts.logging.ScreenEvent.ScreenType;
383 ImplicitIntentsUtil.startQuickContact(getActivity(), uri, ScreenType.ME_CONTACT);
/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java85 import com.android.contacts.logging.ScreenEvent.ScreenType;
517 this, mRequest.getContactUri(), ScreenType.UNKNOWN); in processIntent()
864 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;
649 (EXTRA_PREVIOUS_SCREEN_TYPE, ScreenType.UNKNOWN); in onCreate()
650 Logger.logScreenView(this, ScreenType.QUICK_CONTACT, previousScreenType); in onCreate()
2128 (EXTRA_PREVIOUS_SCREEN_TYPE, ScreenType.UNKNOWN); in onBackPressed()
2129 if ((previousScreenType == ScreenType.ALL_CONTACTS in onBackPressed()
2130 || 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.java798 getActivity(), uri, ScreenEvent.ScreenType.LIST_GROUP); in onItemClick()