HomeSort by relevance Sort by last modified time
    Searched refs:ContactLoaderFragment (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactDetailActivity.java 46 import com.android.contacts.detail.ContactLoaderFragment;
47 import com.android.contacts.detail.ContactLoaderFragment.ContactLoaderFragmentListener;
62 private ContactLoaderFragment mLoaderFragment;
112 if (fragment instanceof ContactLoaderFragment) {
113 mLoaderFragment = (ContactLoaderFragment) fragment;
165 // First check if the {@link ContactLoaderFragment} can handle the key
PeopleActivity.java 59 import com.android.contacts.detail.ContactLoaderFragment;
60 import com.android.contacts.detail.ContactLoaderFragment.ContactLoaderFragmentListener;
132 private ContactLoaderFragment mContactDetailLoaderFragment;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java 56 public class ContactLoaderFragment extends Fragment implements FragmentKeyListener {
58 private static final String TAG = ContactLoaderFragment.class.getSimpleName();
75 * This is a listener to the {@link ContactLoaderFragment} and will be notified when the
113 public ContactLoaderFragment() {

Completed in 25 milliseconds