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 | 172 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/ |
D | DisplayOptionsPreferenceFragment.java | 58 import com.android.contacts.logging.ScreenEvent.ScreenType; 362 ImplicitIntentsUtil.startQuickContact(getActivity(), uri, ScreenType.ME_CONTACT);
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | PeopleActivity.java | 84 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/ |
D | QuickContactActivity.java | 129 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/ |
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 | 799 getActivity(), uri, ScreenEvent.ScreenType.LIST_GROUP); in onItemClick()
|