Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
DContactPickerFragmentTest.java83 private ContactPickerFragmentTest initFragment(final int initialMode) { in initFragment() method in ContactPickerFragmentTest
142 initFragment(ContactPickerFragment.MODE_PICK_INITIAL_CONTACT); in testInitialState()
157 initFragment(ContactPickerFragment.MODE_PICK_INITIAL_CONTACT) in testLoadAllContactsList()
169 initFragment(ContactPickerFragment.MODE_PICK_INITIAL_CONTACT) in testLoadFrequentContactsList()
178 initFragment(ContactPickerFragment.MODE_PICK_INITIAL_CONTACT) in testPickInitialContact()
198 initFragment(ContactPickerFragment.MODE_CHIPS_ONLY) in testLeaveChipsMode()
211 initFragment(ContactPickerFragment.MODE_PICK_MORE_CONTACTS) in testPickMoreContacts()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/
DMediaPickerTest.java67 private void initFragment(final int supportedMediaTypes, final Integer[] expectedLoaderIds, in initFragment() method in MediaPickerTest
99 initFragment(MediaPicker.MEDIA_TYPE_ALL, new Integer[] { in testDefaultTabs()
116 initFragment(MediaPicker.MEDIA_TYPE_IMAGE, new Integer[] { in testFilterTabsBeforeAttach()