Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/list/
DListsFragment.java49 import com.android.dialer.logging.ScreenEvent;
422 ScreenEvent.Type screenType; in sendScreenViewForCurrentPosition()
425 screenType = ScreenEvent.Type.SPEED_DIAL; in sendScreenViewForCurrentPosition()
428 screenType = ScreenEvent.Type.CALL_LOG; in sendScreenViewForCurrentPosition()
431 screenType = ScreenEvent.Type.ALL_CONTACTS; in sendScreenViewForCurrentPosition()
434 screenType = ScreenEvent.Type.VOICEMAIL_LOG; in sendScreenViewForCurrentPosition()
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
DBlockedNumbersSettingsActivity.java25 import com.android.dialer.logging.ScreenEvent;
59 Logger.get(this).logScreenView(ScreenEvent.Type.BLOCKED_NUMBER_MANAGEMENT, this); in showManagementUi()
80 Logger.get(this).logScreenView(ScreenEvent.Type.BLOCKED_NUMBER_ADD_NUMBER, this); in showSearchUi()
/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java41 import com.android.dialer.logging.ScreenEvent;
564 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this); in showMainInCallFragment()
663 Logger.get(this).logScreenView(ScreenEvent.Type.INCOMING_CALL, this); in showAnswerScreenFragment()
709 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this); in showInCallScreenFragment()
745 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this); in showVideoCallScreenFragment()
DConferenceManagerFragment.java26 import com.android.dialer.logging.ScreenEvent;
56 Logger.get(getContext()).logScreenView(ScreenEvent.Type.CONFERENCE_MANAGEMENT, getActivity()); in onCreate()
DInCallActivityCommon.java54 import com.android.dialer.logging.ScreenEvent;
742 Logger.get(inCallActivity).logScreenView(ScreenEvent.Type.INCALL_DIALPAD, inCallActivity); in performShowDialpadFragment()
/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java70 import com.android.contacts.logging.ScreenEvent;
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/Dialer/java/com/android/dialer/app/
DDialtactsActivity.java106 import com.android.dialer.logging.ScreenEvent;
550 Logger.get(this).logScreenView(ScreenEvent.Type.DIALPAD, this); in onResume()
751 Logger.get(this).logScreenView(ScreenEvent.Type.CLEAR_FREQUENTS, this); in onMenuItemClick()
755 Logger.get(this).logScreenView(ScreenEvent.Type.SETTINGS, this); in onMenuItemClick()
843 Logger.get(this).logScreenView(ScreenEvent.Type.DIALPAD, this); in showDialpadFragment()
1203 Logger.get(this).logScreenView(ScreenEvent.Type.SMART_DIAL_SEARCH, this); in enterSearchUi()
1205 Logger.get(this).logScreenView(ScreenEvent.Type.REGULAR_SEARCH, this); in enterSearchUi()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogActivity.java40 import com.android.dialer.logging.ScreenEvent;
176 Logger.get(this).logScreenView(ScreenEvent.Type.CALL_LOG_FILTER, this); in sendScreenViewForChildFragment()
DCallLogListItemViewHolder.java84 import com.android.dialer.logging.ScreenEvent;
1137 Logger.get(mContext).logScreenView(ScreenEvent.Type.CALL_LOG_CONTEXT_MENU, (Activity) mContext); in onCreateContextMenu()
/packages/apps/Contacts/src/com/android/contacts/logging/
DScreenEvent.java22 public class ScreenEvent { class
DLogger.java20 import com.android.contacts.logging.ScreenEvent.ScreenType;
/packages/apps/Dialer/java/com/android/dialer/logging/
DLoggingBindings.java63 void logScreenView(com.android.dialer.logging.ScreenEvent.Type screenEvent, Activity activity); in logScreenView()
DLoggingBindingsStub.java37 public void logScreenView(ScreenEvent.Type screenEvent, Activity activity) {} in logScreenView()
Dscreen_event.proto9 message ScreenEvent { message
/packages/apps/Contacts/src/com/android/contacts/util/
DImplicitIntentsUtil.java33 import com.android.contacts.logging.ScreenEvent.ScreenType;
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersFragment.java67 import com.android.contacts.logging.ScreenEvent;
807 getActivity(), uri, ScreenEvent.ScreenType.LIST_GROUP); in onItemClick()
/packages/apps/Contacts/src/com/android/contacts/preference/
DDisplayOptionsPreferenceFragment.java55 import com.android.contacts.logging.ScreenEvent.ScreenType;
/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java84 import com.android.contacts.logging.ScreenEvent.ScreenType;
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java70 import com.android.contacts.logging.ScreenEvent.ScreenType;
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java137 import com.android.contacts.logging.ScreenEvent.ScreenType;