HomeSort by relevance Sort by last modified time
    Searched refs:previousScreenType (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/logging/
Logger.java 47 * @param previousScreenType integer identifier of the displayed screen the user came from.
49 public static void logScreenView(Activity activity, int screenType, int previousScreenType) {
52 logger.logScreenViewImpl(screenType, previousScreenType);
56 String tag = ScreenType.getFriendlyName(previousScreenType);
73 public abstract void logScreenViewImpl(int screenType, int previousScreenType);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]

Completed in 183 milliseconds