Searched refs:customerNameLoadAfter (Results 1 – 2 of 2) sorted by relevance
92 list.addAll(mCustomerDao.customerNameLoadAfter(key, pageSize));113 callback.onResult(mCustomerDao.customerNameLoadAfter(params.key, params.requestedLoadSize));
71 List<Customer> customerNameLoadAfter(String key, int limit); in customerNameLoadAfter() method