Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/logging/
DLogger.java49 public static void logScreenView(Activity activity, int screenType, int previousScreenType) { in logScreenView()
73 public abstract void logScreenViewImpl(int screenType, int previousScreenType); in logScreenViewImpl()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java930 final int previousScreenType = getIntent().getIntExtra in onCreate() local