Searched refs:ScreenType (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/logging/ |
D | Logger.java | 20 import com.android.contacts.logging.ScreenEvent.ScreenType; 40 logScreenView(activity, screenType, ScreenType.UNKNOWN); in logScreenView()
|
D | ScreenEvent.java | 26 public static class ScreenType { class in ScreenEvent
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | ImplicitIntentsUtil.java | 33 import com.android.contacts.logging.ScreenEvent.ScreenType; 161 QuickContact.MODE_LARGE, ScreenType.UNKNOWN); in getIntentForQuickContactLauncherShortcut()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | DefaultContactBrowseListFragment.java | 175 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/ |
D | DisplayOptionsPreferenceFragment.java | 64 import com.android.contacts.logging.ScreenEvent.ScreenType; 383 ImplicitIntentsUtil.startQuickContact(getActivity(), uri, ScreenType.ME_CONTACT);
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | PeopleActivity.java | 85 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/ |
D | QuickContactActivity.java | 129 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/ |
D | ContactEditorFragment.java | 73 import com.android.contacts.logging.ScreenEvent.ScreenType; 1502 mContext, lookupUri, ScreenType.EDITOR); in onSaveCompleted()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupMembersFragment.java | 798 getActivity(), uri, ScreenEvent.ScreenType.LIST_GROUP); in onItemClick()
|