Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactSelectionActivity.java353 JoinContactListFragment joinFragment = new JoinContactListFragment(); in configureListFragment() local
354 joinFragment.setTargetContactId(getTargetContactId()); in configureListFragment()
355 joinFragment.setListType(ListEvent.ListType.PICK_JOIN); in configureListFragment()
356 mListFragment = joinFragment; in configureListFragment()