Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DImplicitIntentsUtil.java104 int previousScreenType) { in startQuickContact()
116 int previousScreenType) { in composeQuickContactIntent()
125 int mode, int previousScreenType) { in composeQuickContactIntent()
/packages/apps/Contacts/src/com/android/contacts/logging/
DLogger.java46 public static void logScreenView(Activity activity, int screenType, int previousScreenType) { in logScreenView()
109 public abstract void logScreenViewImpl(int screenType, int previousScreenType); in logScreenViewImpl()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java647 final int previousScreenType = getIntent().getIntExtra in onCreate() local
2122 final int previousScreenType = getIntent().getIntExtra in onBackPressed() local