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

  /packages/apps/Contacts/src/com/android/contacts/logging/
Logger.java 39 public static void logScreenView(Activity activity, int screenType) {
40 logScreenView(activity, screenType, ScreenType.UNKNOWN);
46 public static void logScreenView(Activity activity, int screenType, int previousScreenType) {
  /packages/apps/Dialer/java/com/android/dialer/logging/
LoggingBindings.java 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/dialer/app/filterednumber/
BlockedNumbersSettingsActivity.java 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/incallui/
ConferenceManagerFragment.java 56 Logger.get(getContext()).logScreenView(ScreenEvent.Type.CONFERENCE_MANAGEMENT, getActivity());
InCallActivity.java 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 742 Logger.get(inCallActivity).logScreenView(ScreenEvent.Type.INCALL_DIALPAD, inCallActivity);
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogActivity.java 176 Logger.get(this).logScreenView(ScreenEvent.Type.CALL_LOG_FILTER, this);
CallLogListItemViewHolder.java     [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/
DialtactsActivity.java 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/Dialer/java/com/android/dialer/app/list/
ListsFragment.java 439 Logger.get(getActivity()).logScreenView(screenType, getActivity());
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 172 Logger.logScreenView(mActivity, ScreenEvent.ScreenType.SEARCH);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]

Completed in 622 milliseconds