HomeSort by relevance Sort by last modified time
    Searched refs:ScreenEvent (Results 1 - 19 of 19) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/logging/
ScreenEvent.java 22 public class ScreenEvent {
24 // Should match ContactsExtension.ScreenEvent.ScreenType values in
Logger.java 20 import com.android.contacts.logging.ScreenEvent.ScreenType;
  /packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
BlockedNumbersSettingsActivity.java 25 import com.android.dialer.logging.ScreenEvent;
59 Logger.get(this).logScreenView(ScreenEvent.Type.BLOCKED_NUMBER_MANAGEMENT, this);
80 Logger.get(this).logScreenView(ScreenEvent.Type.BLOCKED_NUMBER_ADD_NUMBER, this);
  /packages/apps/Dialer/java/com/android/dialer/logging/
LoggingBindings.java 59 * @param screenEvent an integer representing the displayed screen.
61 * @see com.android.dialer.logging.ScreenEvent
63 void logScreenView(com.android.dialer.logging.ScreenEvent.Type screenEvent, Activity activity);
LoggingBindingsStub.java 37 public void logScreenView(ScreenEvent.Type screenEvent, Activity activity) {}
  /packages/apps/Dialer/java/com/android/incallui/
ConferenceManagerFragment.java 26 import com.android.dialer.logging.ScreenEvent;
56 Logger.get(getContext()).logScreenView(ScreenEvent.Type.CONFERENCE_MANAGEMENT, getActivity());
InCallActivity.java 41 import com.android.dialer.logging.ScreenEvent;
564 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this);
663 Logger.get(this).logScreenView(ScreenEvent.Type.INCOMING_CALL, this);
709 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this);
745 Logger.get(this).logScreenView(ScreenEvent.Type.INCALL, this);
InCallActivityCommon.java 54 import com.android.dialer.logging.ScreenEvent;
742 Logger.get(inCallActivity).logScreenView(ScreenEvent.Type.INCALL_DIALPAD, inCallActivity);
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/list/
ListsFragment.java 49 import com.android.dialer.logging.ScreenEvent;
422 ScreenEvent.Type screenType;
425 screenType = ScreenEvent.Type.SPEED_DIAL;
428 screenType = ScreenEvent.Type.CALL_LOG;
431 screenType = ScreenEvent.Type.ALL_CONTACTS;
434 screenType = ScreenEvent.Type.VOICEMAIL_LOG;
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogActivity.java 40 import com.android.dialer.logging.ScreenEvent;
176 Logger.get(this).logScreenView(ScreenEvent.Type.CALL_LOG_FILTER, this);
CallLogListItemViewHolder.java 84 import com.android.dialer.logging.ScreenEvent;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 70 import com.android.contacts.logging.ScreenEvent;
172 Logger.logScreenView(mActivity, ScreenEvent.ScreenType.SEARCH);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
ImplicitIntentsUtil.java 33 import com.android.contacts.logging.ScreenEvent.ScreenType;
  /packages/apps/Dialer/java/com/android/dialer/app/
DialtactsActivity.java 106 import com.android.dialer.logging.ScreenEvent;
550 Logger.get(this).logScreenView(ScreenEvent.Type.DIALPAD, this);
751 Logger.get(this).logScreenView(ScreenEvent.Type.CLEAR_FREQUENTS, this);
755 Logger.get(this).logScreenView(ScreenEvent.Type.SETTINGS, this);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/preference/
DisplayOptionsPreferenceFragment.java 55 import com.android.contacts.logging.ScreenEvent.ScreenType;
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupMembersFragment.java 67 import com.android.contacts.logging.ScreenEvent;
807 getActivity(), uri, ScreenEvent.ScreenType.LIST_GROUP);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 84 import com.android.contacts.logging.ScreenEvent.ScreenType;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 70 import com.android.contacts.logging.ScreenEvent.ScreenType;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 137 import com.android.contacts.logging.ScreenEvent.ScreenType;
    [all...]

Completed in 365 milliseconds