Searched defs:screenType (Results 1 – 2 of 2) sorted by relevance
39 public static void logScreenView(Activity activity, int screenType) { in logScreenView()46 public static void logScreenView(Activity activity, int screenType, int previousScreenType) { in logScreenView()109 public abstract void logScreenViewImpl(int screenType, int previousScreenType); in logScreenViewImpl()
476 ScreenEvent.Type screenType; in sendScreenViewForCurrentPosition() local