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.java243 return new SimContactLoader(getContext(), mSubscriptionId); in onCreateLoader()
449 private static class SimContactLoader extends ListenableFutureLoader<LoaderResult> { class in SimImportFragment
454 public SimContactLoader(Context context, int subscriptionId) { in SimContactLoader() method in SimImportFragment.SimContactLoader