Lines Matching refs:classes
30 The classes in the data layer are `repository` instances. The classes in the
31 domain layer are `interactor` instances. The classes in the UI layer are
49 into something consumable by the ViewModel classes. For example,
62 `applyMobileState` mechanism that existed in the `IconManager` classes of the
66 Any new fields added to the ViewModel classes need to be equivalently bound to
81 connections, and multiple instances of child classes that manage information for
86 list of child `MobileConnectionRepository` classes. `MobileConnectionRepository`
98 The new pipeline completely replaces these classes:
108 Any customizations in any of these classes will need to be migrated to the new
123 1. In the data layer (`repository` classes), add a new `StateFlow` that listens
145 1. In the domain layer (`interactor` classes), either use this new flow to
160 1. In the UI layer (`viewmodel` classes), update the existing flows to process
190 production classes, any changes made above will have to be implemented for demo