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

  /packages/apps/Contacts/src/com/android/contacts/util/
ImplicitIntentsUtil.java 104 int previousScreenType) {
105 startQuickContact(activity, contactLookupUri, previousScreenType, /* requestCode */ -1);
112 int previousScreenType, int requestCode) {
113 startQuickContact(activity, contactLookupUri, previousScreenType, requestCode);
117 int previousScreenType, int requestCode) {
119 activity, contactLookupUri, previousScreenType);
135 int previousScreenType) {
137 QuickContactActivity.MODE_FULLY_EXPANDED, previousScreenType);
144 int mode, int previousScreenType) {
151 intent.putExtra(QuickContactActivity.EXTRA_PREVIOUS_SCREEN_TYPE, previousScreenType);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/logging/
Logger.java 44 * @param previousScreenType integer identifier of the displayed screen the user came from.
46 public static void logScreenView(Activity activity, int screenType, int previousScreenType) {
49 logger.logScreenViewImpl(screenType, previousScreenType);
109 public abstract void logScreenViewImpl(int screenType, int previousScreenType);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]

Completed in 549 milliseconds