Home
last modified time | relevance | path

Searched refs:filterNotNull (Results 1 – 25 of 65) sorted by relevance

123

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/statusbar/notification/domain/interactor/
DNotificationsSoundPolicyInteractor.kt29 import kotlinx.coroutines.flow.filterNotNull in <lambda>()
64 zenMode.filterNotNull(), in <lambda>()
65 areAlarmsAllowed.filterNotNull(), in <lambda>()
66 isMediaAllowed.filterNotNull(), in <lambda>()
67 isRingerAllowed.filterNotNull(), in <lambda>()
68 isSystemAllowed.filterNotNull(), in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyboard/data/repository/
DFakeKeyboardRepository.kt24 import kotlinx.coroutines.flow.filterNotNull
33 override val backlight: Flow<BacklightModel> = _backlightState.filterNotNull()
36 override val newlyConnectedKeyboard: Flow<Keyboard> = _newlyConnectedKeyboard.filterNotNull()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
DFakeDeviceEntryFaceAuthRepository.kt31 import kotlinx.coroutines.flow.filterNotNull
39 _authenticationStatus.filterNotNull()
45 get() = _detectionStatus.filterNotNull()
DFakeDeviceEntryFingerprintAuthRepository.kt29 import kotlinx.coroutines.flow.filterNotNull
59 get() = _authenticationStatus.filterNotNull()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/data/repository/
DCommandLineKeyboardRepository.kt30 import kotlinx.coroutines.flow.filterNotNull
48 override val backlight: Flow<BacklightModel> = _backlightState.filterNotNull()
51 override val newlyConnectedKeyboard: Flow<Keyboard> = _newlyConnectedKeyboard.filterNotNull()
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/util/
DStateFlowBridge.kt22 import kotlinx.coroutines.flow.filterNotNull
27 val flow = stateFlow.filterNotNull()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/biometrics/data/repository/
DFakeBiometricStatusRepository.kt26 import kotlinx.coroutines.flow.filterNotNull
37 _fingerprintAcquiredStatus.asStateFlow().filterNotNull()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerInteractor.kt54 import kotlinx.coroutines.flow.filterNotNull in <lambda>()
92 repository.keyguardAuthenticatedBiometrics.filterNotNull() in <lambda>()
96 repository.userRequestedBouncerWhenAlreadyAuthenticated.filterNotNull() in <lambda>()
99 val isBackButtonEnabled: Flow<Boolean> = repository.isBackButtonEnabled.filterNotNull() in <lambda>()
100 val showMessage: Flow<BouncerShowMessageModel> = repository.showMessage.filterNotNull() in <lambda>()
102 repository.primaryBouncerStartingDisappearAnimation.filterNotNull() in <lambda>()
104 val keyguardPosition: Flow<Float> = repository.keyguardPosition.filterNotNull() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/log/
DCommunalLoggerStartable.kt32 import kotlinx.coroutines.flow.filterNotNull in <lambda>()
56 .filterNotNull() in <lambda>()
82 .filterNotNull() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntrySourceInteractor.kt29 import kotlinx.coroutines.flow.filterNotNull
51 .filterNotNull()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/viewmodel/
DBacklightDialogViewModel.kt27 import kotlinx.coroutines.flow.filterNotNull
55 .filterNotNull()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/pipeline/domain/autoaddable/
DFakeAutoAddable.kt27 import kotlinx.coroutines.flow.filterNotNull
39 return getFlow(userId).asStateFlow().filterNotNull() in autoAddSignal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/data/demo/
DDemoDeviceBasedSatelliteDataSource.kt28 import kotlinx.coroutines.flow.filterNotNull in <lambda>()
45 demoCommandStream.map { args -> args.toSatelliteEvent() }.filterNotNull() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/data/repository/
DScreenBrightnessRepository.kt44 import kotlinx.coroutines.flow.filterNotNull
157 .filterNotNull() in getMinMaxLinearBrightness()
164 .filterNotNull() in getMinMaxLinearBrightness()
178 .filterNotNull() in getMinMaxLinearBrightness()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/
DUserSwitcherDialogCoordinator.kt43 import kotlinx.coroutines.flow.filterNotNull in <lambda>()
73 interactor.get().dialogShowRequests.filterNotNull().collect { request -> in <lambda>()
160 interactor.get().dialogDismissRequests.filterNotNull().collect { in <lambda>()
/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/
DAppListViewModel.kt37 import kotlinx.coroutines.flow.filterNotNull in <lambda>()
98 .flatMapLatest { it.transform(userIdFlow, appsStateFlow.filterNotNull()) } in <lambda>()
108 val listModelFilteredFlow = optionFlow.filterNotNull().flatMapLatest { option -> in option()
146 optionFlow.filterNotNull(),
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/data/repository/
DMediaControllerRepository.kt33 import kotlinx.coroutines.flow.filterNotNull
66 mediaSessionManager.activeMediaChanges.filterNotNull(),
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/ui/adapter/
DFakeQSSceneAdapter.kt25 import kotlinx.coroutines.flow.filterNotNull
47 val state = _state.filterNotNull()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/autoaddable/
DA11yShortcutAutoAddable.kt34 import kotlinx.coroutines.flow.filterNotNull
65 .filterNotNull() in autoAddSignal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/volume/ui/viewmodel/
DAudioVolumeComponentViewModel.kt38 import kotlinx.coroutines.flow.filterNotNull in <lambda>()
79 .filterNotNull() in <lambda>()
82 mutableIsExpanded.filterNotNull().map { isExpanded -> in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DFingerprintPropertyInteractor.kt34 import kotlinx.coroutines.flow.filterNotNull in <lambda>()
66 .filterNotNull() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenToGlanceableHubTransitionViewModel.kt34 import kotlinx.coroutines.flow.filterNotNull in <lambda>()
94 keyguardTranslationX.map { it.value }.filterNotNull() in <lambda>()
DGlanceableHubToLockscreenTransitionViewModel.kt34 import kotlinx.coroutines.flow.filterNotNull in <lambda>()
95 keyguardTranslationX.map { it.value }.filterNotNull() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/domain/interactor/
DStatusBarKeyguardViewManagerInteractor.kt32 import kotlinx.coroutines.flow.filterNotNull in <lambda>()
89 .filterNotNull() in <lambda>()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/shared/
DAudioManagerEventsReceiver.kt33 import kotlinx.coroutines.flow.filterNotNull in <lambda>()
79 .filterNotNull()

123