Searched refs:ScreenEvent (Results 1 - 19 of 19) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/logging/
H A DScreenEvent.java22 public class ScreenEvent { class
24 // Should match ContactsExtension.ScreenEvent.ScreenType values in
H A DLogger.java20 import com.android.contacts.logging.ScreenEvent.ScreenType;
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
H A DBlockedNumbersSettingsActivity.java25 import com.android.dialer.logging.ScreenEvent;
60 Logger.get(this).logScreenView(ScreenEvent.Type.BLOCKED_NUMBER_MANAGEMENT, this);
81 Logger.get(this).logScreenView(ScreenEvent.Type.BLOCKED_NUMBER_ADD_NUMBER, this);
/packages/apps/Dialer/java/com/android/dialer/logging/
H A DLoggingBindings.java61 * @see com.android.dialer.logging.ScreenEvent
63 void logScreenView(com.android.dialer.logging.ScreenEvent.Type screenEvent, Activity activity);
H A DLoggingBindingsStub.java37 public void logScreenView(ScreenEvent.Type screenEvent, Activity activity) {}
/packages/apps/Dialer/java/com/android/incallui/
H A DConferenceManagerFragment.java26 import com.android.dialer.logging.ScreenEvent;
56 Logger.get(getContext()).logScreenView(ScreenEvent.Type.CONFERENCE_MANAGEMENT, getActivity());
H A DInCallActivity.java64 import com.android.dialer.logging.ScreenEvent;
808 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL_DIALPAD, this);
1279 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this);
1400 Logger.get(this).logScreenView(ScreenEvent.Type.INCOMING_CALL, this);
1447 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this);
1474 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this);
1511 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this);
/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DListsFragment.java45 import com.android.dialer.logging.ScreenEvent;
479 ScreenEvent.Type screenType;
482 screenType = ScreenEvent.Type.SPEED_DIAL;
485 screenType = ScreenEvent.Type.CALL_LOG;
488 screenType = ScreenEvent.Type.ALL_CONTACTS;
491 screenType = ScreenEvent.Type.VOICEMAIL_LOG;
/packages/apps/Dialer/java/com/android/dialer/main/impl/
H A DMainSearchController.java46 import com.android.dialer.logging.ScreenEvent;
428 Logger.get(mainActivity).logScreenView(ScreenEvent.Type.SETTINGS, mainActivity);
432 Logger.get(mainActivity).logScreenView(ScreenEvent.Type.CLEAR_FREQUENTS, mainActivity);
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogActivity.java41 import com.android.dialer.logging.ScreenEvent;
192 Logger.get(this).logScreenView(ScreenEvent.Type.CALL_LOG_FILTER, this);
H A DCallLogListItemViewHolder.java90 import com.android.dialer.logging.ScreenEvent;
1313 Logger.get(context).logScreenView(ScreenEvent.Type.CALL_LOG_CONTEXT_MENU, (Activity) context);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DDefaultContactBrowseListFragment.java70 import com.android.contacts.logging.ScreenEvent;
172 Logger.logScreenView(mActivity, ScreenEvent.ScreenType.SEARCH);
927 previousScreen = ScreenEvent.ScreenType.SEARCH;
931 previousScreen = ScreenEvent.ScreenType.FAVORITES;
933 previousScreen = ScreenEvent.ScreenType.ALL_CONTACTS;
936 previousScreen = ScreenEvent.ScreenType.LIST_ACCOUNT;
/packages/apps/Contacts/src/com/android/contacts/util/
H A DImplicitIntentsUtil.java33 import com.android.contacts.logging.ScreenEvent.ScreenType;
/packages/apps/Dialer/java/com/android/dialer/app/
H A DDialtactsActivity.java119 import com.android.dialer.logging.ScreenEvent;
563 Logger.get(this).logScreenView(ScreenEvent.Type.DIALPAD, this);
794 Logger.get(this).logScreenView(ScreenEvent.Type.CLEAR_FREQUENTS, this);
798 Logger.get(this).logScreenView(ScreenEvent.Type.SETTINGS, this);
895 Logger.get(this).logScreenView(ScreenEvent.Type.DIALPAD, this);
1292 Logger.get(this).logScreenView(ScreenEvent.Type.SMART_DIAL_SEARCH, this);
1294 Logger.get(this).logScreenView(ScreenEvent.Type.REGULAR_SEARCH, this);
/packages/apps/Contacts/src/com/android/contacts/preference/
H A DDisplayOptionsPreferenceFragment.java58 import com.android.contacts.logging.ScreenEvent.ScreenType;
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupMembersFragment.java67 import com.android.contacts.logging.ScreenEvent;
807 getActivity(), uri, ScreenEvent.ScreenType.LIST_GROUP);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java84 import com.android.contacts.logging.ScreenEvent.ScreenType;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java71 import com.android.contacts.logging.ScreenEvent.ScreenType;
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java138 import com.android.contacts.logging.ScreenEvent.ScreenType;

Completed in 1088 milliseconds