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