Searched refs:SmartDialCursorLoader (Results 1 – 3 of 3) sorted by relevance
31 import com.android.dialer.app.dialpad.SmartDialCursorLoader;75 SmartDialCursorLoader loader = new SmartDialCursorLoader(super.getContext()); in onCreateLoader()
25 import com.android.dialer.app.dialpad.SmartDialCursorLoader;51 public void configureLoader(SmartDialCursorLoader loader) { in configureLoader()
34 public class SmartDialCursorLoader extends AsyncTaskLoader<Cursor> { class48 public SmartDialCursorLoader(Context context) { in SmartDialCursorLoader() method in SmartDialCursorLoader