/frameworks/base/packages/SettingsLib/src/com/android/settingslib/statusbar/notification/domain/interactor/ |
D | NotificationsSoundPolicyInteractor.kt | 29 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/ |
D | FakeKeyboardRepository.kt | 24 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/ |
D | FakeDeviceEntryFaceAuthRepository.kt | 31 import kotlinx.coroutines.flow.filterNotNull 39 _authenticationStatus.filterNotNull() 45 get() = _detectionStatus.filterNotNull()
|
D | FakeDeviceEntryFingerprintAuthRepository.kt | 29 import kotlinx.coroutines.flow.filterNotNull 59 get() = _authenticationStatus.filterNotNull()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/data/repository/ |
D | CommandLineKeyboardRepository.kt | 30 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/ |
D | StateFlowBridge.kt | 22 import kotlinx.coroutines.flow.filterNotNull 27 val flow = stateFlow.filterNotNull()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/biometrics/data/repository/ |
D | FakeBiometricStatusRepository.kt | 26 import kotlinx.coroutines.flow.filterNotNull 37 _fingerprintAcquiredStatus.asStateFlow().filterNotNull()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/ |
D | PrimaryBouncerInteractor.kt | 54 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/ |
D | CommunalLoggerStartable.kt | 32 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/ |
D | DeviceEntrySourceInteractor.kt | 29 import kotlinx.coroutines.flow.filterNotNull 51 .filterNotNull()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/viewmodel/ |
D | BacklightDialogViewModel.kt | 27 import kotlinx.coroutines.flow.filterNotNull 55 .filterNotNull()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/pipeline/domain/autoaddable/ |
D | FakeAutoAddable.kt | 27 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/ |
D | DemoDeviceBasedSatelliteDataSource.kt | 28 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/ |
D | ScreenBrightnessRepository.kt | 44 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/ |
D | UserSwitcherDialogCoordinator.kt | 43 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/ |
D | AppListViewModel.kt | 37 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/ |
D | MediaControllerRepository.kt | 33 import kotlinx.coroutines.flow.filterNotNull 66 mediaSessionManager.activeMediaChanges.filterNotNull(),
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/ui/adapter/ |
D | FakeQSSceneAdapter.kt | 25 import kotlinx.coroutines.flow.filterNotNull 47 val state = _state.filterNotNull()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/autoaddable/ |
D | A11yShortcutAutoAddable.kt | 34 import kotlinx.coroutines.flow.filterNotNull 65 .filterNotNull() in autoAddSignal()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/volume/ui/viewmodel/ |
D | AudioVolumeComponentViewModel.kt | 38 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/ |
D | FingerprintPropertyInteractor.kt | 34 import kotlinx.coroutines.flow.filterNotNull in <lambda>() 66 .filterNotNull() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | LockscreenToGlanceableHubTransitionViewModel.kt | 34 import kotlinx.coroutines.flow.filterNotNull in <lambda>() 94 keyguardTranslationX.map { it.value }.filterNotNull() in <lambda>()
|
D | GlanceableHubToLockscreenTransitionViewModel.kt | 34 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/ |
D | StatusBarKeyguardViewManagerInteractor.kt | 32 import kotlinx.coroutines.flow.filterNotNull in <lambda>() 89 .filterNotNull() in <lambda>()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/shared/ |
D | AudioManagerEventsReceiver.kt | 33 import kotlinx.coroutines.flow.filterNotNull in <lambda>() 79 .filterNotNull()
|