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()
112 int previousScreenType, int requestCode) { in startQuickContactForResult()
117 int previousScreenType, int requestCode) { in startQuickContact()
135 int previousScreenType) { in composeQuickContactIntent()
144 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.java788 final int previousScreenType = getIntent().getIntExtra in onCreate() local
2331 final int previousScreenType = getIntent().getIntExtra in onBackPressed() local