Home
last modified time | relevance | path

Searched refs:CustomerViewModel (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/room/integration-tests/testapp/src/main/java/androidx/room/integration/testapp/
DRoomPagedListRxActivity.java36 private CustomerViewModel mViewModel;
43 .get(CustomerViewModel.class); in onCreate()
DRoomPagedListActivity.java46 final CustomerViewModel viewModel = ViewModelProviders.of(this) in onCreate()
47 .get(CustomerViewModel.class); in onCreate()
DCustomerViewModel.java42 public class CustomerViewModel extends AndroidViewModel { class
46 public CustomerViewModel(Application application) { in CustomerViewModel() method in CustomerViewModel