/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/data/repository/ |
D | ShortcutHelperRepository.kt | 29 import com.android.systemui.keyboard.shortcut.shared.model.ShortcutHelperState.Inactive 42 val state = MutableStateFlow<ShortcutHelperState>(Inactive) 51 onReceive = { state.value = Inactive } in start() 55 onReceive = { state.value = Inactive } in start() 60 state.value = Inactive in start() 65 if (state.value is Inactive) { in start() 68 Inactive in start() 76 state.value = Inactive in hide()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/ |
D | WifiViewModelIconParameterizedTest.kt | 213 network = WifiNetworkModel.Inactive, in <lambda>() 236 network = WifiNetworkModel.Inactive, in <lambda>() 253 network = WifiNetworkModel.Inactive, in <lambda>() 293 network = WifiNetworkModel.Inactive, in <lambda>() 333 network = WifiNetworkModel.Inactive, in <lambda>() 383 network = WifiNetworkModel.Inactive, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/ |
D | WifiNetworkModelTest.kt | 102 WifiNetworkModel.Inactive.logDiffs(prevVal, logger) in <lambda>() 121 carrierMerged.logDiffs(prevVal = WifiNetworkModel.Inactive, logger) in <lambda>() 143 activeNetwork.logDiffs(prevVal = WifiNetworkModel.Inactive, logger) in <lambda>() 163 WifiNetworkModel.Inactive.logDiffs(prevVal = activeNetwork, logger) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/quickaffordance/ |
D | ActivationState.kt | 27 object Inactive : ActivationState() object in com.android.systemui.keyguard.shared.quickaffordance.ActivationState
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/shared/model/ |
D | ShortcutHelperState.kt | 20 data object Inactive : ShortcutHelperState object
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/ |
D | InternetTileUserActionInteractorTest.kt | 83 val input = InternetTileModel.Inactive() in handleClickWhenInactive() 105 val input = InternetTileModel.Inactive() in handleLongClickWhenInactive()
|
D | InternetTileDataInteractorTest.kt | 403 val networkModel = WifiNetworkModel.Inactive in <lambda>() 421 val networkModel = WifiNetworkModel.Inactive in <lambda>() 564 InternetTileModel.Inactive( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/demo/ |
D | DemoWifiRepository.kt | 49 private val _wifiNetwork = MutableStateFlow<WifiNetworkModel>(WifiNetworkModel.Inactive) in <lambda>() 85 _wifiNetwork.value = WifiNetworkModel.Inactive in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/ |
D | InternetTileViewModel.kt | 203 InternetTileModel.Inactive( in <lambda>() 213 InternetTileModel.Inactive( in <lambda>() 248 InternetTileModel.Inactive( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/internet/domain/model/ |
D | InternetTileModel.kt | 41 data class Inactive( dataClass
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/ |
D | InternetTileDataInteractor.kt | 217 InternetTileModel.Inactive( in <lambda>() 227 InternetTileModel.Inactive( in <lambda>() 265 InternetTileModel.Inactive( in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/wifi/domain/interactor/ |
D | WifiInteractorImplTest.kt | 81 wifiRepository.setWifiNetwork(WifiNetworkModel.Inactive) in ssid_inactiveNetwork_outputsNull() 312 wifiRepository.setWifiNetwork(WifiNetworkModel.Inactive) in areNetworksAvailable_noneActive_noResults() 329 wifiRepository.setWifiNetwork(WifiNetworkModel.Inactive) in areNetworksAvailable_noneActive_nonEmptyResults()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/ |
D | FakeWifiRepository.kt | 35 MutableStateFlow(WifiNetworkModel.Inactive)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/ |
D | WifiRepositoryImpl.kt | 48 import com.android.systemui.statusbar.pipeline.wifi.shared.model.WifiNetworkModel.Inactive.toHotspo… in <lambda>() 276 return WifiNetworkModel.Inactive in <lambda>() 435 @VisibleForTesting val WIFI_NETWORK_DEFAULT = WifiNetworkModel.Inactive in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/ |
D | WifiRepositoryImplTest.kt | 325 assertThat(latest).isEqualTo(WifiNetworkModel.Inactive) in wifiNetwork_unreachableLevel_inactiveNetwork() 341 assertThat(latest).isEqualTo(WifiNetworkModel.Inactive) in wifiNetwork_levelTooHigh_inactiveNetwork() 357 assertThat(latest).isEqualTo(WifiNetworkModel.Inactive) in wifiNetwork_levelTooLow_inactiveNetwork() 626 assertThat(latest).isEqualTo(WifiNetworkModel.Inactive) in wifiNetwork_nonPrimaryWifiNetworkAdded_flowHasNoNetwork() 642 assertThat(latest).isEqualTo(WifiNetworkModel.Inactive) in wifiNetwork_nonPrimaryCarrierMergedNetworkAdded_flowHasNoNetwork() 692 assertThat(latest is WifiNetworkModel.Inactive).isTrue() in wifiNetwork_noCurrentNetwork_networkLost_flowHasNoNetwork() 715 assertThat(latest is WifiNetworkModel.Inactive).isTrue() in wifiNetwork_currentActiveNetworkLost_flowHasNoNetwork() 743 assertThat(latest is WifiNetworkModel.Inactive).isTrue() in wifiNetwork_currentCarrierMergedNetworkLost_flowHasNoNetwork() 881 assertThat(latest!![0]).isInstanceOf(WifiNetworkModel.Inactive::class.java) in secondaryNetworks_mapsToInactive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/model/ |
D | InternetTileModel.kt | 73 data class Inactive( class
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/ |
D | WifiNetworkModel.kt | 97 object Inactive : WifiNetworkModel() { object 101 if (prevVal is Inactive) { in toString()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/domain/interactor/ |
D | WifiInteractor.kt | 82 is WifiNetworkModel.Inactive -> null in info()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/ |
D | FlashlightQuickAffordanceConfig.kt | 65 ActivationState.Inactive in toLockScreenState()
|
D | MuteQuickAffordanceConfig.kt | 90 else -> ActivationState.Inactive to R.string.volume_ringer_hint_unmute in <lambda>()
|
D | DoNotDisturbQuickAffordanceConfig.kt | 185 ActivationState.Inactive, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/ui/model/ |
D | WifiIcon.kt | 85 is WifiNetworkModel.Inactive -> in fromModel()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/ |
D | InternetTileMapperTest.kt | 82 InternetTileModel.Inactive( in withInactiveModel_mappedStateMatchesDataModel()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/ |
D | InternetTileViewModelTest.kt | 294 val networkModel = WifiNetworkModel.Inactive in wifiDefaultAndNotActive_noNetworksAvailable() 309 val networkModel = WifiNetworkModel.Inactive in wifiDefaultAndNotActive_networksAvailable()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/quickaffordance/ |
D | FlashlightQuickAffordanceConfigTest.kt | 187 is ActivationState.Inactive in <lambda>()
|