Lines Matching refs:mobile
6 information about the time, notifications, and system status like mobile
8 wifi and mobile system icons on the right side:
12 In Android U, the data pipeline that determines what mobile and wifi icons to
22 Android U, **only the wifi icon and mobile icons have been implemented in the
36 The wifi logic is in `statusbar/pipeline/wifi` and the mobile logic is in
37 `statusbar/pipeline/mobile`.
56 For example, the mobile view model checks the `IconInteractor.isRoaming` flow to
74 ![diagram of wifi and mobile pipelines](status-bar-pipeline.png)
78 Because there can be multiple mobile connections at the same time, the mobile
80 is a singleton parent class that manages information relevant to **all** mobile
82 a **single** mobile connection.
85 stores information relevant to **all** mobile connections, and it also manages a
89 repeated at the `Interactor` and `ViewModel` layers for mobile.
91 ![diagram of mobile parent child relationship](status-bar-mobile-pipeline.png)
241 adb shell am broadcast -a com.android.systemui.demo -e command network -e mobile show -e fooVal <te…
259 Note: The new pipeline currently only supports the wifi and mobile icons. The