Searched refs:SimImportFragment (Results 1 – 2 of 2) sorted by relevance
71 public class SimImportFragment extends Fragment class72 implements LoaderManager.LoaderCallbacks<SimImportFragment.LoaderResult>,341 public static SimImportFragment newInstance() { in newInstance()342 return new SimImportFragment(); in newInstance()349 public static SimImportFragment newInstance(int subscriptionId) { in newInstance()350 final SimImportFragment fragment = new SimImportFragment(); in newInstance()
24 import com.android.contacts.SimImportFragment;44 fragment = SimImportFragment.newInstance(getIntent().getIntExtra(EXTRA_SUBSCRIPTION_ID, in onCreate()