Home
last modified time | relevance | path

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

/packages/apps/Contacts/src-bind/com/android/contactsbind/
DFeatureHighlightHelper.java21 public final class FeatureHighlightHelper { class
23 private FeatureHighlightHelper () { in FeatureHighlightHelper() method in FeatureHighlightHelper
/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java97 import com.android.contactsbind.FeatureHighlightHelper;
810 if (FeatureHighlightHelper.tryRemoveHighlight(this)) { in onBackPressed()
/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java79 import com.android.contactsbind.FeatureHighlightHelper;
296 if (FeatureHighlightHelper.showHamburgerFeatureHighlight(mActivity)) { in maybeShowHamburgerFeatureHighlight()