Searched refs:CustomerViewModel (Results 1 – 3 of 3) sorted by relevance
36 private CustomerViewModel mViewModel;43 .get(CustomerViewModel.class); in onCreate()
46 final CustomerViewModel viewModel = ViewModelProviders.of(this) in onCreate()47 .get(CustomerViewModel.class); in onCreate()
42 public class CustomerViewModel extends AndroidViewModel { class46 public CustomerViewModel(Application application) { in CustomerViewModel() method in CustomerViewModel