Searched defs:screenType (Results 1 – 5 of 5) sorted by relevance
42 public static void logScreenView(Activity activity, int screenType) { in logScreenView()49 public static void logScreenView(Activity activity, int screenType, int previousScreenType) { in logScreenView()73 public abstract void logScreenViewImpl(int screenType, int previousScreenType); in logScreenViewImpl()
41 public static String getFriendlyName(int screenType) { in getFriendlyName()
55 public static void logScreenView(int screenType, Activity activity) { in logScreenView()83 public abstract void logScreenViewImpl(int screenType); in logScreenViewImpl()
154 public static String getScreenName(int screenType) { in getScreenName()
461 int screenType; in sendScreenViewForCurrentPosition() local