Searched defs:previousScreenType (Results 1 – 2 of 2) sorted by relevance
49 public static void logScreenView(Activity activity, int screenType, int previousScreenType) { in logScreenView()73 public abstract void logScreenViewImpl(int screenType, int previousScreenType); in logScreenViewImpl()
930 final int previousScreenType = getIntent().getIntExtra in onCreate() local