Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/list/
DListsFragment.java45 import com.android.dialer.logging.ScreenEvent;
476 ScreenEvent.Type screenType; in sendScreenViewForCurrentPosition()
479 screenType = ScreenEvent.Type.SPEED_DIAL; in sendScreenViewForCurrentPosition()
482 screenType = ScreenEvent.Type.CALL_LOG; in sendScreenViewForCurrentPosition()
485 screenType = ScreenEvent.Type.ALL_CONTACTS; in sendScreenViewForCurrentPosition()
488 screenType = ScreenEvent.Type.VOICEMAIL_LOG; in sendScreenViewForCurrentPosition()
/packages/apps/Dialer/java/com/android/dialer/main/impl/
DMainSearchController.java46 import com.android.dialer.logging.ScreenEvent;
152 Logger.get(activity).logScreenView(ScreenEvent.Type.MAIN_DIALPAD, activity); in showDialpad()
407 Logger.get(activity).logScreenView(ScreenEvent.Type.MAIN_SEARCH, activity); in openSearch()
473 Logger.get(activity).logScreenView(ScreenEvent.Type.SETTINGS, activity); in onMenuItemClicked()
477 Logger.get(activity).logScreenView(ScreenEvent.Type.CLEAR_FREQUENTS, activity); in onMenuItemClicked()
DOldMainActivityPeer.java101 import com.android.dialer.logging.ScreenEvent;
1334 Logger.get(activity).logScreenView(ScreenEvent.Type.MAIN_SPEED_DIAL, activity); in onSpeedDialSelected()
1358 Logger.get(activity).logScreenView(ScreenEvent.Type.MAIN_CALL_LOG, activity); in onCallLogSelected()
1483 Logger.get(activity).logScreenView(ScreenEvent.Type.MAIN_CONTACTS, activity); in onContactsSelected()
1498 Logger.get(activity).logScreenView(ScreenEvent.Type.MAIN_VOICEMAIL, activity); in onVoicemailSelected()
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
DBlockedNumbersSettingsActivity.java23 import com.android.dialer.logging.ScreenEvent;
56 Logger.get(this).logScreenView(ScreenEvent.Type.BLOCKED_NUMBER_MANAGEMENT, this); in showManagementUi()
/packages/apps/Dialer/java/com/android/incallui/
DConferenceManagerFragment.java26 import com.android.dialer.logging.ScreenEvent;
56 Logger.get(getContext()).logScreenView(ScreenEvent.Type.CONFERENCE_MANAGEMENT, getActivity()); in onCreate()
DInCallActivity.java67 import com.android.dialer.logging.ScreenEvent;
835 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL_DIALPAD, this); in showDialpadFragment()
1284 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this); in showMainInCallFragment()
1502 Logger.get(this).logScreenView(ScreenEvent.Type.INCOMING_CALL, this); in showAnswerScreenFragment()
1550 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this); in showInCallScreenFragment()
1577 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this); in showRttCallScreenFragment()
1621 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this); in showVideoCallScreenFragment()
/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/calllog/
DCallLogActivity.java40 import com.android.dialer.logging.ScreenEvent;
191 Logger.get(this).logScreenView(ScreenEvent.Type.CALL_LOG_FILTER, this); in sendScreenViewForChildFragment()
DCallLogListItemViewHolder.java85 import com.android.dialer.logging.ScreenEvent;
1308 Logger.get(context).logScreenView(ScreenEvent.Type.CALL_LOG_CONTEXT_MENU, (Activity) context); in onCreateContextMenu()
/packages/apps/Dialer/java/com/android/dialer/app/
DDialtactsActivity.java112 import com.android.dialer.logging.ScreenEvent;
532 Logger.get(this).logScreenView(ScreenEvent.Type.DIALPAD, this); in onResume()
724 Logger.get(this).logScreenView(ScreenEvent.Type.CLEAR_FREQUENTS, this); in onMenuItemClick()
728 Logger.get(this).logScreenView(ScreenEvent.Type.SETTINGS, this); in onMenuItemClick()
822 Logger.get(this).logScreenView(ScreenEvent.Type.DIALPAD, this); in showDialpadFragment()
/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/
DLoggingBindingsStub.java38 public void logScreenView(ScreenEvent.Type screenEvent, Activity activity) {} in logScreenView()
DLoggingBindings.java65 void logScreenView(com.android.dialer.logging.ScreenEvent.Type screenEvent, Activity activity); in logScreenView()
Dscreen_event.proto11 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.java66 import com.android.contacts.logging.ScreenEvent;
799 getActivity(), uri, ScreenEvent.ScreenType.LIST_GROUP); in onItemClick()
/packages/apps/Contacts/src/com/android/contacts/preference/
DDisplayOptionsPreferenceFragment.java58 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.java73 import com.android.contacts.logging.ScreenEvent.ScreenType;
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java129 import com.android.contacts.logging.ScreenEvent.ScreenType;