Home
last modified time | relevance | path

Searched refs:shouldShowActivityConfig (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/
H A DWifiViewModelTest.kt122 whenever(connectivityConstants.shouldShowActivityConfig).thenReturn(false)
139 whenever(connectivityConstants.shouldShowActivityConfig).thenReturn(false)
160 whenever(connectivityConstants.shouldShowActivityConfig).thenReturn(true)
184 whenever(connectivityConstants.shouldShowActivityConfig).thenReturn(true)
207 whenever(connectivityConstants.shouldShowActivityConfig).thenReturn(true)
222 whenever(connectivityConstants.shouldShowActivityConfig).thenReturn(true)
237 whenever(connectivityConstants.shouldShowActivityConfig).thenReturn(true)
252 whenever(connectivityConstants.shouldShowActivityConfig).thenReturn(true)
267 whenever(connectivityConstants.shouldShowActivityConfig).thenReturn(true)
282 whenever(connectivityConstants.shouldShowActivityConfig).thenReturn(true)
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/
H A DConnectivityConstants.kt49 val shouldShowActivityConfig = context.resources.getBoolean(R.bool.config_showActivity) regex
54 println("shouldShowActivityConfig=$shouldShowActivityConfig")
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/
H A DWifiViewModel.kt110 if (!connectivityConstants.shouldShowActivityConfig) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
H A DMobileIconViewModel.kt166 if (!constants.shouldShowActivityConfig) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
H A DMobileIconViewModelTest.kt516 whenever(constants.shouldShowActivityConfig).thenReturn(false)
548 whenever(constants.shouldShowActivityConfig).thenReturn(true)