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

  /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/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/Contacts/src/com/android/contacts/activities/
PeopleActivity.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]

Completed in 804 milliseconds