Searched refs:SimContactLoader (Results 1 – 1 of 1) sorted by relevance
242 return new SimContactLoader(getContext(), mSubscriptionId); in onCreateLoader()448 private static class SimContactLoader extends ListenableFutureLoader<LoaderResult> { class in SimImportFragment453 public SimContactLoader(Context context, int subscriptionId) { in SimContactLoader() method in SimImportFragment.SimContactLoader