Searched refs:screenType (Results 1 – 2 of 2) sorted by relevance
39 public static void logScreenView(Activity activity, int screenType) { in logScreenView() argument40 logScreenView(activity, screenType, ScreenType.UNKNOWN); in logScreenView()46 public static void logScreenView(Activity activity, int screenType, int previousScreenType) { in logScreenView() argument49 logger.logScreenViewImpl(screenType, previousScreenType); in logScreenView()109 public abstract void logScreenViewImpl(int screenType, int previousScreenType); in logScreenViewImpl() argument
476 ScreenEvent.Type screenType; in sendScreenViewForCurrentPosition() local479 screenType = ScreenEvent.Type.SPEED_DIAL; in sendScreenViewForCurrentPosition()482 screenType = ScreenEvent.Type.CALL_LOG; in sendScreenViewForCurrentPosition()485 screenType = ScreenEvent.Type.ALL_CONTACTS; in sendScreenViewForCurrentPosition()488 screenType = ScreenEvent.Type.VOICEMAIL_LOG; in sendScreenViewForCurrentPosition()493 Logger.get(getActivity()).logScreenView(screenType, getActivity()); in sendScreenViewForCurrentPosition()