Lines Matching refs:new

13 show in the status bar has been re-written with a new architecture. This format
16 This document serves as a guide for the new architecture, and as a guide for how
17 OEMs can add customizations to the new architecture.
21 In the new architecture, there is a separate pipeline for each type of icon. For
23 new architecture**.
25 As shown in the Android best practices guide, each new pipeline has a data
66 Any new fields added to the ViewModel classes need to be equivalently bound to
98 The new pipeline completely replaces these classes:
108 Any customizations in any of these classes will need to be migrated to the new
117 data. This new architecture makes it easy to add additional services to the
120 Below is a general guide to how a new service should be added. However, there
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
161 the new value from the interactor.
183 SystemUI demo mode is a first-class citizen in the new pipeline. It is
217 // Add new fields here
246 For Android U, the new pipeline will be enabled and default. However, the old
247 pipeline code will still be around just in case the new pipeline doesn’t do well
250 For Android V, the old pipeline will be completely removed and the new pipeline
253 Our ask for OEMs is to default to using the new pipeline in Android U. If there
254 are customizations that seem difficult to migrate over to the new pipeline,
256 solution. The new pipeline was designed with customizability in mind, so our
257 hope is that working the new pipeline will be easier and faster.
259 Note: The new pipeline currently only supports the wifi and mobile icons. The