Home
last modified time | relevance | path

Searched refs:SEARCH_EXIT (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/logging/
DScreenEvent.java32 public static final int SEARCH_EXIT = 2; field in ScreenEvent.ScreenType
44 case SEARCH_EXIT: return "Search"; in getFriendlyName()
/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java1373 Logger.logScreenView(this, ScreenType.SEARCH_EXIT); in onBackPressed()