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

  /packages/apps/Contacts/src/com/android/contacts/activities/
SimImportActivity.java 24 import com.android.contacts.SimImportFragment;
28 * Host activity for SimImportFragment
30 * Initially SimImportFragment was a DialogFragment but there were accessibility issues with
44 fragment = SimImportFragment.newInstance(getIntent().getIntExtra(EXTRA_SUBSCRIPTION_ID,
  /packages/apps/Contacts/src/com/android/contacts/
SimImportFragment.java 71 public class SimImportFragment extends Fragment
72 implements LoaderManager.LoaderCallbacks<SimImportFragment.LoaderResult>,
341 public static SimImportFragment newInstance() {
342 return new SimImportFragment();
349 public static SimImportFragment newInstance(int subscriptionId) {
350 final SimImportFragment fragment = new SimImportFragment();

Completed in 2292 milliseconds