Searched refs:previousScreenType (Results 1 - 2 of 2) 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
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java930 final int previousScreenType = getIntent().getIntExtra
932 Logger.logScreenView(this, ScreenType.QUICK_CONTACT, previousScreenType);

Completed in 105 milliseconds