Home
last modified time | relevance | path

Searched defs:logScreenView (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/logging/
DLogger.java39 public static void logScreenView(Activity activity, int screenType) { in logScreenView() method in Logger
46 public static void logScreenView(Activity activity, int screenType, int previousScreenType) { in logScreenView() method in Logger
/packages/apps/Dialer/java/com/android/dialer/logging/
DLoggingBindingsStub.java38 public void logScreenView(ScreenEvent.Type screenEvent, Activity activity) {} in logScreenView() method in LoggingBindingsStub
DLoggingBindings.java65 void logScreenView(com.android.dialer.logging.ScreenEvent.Type screenEvent, Activity activity); in logScreenView() method