Searched refs:logScreenView (Results 1 – 10 of 10) sorted by relevance
/packages/apps/ContactsCommon/src/com/android/contacts/common/logging/ |
D | Logger.java | 42 public static void logScreenView(Activity activity, int screenType) { in logScreenView() method in Logger 43 logScreenView(activity, screenType, ScreenType.UNKNOWN); in logScreenView() 49 public static void logScreenView(Activity activity, int screenType, int previousScreenType) { in logScreenView() method in Logger
|
/packages/apps/Dialer/src/com/android/dialer/filterednumber/ |
D | BlockedNumbersSettingsActivity.java | 75 Logger.logScreenView(ScreenEvent.BLOCKED_NUMBER_MANAGEMENT, this); in showManagementUi() 97 Logger.logScreenView(ScreenEvent.BLOCKED_NUMBER_ADD_NUMBER, this); in showSearchUi()
|
/packages/apps/Dialer/src/com/android/dialer/ |
D | DialtactsActivity.java | 530 Logger.logScreenView(ScreenEvent.DIALPAD, this); in onResume() 681 Logger.logScreenView(ScreenEvent.IMPORT_EXPORT_CONTACTS, this); in onMenuItemClick() 685 Logger.logScreenView(ScreenEvent.CLEAR_FREQUENTS, this); in onMenuItemClick() 689 Logger.logScreenView(ScreenEvent.SETTINGS, this); in onMenuItemClick() 748 Logger.logScreenView(ScreenEvent.DIALPAD, this); in showDialpadFragment() 1067 Logger.logScreenView(ScreenEvent.SMART_DIAL_SEARCH, this); in enterSearchUi() 1069 Logger.logScreenView(ScreenEvent.REGULAR_SEARCH, this); in enterSearchUi()
|
/packages/apps/Dialer/src/com/android/dialer/logging/ |
D | Logger.java | 55 public static void logScreenView(int screenType, Activity activity) { in logScreenView() method in Logger
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | CallLogActivity.java | 226 Logger.logScreenView(ScreenEvent.CALL_LOG_FILTER, this); in sendScreenViewForChildFragment()
|
D | CallLogListItemViewHolder.java | 368 Logger.logScreenView(ScreenEvent.CALL_LOG_CONTEXT_MENU, (Activity) mContext); in onCreateContextMenu()
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
D | ListsFragment.java | 477 Logger.logScreenView(screenType, getActivity()); in sendScreenViewForCurrentPosition()
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | PeopleActivity.java | 561 Logger.logScreenView(this, ScreenType.SEARCH); in onAction() 1373 Logger.logScreenView(this, ScreenType.SEARCH_EXIT); in onBackPressed()
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | InCallActivity.java | 719 Logger.logScreenView(getScreenTypeForTag(tag), this); in showFragment()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | QuickContactActivity.java | 930 Logger.logScreenView(this, ScreenType.QUICK_CONTACT, previousScreenType); in onCreate()
|