Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DImplicitIntentsUtil.java104 int previousScreenType) { in startQuickContact() argument
106 activity, contactLookupUri, previousScreenType); in startQuickContact()
116 int previousScreenType) { in composeQuickContactIntent() argument
118 QuickContactActivity.MODE_FULLY_EXPANDED, previousScreenType); in composeQuickContactIntent()
125 int mode, int previousScreenType) { in composeQuickContactIntent() argument
132 intent.putExtra(QuickContactActivity.EXTRA_PREVIOUS_SCREEN_TYPE, 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() argument
49 logger.logScreenViewImpl(screenType, previousScreenType); in logScreenView()
109 public abstract void logScreenViewImpl(int screenType, int previousScreenType); in logScreenViewImpl() argument
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java647 final int previousScreenType = getIntent().getIntExtra in onCreate() local
649 Logger.logScreenView(this, ScreenType.QUICK_CONTACT, previousScreenType); in onCreate()
2122 final int previousScreenType = getIntent().getIntExtra in onBackPressed() local
2124 if ((previousScreenType == ScreenType.ALL_CONTACTS in onBackPressed()
2125 || previousScreenType == ScreenType.FAVORITES) in onBackPressed()