Home
last modified time | relevance | path

Searched refs:SimContactLoader (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
DSimImportFragment.java242 return new SimContactLoader(getContext(), mSubscriptionId); in onCreateLoader()
448 private static class SimContactLoader extends ListenableFutureLoader<LoaderResult> { class in SimImportFragment
453 public SimContactLoader(Context context, int subscriptionId) { in SimContactLoader() method in SimImportFragment.SimContactLoader