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

/packages/apps/ContactsCommon/src/com/android/contacts/common/logging/
H A DLogger.java47 * @param previousScreenType integer identifier of the displayed screen the user came from.
49 public static void logScreenView(Activity activity, int screenType, int previousScreenType) { argument
52 logger.logScreenViewImpl(screenType, previousScreenType);
56 String tag = ScreenType.getFriendlyName(previousScreenType);
73 public abstract void logScreenViewImpl(int screenType, int previousScreenType); argument

Completed in 864 milliseconds