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