Searched refs:customerCount (Results 1 – 1 of 1) sorted by relevance
57 int customerCount = mDatabase.getCustomerDao().countCustomers(); in createDb() local58 if (customerCount == 0) { in createDb()