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

/packages/apps/Contacts/src/com/android/contacts/logging/
H A DLogger.java39 public static void logScreenView(Activity activity, int screenType) { method in class:Logger
40 logScreenView(activity, screenType, ScreenType.UNKNOWN);
46 public static void logScreenView(Activity activity, int screenType, int previousScreenType) { method in class:Logger
/packages/apps/Dialer/java/com/android/dialer/logging/
H A DLoggingBindings.java63 void logScreenView(com.android.dialer.logging.ScreenEvent.Type screenEvent, Activity activity); method in interface:LoggingBindings
H A DLoggingBindingsStub.java37 public void logScreenView(ScreenEvent.Type screenEvent, Activity activity) {} method in class:LoggingBindingsStub

Completed in 104 milliseconds