OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PostalAddressPickerFragment
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/list/
PostalAddressPickerFragment.java
31
public class
PostalAddressPickerFragment
35
public
PostalAddressPickerFragment
() {
/packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java
63
import com.android.contacts.list.
PostalAddressPickerFragment
;
340
PostalAddressPickerFragment
fragment = new
PostalAddressPickerFragment
();
383
} else if (mListFragment instanceof
PostalAddressPickerFragment
) {
384
((
PostalAddressPickerFragment
) mListFragment).setOnPostalAddressPickerActionListener(
Completed in 57 milliseconds