Home
last modified time | relevance | path

Searched defs:latest (Results 1 – 25 of 253) sorted by relevance

1234567891011

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
H A DMobileIconsInteractorTest.kt99 val latest by collectLastValue(underTest.filteredSubscriptions) in filteredSubscriptions_default() constant
111 val latest by collectLastValue(underTest.filteredSubscriptions) in filteredSubscriptions_moreThanTwo_doesNotFilter() constant
121 val latest by collectLastValue(underTest.filteredSubscriptions) in filteredSubscriptions_nonOpportunistic_updatesWithMultipleSubs() constant
132 val latest by collectLastValue(underTest.filteredSubscriptions) in filteredSubscriptions_opportunistic_differentGroups_doesNotFilter() constant
149 val latest by collectLastValue(underTest.filteredSubscriptions) in filteredSubscriptions_opportunistic_nonGrouped_doesNotFilter() constant
168 val latest by collectLastValue(underTest.filteredSubscriptions) in filteredSubscriptions_opportunistic_grouped_configFalse_showsActive_3() constant
188 val latest by collectLastValue(underTest.filteredSubscriptions) in filteredSubscriptions_opportunistic_grouped_configFalse_showsActive_4() constant
208 val latest by collectLastValue(underTest.filteredSubscriptions) in filteredSubscriptions_oneOpportunistic_grouped_configTrue_showsPrimary_active_1() constant
229 val latest by collectLastValue(underTest.filteredSubscriptions) in filteredSubscriptions_oneOpportunistic_grouped_configTrue_showsPrimary_nonActive_1() constant
251 val latest by collectLastValue(underTest.filteredSubscriptions) in filteredSubscriptions_vcnSubId_agreesWithActiveSubId_usesActiveAkaVcnSub() constant
[all …]
H A DMobileIconInteractorTest.kt94 var latest: Int? = null in gsm_usesGsmLevel() variable
110 var latest: Int? = null in gsm_alwaysShowCdmaTrue_stillUsesGsmLevel() variable
123 var latest: Int? = null in notGsm_level_default_unknown() variable
138 var latest: Int? = null in notGsm_alwaysShowCdmaTrue_usesCdmaLevel() variable
154 var latest: Int? = null in notGsm_alwaysShowCdmaFalse_usesPrimaryLevel() variable
165 var latest: Int? = null in numberOfLevels_comesFromRepo_whenApplicable() variable
184 val latest by collectLastValue(underTest.signalLevelIcon) in inflateSignalStrength_arbitrarilyAddsOneToTheReportedLevel() constant
200 val latest by collectLastValue(underTest.showSliceAttribution) in networkSlice_configOn_hasPrioritizedCaps_showsSlice() constant
211 val latest by collectLastValue(underTest.showSliceAttribution) in networkSlice_configOn_noPrioritizedCaps_noSlice() constant
222 val latest by collectLastValue(underTest.showSliceAttribution) in networkSlice_configOff_hasPrioritizedCaps_noSlice() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/
H A DWifiRepositoryImplTest.kt126 val latest by collectLastValue(underTest.isWifiEnabled) in isWifiEnabled_enabled_true() constant
137 val latest by collectLastValue(underTest.isWifiEnabled) in isWifiEnabled_enabling_false() constant
148 val latest by collectLastValue(underTest.isWifiEnabled) in isWifiEnabled_disabling_true() constant
159 val latest by collectLastValue(underTest.isWifiEnabled) in isWifiEnabled_disabled_false() constant
170 val latest by collectLastValue(underTest.isWifiEnabled) in isWifiEnabled_respondsToUpdates() constant
191 val latest by collectLastValue(underTest.isWifiDefault) in isWifiDefault_wifiNetwork_isTrue() constant
204 val latest by collectLastValue(underTest.isWifiDefault) in isWifiDefault_carrierMerged_isTrue() constant
219 val latest by collectLastValue(underTest.isWifiDefault) in isWifiDefault_wifiNetworkNotDefault_isFalse() constant
232 val latest by collectLastValue(underTest.isWifiDefault) in isWifiDefault_carrierMergedNotDefault_isFalse() constant
247 val latest by collectLastValue(underTest.isWifiDefault) in isWifiDefault_noWifiNetwork_isFalse() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/satellite/domain/interactor/
H A DDeviceBasedSatelliteInteractorTest.kt77 val latest by collectLastValue(underTest.isSatelliteAllowed) in isSatelliteAllowed_falseWhenNotAllowed() constant
90 val latest by collectLastValue(underTest.isSatelliteAllowed) in isSatelliteAllowed_trueWhenAllowed() constant
116 val latest by collectLastValue(underTest.isSatelliteAllowed) in isSatelliteAllowed_offWhenFlagIsOff() constant
129 val latest by collectLastValue(underTest.connectionState) in connectionState_matchesRepositoryValue() constant
165 val latest by collectLastValue(underTest.connectionState) in connectionState_offWhenFeatureIsDisabled() constant
190 val latest by collectLastValue(underTest.signalStrength) in signalStrength_matchesRepo() constant
222 val latest by collectLastValue(underTest.signalStrength) in signalStrength_zeroWhenDisabled() constant
242 val latest by collectLastValue(underTest.areAllConnectionsOutOfService) in areAllConnectionsOutOfService_noConnections_noDeviceEmergencyCalls_yes() constant
257 val latest by collectLastValue(underTest.areAllConnectionsOutOfService) in areAllConnectionsOutOfService_noConnections_deviceEmergencyCalls_yes() constant
272 val latest by collectLastValue(underTest.areAllConnectionsOutOfService) in areAllConnectionsOutOfService_oneConnectionInService_thenLost_noDeviceEmergencyCalls_yes() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/satellite/ui/viewmodel/
H A DDeviceBasedSatelliteViewModelTest.kt94 val latest by collectLastValue(underTest.icon) in icon_null_satelliteNotAllowed() constant
114 val latest by collectLastValue(underTest.icon) in icon_null_connectedAndNotAllowed() constant
137 val latest by collectLastValue(underTest.icon) in icon_null_notAllOos() constant
157 val latest by collectLastValue(underTest.icon) in icon_null_allOosAndNotAllowed() constant
177 val latest by collectLastValue(underTest.icon) in icon_null_allOosAndConfigIsFalse() constant
197 val latest by collectLastValue(underTest.icon) in icon_null_isEmergencyOnly() constant
226 val latest by collectLastValue(underTest.icon) in icon_null_apmIsEnabled() constant
246 val latest by collectLastValue(underTest.icon) in icon_notNull_satelliteAllowedAndAllOos() constant
269 val latest by collectLastValue(underTest.icon) in icon_hysteresisWhenEnablingIcon() constant
301 val latest by collectLastValue(underTest.icon) in icon_ignoresHysteresis_whenConnected() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/ui/viewmodel/
H A DOngoingActivityChipsWithNotifsViewModelTest.kt135 val latest by collectLastValue(underTest.primaryChip) in primaryChip_allHidden_hidden() constant
147 val latest by collectLastValue(underTest.chips) in chips_allHidden_bothPrimaryAndSecondaryHidden() constant
160 val latest by collectLastValue(underTest.primaryChip) in primaryChip_screenRecordShow_restHidden_screenRecordShown() constant
172 val latest by collectLastValue(underTest.chips) in chips_screenRecordShow_restHidden_primaryIsScreenRecordSecondaryIsHidden() constant
184 val latest by collectLastValue(underTest.primaryChip) in primaryChip_screenRecordShowAndCallShow_screenRecordShown() constant
195 val latest by collectLastValue(underTest.chips) in chips_screenRecordShowAndCallShow_primaryIsScreenRecordSecondaryIsCall() constant
209 val latest by collectLastValue(underTest.primaryChip) in primaryChip_screenRecordShowAndShareToAppShow_screenRecordShown() constant
222 val latest by collectLastValue(underTest.chips) in chips_screenRecordShowAndShareToAppShow_primaryIsScreenRecordSecondaryIsHidden() constant
238 val latest by collectLastValue(underTest.primaryChip) in primaryChip_shareToAppShowAndCallShow_shareToAppShown() constant
251 val latest by collectLastValue(underTest.chips) in chips_shareToAppShowAndCallShow_primaryIsShareToAppSecondaryIsCall() constant
[all …]
H A DOngoingActivityChipsViewModelTest.kt116 val latest by collectLastValue(underTest.primaryChip) in primaryChip_allHidden_hidden() constant
128 val latest by collectLastValue(underTest.primaryChip) in primaryChip_screenRecordShow_restHidden_screenRecordShown() constant
140 val latest by collectLastValue(underTest.primaryChip) in primaryChip_screenRecordShowAndCallShow_screenRecordShown() constant
153 val latest by collectLastValue(underTest.primaryChip) in primaryChip_screenRecordShowAndShareToAppShow_screenRecordShown() constant
166 val latest by collectLastValue(underTest.primaryChip) in primaryChip_shareToAppShowAndCallShow_shareToAppShown() constant
180 val latest by collectLastValue(underTest.primaryChip) in primaryChip_screenRecordAndShareToAppAndCastToOtherHideAndCallShown_callShown() constant
194 val latest by collectLastValue(underTest.primaryChip) in primaryChip_higherPriorityChipAdded_lowerPriorityChipReplaced() constant
225 val latest by collectLastValue(underTest.primaryChip) in primaryChip_highestPriorityChipRemoved_showsNextPriorityChip() constant
247 var latest: OngoingActivityChipModel? = null in primaryChip_timerDoesNotResetAfterSubscribersRestart() variable
283 val latest by collectLastValue(underTest.primaryChip) in primaryChip_screenRecordStoppedViaDialog_chipHiddenWithoutAnimation() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/viewmodel/
H A DCastToOtherDeviceChipViewModelTest.kt111 val latest by collectLastValue(underTest.chip) in chip_notProjectingState_isHidden() constant
122 val latest by collectLastValue(underTest.chip) in chip_projectionIsSingleTaskState_otherDevicesPackage_isShownAsTimer_forScreen() constant
146 val latest by collectLastValue(underTest.chip) in chip_projectionIsAudioOnly_otherDevicePackage_isShownAsIconOnly() constant
168 val latest by collectLastValue(underTest.chip) in chip_projectionIsEntireScreenState_otherDevicesPackage_isShownAsTimer_forScreen() constant
187 val latest by collectLastValue(underTest.chip) in chip_routerStateDoingNothing_isHidden() constant
198 val latest by collectLastValue(underTest.chip) in chip_routerStateCasting_isShownAsGenericIconOnly() constant
226 val latest by collectLastValue(underTest.chip) in chip_projectingAndRouterCasting_projectionInfoShown() constant
257 val latest by collectLastValue(underTest.chip) in chip_projectionStoppedFromDialog_chipImmediatelyHidden() constant
282 val latest by collectLastValue(underTest.chip) in chip_routeStoppedFromDialog_chipImmediatelyHidden() constant
314 val latest by collectLastValue(underTest.chip) in chip_colorsAreRed() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/call/ui/viewmodel/
H A DCallChipViewModelTest.kt73 val latest by collectLastValue(underTest.chip) in chip_noCall_isHidden() constant
83 val latest by collectLastValue(underTest.chip) in chip_inCall_zeroStartTime_isShownAsIconOnly() constant
93 val latest by collectLastValue(underTest.chip) in chip_inCall_negativeStartTime_isShownAsIconOnly() constant
103 val latest by collectLastValue(underTest.chip) in chip_inCall_positiveStartTime_isShownAsTimer() constant
113 val latest by collectLastValue(underTest.chip) in chip_inCall_startTimeConvertedToElapsedRealtime() constant
132 val latest by collectLastValue(underTest.chip) in chip_positiveStartTime_notifIconFlagOff_iconIsPhone() constant
152 val latest by collectLastValue(underTest.chip) in chip_positiveStartTime_notifIconFlagOn_iconIsNotifIcon() constant
170 val latest by collectLastValue(underTest.chip) in chip_positiveStartTime_notifIconAndConnectedDisplaysFlagOn_iconIsNotifIcon() constant
192 val latest by collectLastValue(underTest.chip) in chip_zeroStartTime_notifIconFlagOff_iconIsPhone() constant
212 val latest by collectLastValue(underTest.chip) in chip_zeroStartTime_notifIconFlagOn_iconIsNotifIcon() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/wallpapers/data/repository/
H A DWallpaperRepositoryImplTest.kt86 val latest by collectLastValue(underTest.wallpaperInfo) in wallpaperInfo_nullInfo() constant
101 val latest by collectLastValue(underTest.wallpaperInfo) in wallpaperInfo_hasInfoFromManager() constant
131 val latest by collectLastValue(underTest.wallpaperInfo) in wallpaperInfo_updatesOnUserChanged() constant
159 val latest by collectLastValue(underTest.wallpaperInfo) in wallpaperInfo_doesNotUpdateOnUserChanging() constant
188 val latest by collectLastValue(underTest.wallpaperInfo) in wallpaperInfo_updatesOnIntent() constant
212 val latest by collectLastValue(underTest.wallpaperInfo) in wallpaperInfo_wallpaperNotSupported_alwaysNull() constant
235 val latest by collectLastValue(underTest.wallpaperInfo) in wallpaperInfo_deviceDoesNotSupportAmbientWallpaper_alwaysFalse() constant
253 val latest by collectLastValue(underTest.wallpaperSupportsAmbientMode) in wallpaperSupportsAmbientMode_nullInfo_false() constant
268 val latest by collectLastValue(underTest.wallpaperSupportsAmbientMode) in wallpaperSupportsAmbientMode_infoDoesNotSupport_false() constant
283 val latest by collectLastValue(underTest.wallpaperSupportsAmbientMode) in wallpaperSupportsAmbientMode_infoSupports_true() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/screenrecord/ui/viewmodel/
H A DScreenRecordChipViewModelTest.kt93 val latest by collectLastValue(underTest.chip) in chip_doingNothingState_isHidden() constant
103 val latest by collectLastValue(underTest.chip) in chip_startingState_isShownAsCountdownWithoutIconOrClickListener() constant
116 val latest by collectLastValue(underTest.chip) in chip_startingState_millis2995_is3() constant
127 val latest by collectLastValue(underTest.chip) in chip_startingState_millis1995_is2() constant
138 val latest by collectLastValue(underTest.chip) in chip_startingState_millis995_is1() constant
149 val latest by collectLastValue(underTest.chip) in chip_recordingState_isShownAsTimerWithIcon() constant
165 val latest by collectLastValue(underTest.chip) in chip_recordingStoppedFromDialog_screenRecordAndShareToAppChipImmediatelyHidden() constant
199 val latest by collectLastValue(underTest.chip) in chip_startingState_colorsAreRed() constant
209 val latest by collectLastValue(underTest.chip) in chip_recordingState_colorsAreRed() constant
219 val latest by collectLastValue(underTest.chip) in chip_timeResetsOnEachNewRecording() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
H A DHomeStatusBarViewModelImplTest.kt102 val latest by collectLastValue(underTest.isTransitioningFromLockscreenToOccluded) in isTransitioningFromLockscreenToOccluded_started_isTrue() constant
119 val latest by collectLastValue(underTest.isTransitioningFromLockscreenToOccluded) in isTransitioningFromLockscreenToOccluded_running_isTrue() constant
136 val latest by collectLastValue(underTest.isTransitioningFromLockscreenToOccluded) in isTransitioningFromLockscreenToOccluded_finished_isFalse() constant
150 val latest by collectLastValue(underTest.isTransitioningFromLockscreenToOccluded) in isTransitioningFromLockscreenToOccluded_canceled_isFalse() constant
167 val latest by collectLastValue(underTest.isTransitioningFromLockscreenToOccluded) in isTransitioningFromLockscreenToOccluded_irrelevantTransition_isFalse() constant
184 val latest by collectLastValue(underTest.isTransitioningFromLockscreenToOccluded) in isTransitioningFromLockscreenToOccluded_followsRepoUpdates() constant
418 val latest by collectLastValue(underTest.primaryOngoingActivityChip) in primaryOngoingActivityChip_matchesViewModel() constant
437 val latest by collectLastValue(underTest.isHomeStatusBarAllowedByScene) in isHomeStatusBarAllowedByScene_sceneLockscreen_notOccluded_false() constant
448 val latest by collectLastValue(underTest.isHomeStatusBarAllowedByScene) in isHomeStatusBarAllowedByScene_sceneLockscreen_occluded_true() constant
459 val latest by collectLastValue(underTest.isHomeStatusBarAllowedByScene) in isHomeStatusBarAllowedByScene_sceneBouncer_false() constant
[all …]
H A DInternetTileViewModelTest.kt136 val latest by collectLastValue(underTest.tileModel) in noDefault_noNetworksAvailable() constant
154 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive() constant
183 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive_hotspotNone() constant
205 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive_hotspotTablet() constant
218 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive_hotspotLaptop() constant
231 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive_hotspotWatch() constant
244 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive_hotspotAuto() constant
257 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive_hotspotPhone() constant
270 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive_hotspotUnknown() constant
283 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive_hotspotInvalid() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/data/repository/
H A DStatusBarModeRepositoryImplTest.kt236 val latest by collectLastValue(underTest.isInFullscreenMode) in isInFullscreenMode_visibleTypesHasStatusBar_false() constant
246 val latest by collectLastValue(underTest.isInFullscreenMode) in isInFullscreenMode_visibleTypesDoesNotHaveStatusBar_true() constant
256 val latest by collectLastValue(underTest.isInFullscreenMode) in isInFullscreenMode_wrongDisplayId_notUpdated() constant
272 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarAppearance_navBarColorManaged_matchesCallbackValue() constant
286 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarAppearance_appearanceRegions_noLetterboxDetails_usesCallbackValues() constant
314 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarAppearance_appearanceRegions_letterboxDetails_usesLetterboxCalculator() constant
338 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarAppearance_boundsChanged_appearanceReFetched() constant
392 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarMode_ongoingCallAndFullscreen_semiTransparent() constant
403 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarMode_ongoingCallButNotFullscreen_matchesAppearance() constant
418 val latest by collectLastValue(underTest.statusBarAppearance) in statusBarMode_fullscreenButNotOngoingCall_matchesAppearance() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DMobileConnectionsRepositoryTest.kt282 val latest by collectLastValue(underTest.subscriptions) in <lambda>() constant
294 val latest by collectLastValue(underTest.subscriptions) in <lambda>() constant
313 val latest by collectLastValue(underTest.subscriptions) in <lambda>() constant
335 val latest by collectLastValue(underTest.subscriptions) in <lambda>() constant
357 val latest by collectLastValue(underTest.subscriptions) in <lambda>() constant
370 val latest by collectLastValue(underTest.subscriptions) in <lambda>() constant
400 val latest by collectLastValue(underTest.activeMobileDataSubscriptionId) in <lambda>() constant
421 val latest by collectLastValue(underTest.activeMobileDataRepository) in <lambda>() constant
432 val latest by collectLastValue(underTest.activeMobileDataRepository) in <lambda>() constant
634 val latest by collectLastValue(underTest.isDeviceEmergencyCallCapable) in <lambda>() constant
[all …]
H A DMobileConnectionRepositoryTest.kt180 var latest: Boolean? = null in emergencyOnly() variable
196 var latest: Boolean? = null in emergencyOnly_toggles() variable
213 var latest: Int? = null in cdmaLevelUpdates() variable
234 var latest: Int? = null in gsmLevelUpdates() variable
254 var latest: Boolean? = null in isGsm() variable
274 var latest: DataConnectionState? = null in dataConnectionState_connected() variable
289 var latest: DataConnectionState? = null in dataConnectionState_connecting() variable
304 var latest: DataConnectionState? = null in dataConnectionState_disconnected() variable
319 var latest: DataConnectionState? = null in dataConnectionState_disconnecting() variable
334 var latest: DataConnectionState? = null in dataConnectionState_suspended() variable
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/screenrecord/domain/interactor/
H A DScreenRecordChipInteractorTest.kt57 val latest by collectLastValue(underTest.screenRecordState) in screenRecordState_doingNothingState_matches() constant
67 val latest by collectLastValue(underTest.screenRecordState) in screenRecordState_startingState_matches() constant
77 val latest by collectLastValue(underTest.screenRecordState) in screenRecordState_recordingState_matches() constant
87 val latest by collectLastValue(underTest.screenRecordState) in screenRecordState_projectionIsNotProjecting_recordedTaskNull() constant
98 val latest by collectLastValue(underTest.screenRecordState) in screenRecordState_projectionIsEntireScreen_recordedTaskNull() constant
110 val latest by collectLastValue(underTest.screenRecordState) in screenRecordState_projectionIsSingleTask_recordedTaskMatches() constant
128 val latest by collectLastValue(underTest.screenRecordState) in screenRecordState_flagOff_doesNotAutomaticallySwitchToRecordingBasedOnTime() constant
145 val latest by collectLastValue(underTest.screenRecordState) in screenRecordState_flagOn_automaticallySwitchesToRecordingBasedOnTime() constant
162 val latest by collectLastValue(underTest.screenRecordState) in screenRecordState_recordingBeginsEarly_switchesToRecording() constant
193 val latest by collectLastValue(underTest.screenRecordState) in screenRecordState_secondRecording_doesNotAutomaticallyStart() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/sharetoapp/ui/viewmodel/
H A DShareToAppChipViewModelTest.kt100 val latest by collectLastValue(underTest.chip) in chip_notProjectingState_isHidden() constant
111 val latest by collectLastValue(underTest.chip) in chip_noScreenState_otherDevicesPackage_isHidden() constant
125 val latest by collectLastValue(underTest.chip) in chip_singleTaskState_otherDevicesPackage_isHidden() constant
140 val latest by collectLastValue(underTest.chip) in chip_entireScreenState_otherDevicesPackage_isHidden() constant
152 val latest by collectLastValue(underTest.chip) in chip_noScreenState_normalPackage_isShownAsIconOnly() constant
171 val latest by collectLastValue(underTest.chip) in chip_singleTaskState_normalPackage_isShownAsTimer() constant
192 val latest by collectLastValue(underTest.chip) in chip_entireScreenState_normalPackage_isShownAsTimer() constant
209 val latest by collectLastValue(underTest.chip) in chip_shareStoppedFromDialog_chipImmediatelyHidden() constant
234 val latest by collectLastValue(underTest.chip) in chip_colorsAreRed() constant
245 val latest by collectLastValue(underTest.chip) in chip_timeResetsOnEachNewShare() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/data/repository/
H A DConnectivityRepositoryImplTest.kt96 val latest by collectLastValue(underTest.forceHiddenSlots) in forceHiddenSlots_initiallyGetsDefault() constant
107 val latest by collectLastValue(underTest.forceHiddenSlots) in forceHiddenSlots_slotNamesAdded_flowHasSlots() constant
120 val latest by collectLastValue(underTest.forceHiddenSlots) in forceHiddenSlots_wrongKey_doesNotUpdate() constant
143 val latest by collectLastValue(underTest.forceHiddenSlots) in forceHiddenSlots_slotNamesAddedThenNull_flowHasDefault() constant
160 val latest by collectLastValue(underTest.forceHiddenSlots) in forceHiddenSlots_someInvalidSlotNames_flowHasValidSlotsOnly() constant
176 val latest by collectLastValue(underTest.forceHiddenSlots) in forceHiddenSlots_someEmptySlotNames_flowHasValidSlotsOnly() constant
189 val latest by collectLastValue(underTest.forceHiddenSlots) in forceHiddenSlots_allInvalidOrEmptySlotNames_flowHasEmpty() constant
228 val latest by collectLastValue(underTest.defaultConnections) in defaultConnections_noTransports_nothingIsDefault() constant
248 val latest by collectLastValue(underTest.defaultConnections) in defaultConnections_cellularTransport_mobileIsDefault() constant
268 val latest by collectLastValue(underTest.defaultConnections) in defaultConnections_wifiTransport_wifiIsDefault() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/haptics/slider/
H A DSliderStateProducerTest.kt37 val latest by collectLastValue(eventFlow) in <lambda>() constant
46 val latest by collectLastValue(eventFlow) in <lambda>() constant
55 val latest by collectLastValue(eventFlow) in <lambda>() constant
64 val latest by collectLastValue(eventFlow) in <lambda>() constant
74 val latest by collectLastValue(eventFlow) in <lambda>() constant
84 val latest by collectLastValue(eventFlow) in <lambda>() constant
94 val latest by collectLastValue(eventFlow) in onStartTrackingTouch_afterProgress_trackingTouchEventProduced() constant
105 val latest by collectLastValue(eventFlow) in <lambda>() constant
116 val latest by collectLastValue(eventFlow) in <lambda>() constant
127 val latest by collectLastValue(eventFlow) in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
H A DInternetTileDataInteractorTest.kt156 val latest by in <lambda>() constant
179 val latest by in <lambda>() constant
208 val latest by in <lambda>() constant
235 val latest by in <lambda>() constant
256 val latest by in <lambda>() constant
277 val latest by in <lambda>() constant
299 val latest by in <lambda>() constant
318 val latest by in <lambda>() constant
338 val latest by in <lambda>() constant
359 val latest by in <lambda>() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/notification/domain/interactor/
H A DSingleNotificationChipInteractorTest.kt53 val latest by collectLastValue(underTest.notificationChip) in notificationChip_startsWithStartingModel() constant
69 val latest by collectLastValue(underTest.notificationChip) in notificationChip_updatesAfterSet() constant
94 val latest by collectLastValue(underTest.notificationChip) in notificationChip_ignoresSetWithDifferentKey() constant
111 val latest by collectLastValue(underTest.notificationChip) in notificationChip_missingStatusBarIconChipView_inConstructor_emitsNull() constant
129 val latest by collectLastValue(underTest.notificationChip) in notificationChip_cdEnabled_missingStatusBarIconChipView_inConstructor_emitsNotNull() constant
142 val latest by collectLastValue(underTest.notificationChip) in notificationChip_missingStatusBarIconChipView_inSet_emitsNull() constant
158 val latest by collectLastValue(underTest.notificationChip) in notificationChip_missingStatusBarIconChipView_inSet_cdEnabled_emitsNotNull() constant
185 val latest by collectLastValue(underTest.notificationChip) in notificationChip_appIsVisibleOnCreation_emitsNull() constant
200 val latest by collectLastValue(underTest.notificationChip) in notificationChip_appNotVisibleOnCreation_emitsValue() constant
213 val latest by collectLastValue(underTest.notificationChip) in notificationChip_hidesWhenAppIsVisible() constant
[all …]
H A DStatusBarNotificationChipsInteractorTest.kt57 val latest by collectLastValue(underTest.notificationChips) in notificationChips_flagOff_noNotifs() constant
76 val latest by collectLastValue(underTest.notificationChips) in notificationChips_noNotifs_empty() constant
87 val latest by collectLastValue(underTest.notificationChips) in notificationChips_notifMissingStatusBarChipIconView_empty() constant
106 val latest by collectLastValue(underTest.notificationChips) in notificationChips_onePromotedNotif_statusBarIconViewMatches() constant
128 val latest by collectLastValue(underTest.notificationChips) in notificationChips_onlyForPromotedNotifs() constant
163 val latest by collectLastValue(underTest.notificationChips) in notificationChips_notifUpdatesGoThrough() constant
213 val latest by collectLastValue(underTest.notificationChips) in notificationChips_promotedNotifDisappearsThenReappears() constant
255 val latest by collectLastValue(underTest.notificationChips) in notificationChips_notifChangesKey() constant
295 val latest by collectValues(underTest.promotedNotificationChipTapEvent) in onPromotedNotificationChipTapped_emitsKeys() constant
312 val latest by collectValues(underTest.promotedNotificationChipTapEvent) in onPromotedNotificationChipTapped_sameKeyTwice_emitsTwice() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/
H A DWifiViewModelTest.kt128 val latest by collectLastValue(underTest.wifiIcon) in wifiIcon_validHotspot_hotspotIconNotShown() constant
265 val latest by collectLastValue(underTest.isActivityInViewVisible) in activityIn_hasActivityInTrue_outputsTrue() constant
280 val latest by collectLastValue(underTest.isActivityInViewVisible) in activityIn_hasActivityInFalse_outputsFalse() constant
295 val latest by collectLastValue(underTest.isActivityOutViewVisible) in activityOut_hasActivityOutTrue_outputsTrue() constant
310 val latest by collectLastValue(underTest.isActivityOutViewVisible) in activityOut_hasActivityOutFalse_outputsFalse() constant
325 val latest by collectLastValue(underTest.isActivityContainerVisible) in activityContainer_hasActivityInTrue_outputsTrue() constant
340 val latest by collectLastValue(underTest.isActivityContainerVisible) in activityContainer_hasActivityOutTrue_outputsTrue() constant
355 val latest by collectLastValue(underTest.isActivityContainerVisible) in activityContainer_inAndOutTrue_outputsTrue() constant
371 val latest by collectLastValue(underTest.isActivityContainerVisible) in activityContainer_inAndOutFalse_outputsTrue_staticFlagOff() constant
387 val latest by collectLastValue(underTest.isActivityContainerVisible) in activityContainer_inAndOutFalse_outputsTrue_staticFlagOn() constant
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
H A DMobileIconViewModelTest.kt166 var latest: Boolean? = null in isVisible_notDataCapable_alwaysFalse() variable
177 var latest: Boolean? = null in isVisible_notAirplane_notForceHidden_true() variable
190 var latest: Boolean? = null in isVisible_airplaneAndNotAllowed_false() variable
206 var latest: Boolean? = null in isVisible_airplaneButAllowed_true() variable
221 var latest: Boolean? = null in isVisible_forceHidden_false() variable
235 var latest: Boolean? = null in isVisible_respondsToUpdates() variable
258 var latest: ContentDescription? = null in contentDescription_notInService_usesNoPhone() variable
272 var latest: ContentDescription? = null in contentDescription_inService_usesLevel() variable
289 val latest by collectLastValue(underTest.contentDescription) in contentDescription_nonInflated_invalidLevelIsNull() constant
302 val latest by collectLastValue(underTest.contentDescription) in contentDescription_inflated_invalidLevelIsNull() constant
[all …]

1234567891011