/packages/apps/Contacts/src/com/android/contacts/logging/ |
D | Logger.java | 39 public static void logScreenView(Activity activity, int screenType) { in logScreenView() method in Logger 40 logScreenView(activity, screenType, ScreenType.UNKNOWN); in logScreenView() 46 public static void logScreenView(Activity activity, int screenType, int previousScreenType) { in logScreenView() method in Logger
|
/packages/apps/Dialer/java/com/android/dialer/main/impl/ |
D | MainSearchController.java | 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()
|
D | OldMainActivityPeer.java | 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/incallui/ |
D | InCallActivity.java | 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()
|
D | ConferenceManagerFragment.java | 56 Logger.get(getContext()).logScreenView(ScreenEvent.Type.CONFERENCE_MANAGEMENT, getActivity()); in onCreate()
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | LoggingBindingsStub.java | 38 public void logScreenView(ScreenEvent.Type screenEvent, Activity activity) {} in logScreenView() method in LoggingBindingsStub
|
D | LoggingBindings.java | 65 void logScreenView(com.android.dialer.logging.ScreenEvent.Type screenEvent, Activity activity); in logScreenView() method
|
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/ |
D | BlockedNumbersSettingsActivity.java | 56 Logger.get(this).logScreenView(ScreenEvent.Type.BLOCKED_NUMBER_MANAGEMENT, this); in showManagementUi()
|
/packages/apps/Dialer/java/com/android/dialer/app/ |
D | DialtactsActivity.java | 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/Dialer/java/com/android/dialer/app/calllog/ |
D | CallLogActivity.java | 191 Logger.get(this).logScreenView(ScreenEvent.Type.CALL_LOG_FILTER, this); in sendScreenViewForChildFragment()
|
D | CallLogListItemViewHolder.java | 1308 Logger.get(context).logScreenView(ScreenEvent.Type.CALL_LOG_CONTEXT_MENU, (Activity) context); in onCreateContextMenu()
|
/packages/apps/Dialer/java/com/android/dialer/app/list/ |
D | ListsFragment.java | 493 Logger.get(getActivity()).logScreenView(screenType, getActivity()); in sendScreenViewForCurrentPosition()
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | PeopleActivity.java | 856 Logger.logScreenView(this, ScreenType.SEARCH_EXIT); in maybeHandleInListFragment()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | DefaultContactBrowseListFragment.java | 172 Logger.logScreenView(mActivity, ScreenEvent.ScreenType.SEARCH);
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | QuickContactActivity.java | 649 Logger.logScreenView(this, ScreenType.QUICK_CONTACT, previousScreenType); in onCreate()
|