Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/prod/
DWifiRepositoryViaTrackerLibTest.kt124 val latest by collectLastValue(underTest.isWifiEnabled) in isWifiEnabled_enabled_true() constant
135 val latest by collectLastValue(underTest.isWifiEnabled) in isWifiEnabled_enabling_false() constant
146 val latest by collectLastValue(underTest.isWifiEnabled) in isWifiEnabled_disabling_true() constant
157 val latest by collectLastValue(underTest.isWifiEnabled) in isWifiEnabled_disabled_false() constant
168 val latest by collectLastValue(underTest.isWifiEnabled) in isWifiEnabled_respondsToUpdates() constant
189 val latest by collectLastValue(underTest.isWifiDefault) in isWifiDefault_wifiNetwork_isTrue() constant
202 val latest by collectLastValue(underTest.isWifiDefault) in isWifiDefault_carrierMerged_isTrue() constant
217 val latest by collectLastValue(underTest.isWifiDefault) in isWifiDefault_wifiNetworkNotDefault_isFalse() constant
230 val latest by collectLastValue(underTest.isWifiDefault) in isWifiDefault_carrierMergedNotDefault_isFalse() constant
245 val latest by collectLastValue(underTest.isWifiDefault) in isWifiDefault_noWifiNetwork_isFalse() constant
[all …]
DWifiRepositoryImplTest.kt126 val latest by collectLastValue(underTest.isWifiEnabled) in isWifiEnabled_networkCapabilitiesChanged_valueUpdated() constant
145 val latest by collectLastValue(underTest.isWifiEnabled) in isWifiEnabled_networkLost_valueUpdated() constant
161 val latest by collectLastValue(underTest.isWifiEnabled) in isWifiEnabled_intentsReceived_valueUpdated() constant
184 val latest by collectLastValue(underTest.isWifiEnabled) in isWifiEnabled_bothIntentAndNetworkUpdates_valueAlwaysUpdated() constant
217 val latest by collectLastValue(underTest.isWifiDefault) in isWifiDefault_wifiNetwork_isTrue() constant
231 val latest by collectLastValue(underTest.isWifiDefault) in isWifiDefault_transportInfoIsNotWifi_andNoWifiTransport_false() constant
255 val latest by collectLastValue(underTest.isWifiDefault) in isWifiDefault_transportInfoIsNotWifi_butHasWifiTransport_true() constant
278 val latest by collectLastValue(underTest.isWifiDefault) in isWifiDefault_carrierMergedViaCellular_isTrue() constant
298 val latest by collectLastValue(underTest.isWifiDefault) in isWifiDefault_carrierMergedViaCellular_withVcnTransport_isTrue() constant
315 val latest by collectLastValue(underTest.isWifiDefault) in isWifiDefault_carrierMergedViaWifi_isTrue() constant
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/haptics/slider/
DSeekableSliderEventProducerTest.kt39 val latest by collectLastValue(eventFlow) in <lambda>() constant
48 val latest by collectLastValue(eventFlow) in <lambda>() constant
58 val latest by collectLastValue(eventFlow) in <lambda>() constant
72 val latest by collectLastValue(eventFlow) in onProgressChangeByUser_zeroWidthSlider_changeByUserEventProduced_withMaxProgress() constant
82 val latest by collectLastValue(eventFlow) in <lambda>() constant
96 val latest by collectLastValue(eventFlow) in onProgressChangeByProgram_zeroWidthSlider_changeByProgramEventProduced_withMaxProgress() constant
107 val latest by collectLastValue(eventFlow) in onStartTrackingTouch_afterProgress_trackingTouchEventProduced_withNormalizedProgress() constant
119 val latest by collectLastValue(eventFlow) in onStopTrackingTouch_afterProgress_stopTrackingTouchEventProduced_withNormalizedProgress() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallpapers/data/repository/
DWallpaperRepositoryImplTest.kt70 val latest by collectLastValue(underTest.wallpaperInfo) in wallpaperInfo_nullInfo() constant
85 val latest by collectLastValue(underTest.wallpaperInfo) in wallpaperInfo_hasInfoFromManager() constant
113 val latest by collectLastValue(underTest.wallpaperInfo) in wallpaperInfo_updatesOnUserChanged() constant
141 val latest by collectLastValue(underTest.wallpaperInfo) in wallpaperInfo_doesNotUpdateOnUserChanging() constant
170 val latest by collectLastValue(underTest.wallpaperInfo) in wallpaperInfo_updatesOnIntent() constant
194 val latest by collectLastValue(underTest.wallpaperInfo) in wallpaperInfo_wallpaperNotSupported_alwaysNull() constant
217 val latest by collectLastValue(underTest.wallpaperInfo) in wallpaperInfo_deviceDoesNotSupportAmbientWallpaper_alwaysFalse() constant
235 val latest by collectLastValue(underTest.wallpaperSupportsAmbientMode) in wallpaperSupportsAmbientMode_nullInfo_false() constant
250 val latest by collectLastValue(underTest.wallpaperSupportsAmbientMode) in wallpaperSupportsAmbientMode_infoDoesNotSupport_false() constant
265 val latest by collectLastValue(underTest.wallpaperSupportsAmbientMode) in wallpaperSupportsAmbientMode_infoSupports_true() constant
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/data/repository/
DNotificationExpansionRepositoryTest.kt32 val latest by collectLastValue(underTest.isExpandAnimationRunning) in <lambda>() constant
39 val latest by collectLastValue(underTest.isExpandAnimationRunning) in <lambda>() constant
48 val latest by collectLastValue(underTest.isExpandAnimationRunning) in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/domain/interactor/
DWifiInteractorImplTest.kt70 var latest: String? = "default" in ssid_unavailableNetwork_outputsNull() variable
84 var latest: String? = "default" in ssid_inactiveNetwork_outputsNull() variable
100 var latest: String? = "default" in ssid_carrierMergedNetwork_outputsNull() variable
121 var latest: String? = null in ssid_isPasspointAccessPoint_outputsPasspointName() variable
142 var latest: String? = null in ssid_isOnlineSignUpForPasspoint_outputsPasspointName() variable
162 var latest: String? = "default" in ssid_unknownSsid_outputsNull() variable
182 var latest: String? = null in ssid_validSsid_outputsSsid() variable
194 var latest: Boolean? = null in isEnabled_matchesRepoIsEnabled() variable
215 var latest: Boolean? = null in isDefault_matchesRepoIsDefault() variable
246 var latest: WifiNetworkModel? = null in wifiNetwork_matchesRepoWifiNetwork() variable
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/
DWifiViewModelTest.kt211 val latest by collectLastValue(underTest.isActivityInViewVisible) in activityIn_hasActivityInTrue_outputsTrue() constant
226 val latest by collectLastValue(underTest.isActivityInViewVisible) in activityIn_hasActivityInFalse_outputsFalse() constant
241 val latest by collectLastValue(underTest.isActivityOutViewVisible) in activityOut_hasActivityOutTrue_outputsTrue() constant
256 val latest by collectLastValue(underTest.isActivityOutViewVisible) in activityOut_hasActivityOutFalse_outputsFalse() constant
271 val latest by collectLastValue(underTest.isActivityContainerVisible) in activityContainer_hasActivityInTrue_outputsTrue() constant
286 val latest by collectLastValue(underTest.isActivityContainerVisible) in activityContainer_hasActivityOutTrue_outputsTrue() constant
301 val latest by collectLastValue(underTest.isActivityContainerVisible) in activityContainer_inAndOutTrue_outputsTrue() constant
316 val latest by collectLastValue(underTest.isActivityContainerVisible) in activityContainer_inAndOutFalse_outputsFalse() constant
327 val latest by collectLastValue(underTest.isAirplaneSpacerVisible) in airplaneSpacer_notAirplaneMode_outputsFalse() constant
337 val latest by collectLastValue(underTest.isAirplaneSpacerVisible) in airplaneSpacer_airplaneForceHidden_outputsFalse() constant
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/ethernet/domain/
DEthernetInteractorTest.kt42 val latest by collectLastValue(underTest.icon) in icon_default_validated() constant
60 val latest by collectLastValue(underTest.icon) in icon_default_notValidated() constant
78 val latest by collectLastValue(underTest.icon) in icon_notDefault_validated() constant
88 val latest by collectLastValue(underTest.icon) in icon_notDefault_notValidated() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryTest.kt231 val latest by collectLastValue(underTest.subscriptions) in <lambda>() constant
243 val latest by collectLastValue(underTest.subscriptions) in <lambda>() constant
262 val latest by collectLastValue(underTest.subscriptions) in <lambda>() constant
275 val latest by collectLastValue(underTest.subscriptions) in <lambda>() constant
305 val latest by collectLastValue(underTest.activeMobileDataSubscriptionId) in <lambda>() constant
326 val latest by collectLastValue(underTest.activeMobileDataRepository) in <lambda>() constant
337 val latest by collectLastValue(underTest.activeMobileDataRepository) in <lambda>() constant
625 val latest by collectLastValue(underTest.defaultDataSubId) in <lambda>() constant
648 val latest by collectLastValue(underTest.defaultDataSubId) in <lambda>() constant
657 var latest: Int? = null in <lambda>() variable
[all …]
DMobileConnectionRepositoryTest.kt157 var latest: Boolean? = null in emergencyOnly() variable
173 var latest: Boolean? = null in emergencyOnly_toggles() variable
190 var latest: Int? = null in cdmaLevelUpdates() variable
211 var latest: Int? = null in gsmLevelUpdates() variable
231 var latest: Boolean? = null in isGsm() variable
251 var latest: DataConnectionState? = null in dataConnectionState_connected() variable
266 var latest: DataConnectionState? = null in dataConnectionState_connecting() variable
281 var latest: DataConnectionState? = null in dataConnectionState_disconnected() variable
296 var latest: DataConnectionState? = null in dataConnectionState_disconnecting() variable
311 var latest: DataConnectionState? = null in dataConnectionState_suspended() variable
[all …]
DCarrierMergedConnectionRepositoryTest.kt118 var latest: Int? = null in carrierMergedWifi_isValidAndFieldsComeFromWifiNetwork() variable
140 var latest: DataActivityModel? = null in activity_comesFromWifiActivity() variable
202 var latest: Int? = null in carrierMergedButNotEnabled_isDefault() variable
223 var latest: Int? = null in carrierMergedButWifiNotDefault_isDefault() variable
243 var latest: Int? = null in numberOfLevels_comesFromCarrierMerged() variable
263 var latest: Boolean? = null in dataEnabled_matchesWifiEnabled() variable
278 var latest: Boolean? = null in cdmaRoaming_alwaysFalse() variable
291 var latest: NetworkNameModel? = null in networkName_usesSimOperatorNameAsInitial() variable
304 var latest: NetworkNameModel? = null in networkName_updatesOnNetworkUpdate() variable
326 val latest by collectLastValue(underTest.isAllowedDuringAirplaneMode) in isAllowedDuringAirplaneMode_alwaysTrue() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModelTest.kt116 val latest by collectLastValue(underTest.tileModel) in noDefault_noNetworksAvailable() constant
134 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndActive() constant
160 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndNotActive_noNetworksAvailable() constant
175 val latest by collectLastValue(underTest.tileModel) in wifiDefaultAndNotActive_networksAvailable() constant
194 val latest by collectLastValue(underTest.tileModel) in mobileDefault_usesNetworkNameAndIcon() constant
213 val latest by collectLastValue(underTest.tileModel) in ethernetDefault_validated_matchesInteractor() constant
228 val latest by collectLastValue(underTest.tileModel) in ethernetDefault_notValidated_matchesInteractor() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconInteractorTest.kt91 var latest: Int? = null in gsm_usesGsmLevel() variable
107 var latest: Int? = null in gsm_alwaysShowCdmaTrue_stillUsesGsmLevel() variable
120 var latest: Int? = null in notGsm_level_default_unknown() variable
135 var latest: Int? = null in notGsm_alwaysShowCdmaTrue_usesCdmaLevel() variable
151 var latest: Int? = null in notGsm_alwaysShowCdmaFalse_usesPrimaryLevel() variable
162 var latest: Int? = null in numberOfLevels_comesFromRepo() variable
180 var latest: NetworkTypeIconModel? = null in iconGroup_three_g() variable
194 var latest: NetworkTypeIconModel? = null in iconGroup_updates_on_change() variable
211 var latest: NetworkTypeIconModel? = null in iconGroup_5g_override_type() variable
225 var latest: NetworkTypeIconModel? = null in iconGroup_default_if_no_lookup() variable
[all …]
DMobileIconsInteractorTest.kt110 var latest: List<SubscriptionModel>? = null in filteredSubscriptions_default() variable
125 var latest: List<SubscriptionModel>? = null in filteredSubscriptions_moreThanTwo_doesNotFilter() variable
138 var latest: List<SubscriptionModel>? = null in filteredSubscriptions_nonOpportunistic_updatesWithMultipleSubs() variable
152 var latest: List<SubscriptionModel>? = null in filteredSubscriptions_opportunistic_differentGroups_doesNotFilter() variable
172 var latest: List<SubscriptionModel>? = null in filteredSubscriptions_opportunistic_nonGrouped_doesNotFilter() variable
194 var latest: List<SubscriptionModel>? = null in filteredSubscriptions_opportunistic_grouped_configFalse_showsActive_3() variable
217 var latest: List<SubscriptionModel>? = null in filteredSubscriptions_opportunistic_grouped_configFalse_showsActive_4() variable
240 var latest: List<SubscriptionModel>? = null in filteredSubscriptions_oneOpportunistic_grouped_configTrue_showsPrimary_active_1() variable
264 var latest: List<SubscriptionModel>? = null in filteredSubscriptions_oneOpportunistic_grouped_configTrue_showsPrimary_nonActive_1() variable
289 var latest: List<SubscriptionModel>? = null in filteredSubscriptions_vcnSubId_agreesWithActiveSubId_usesActiveAkaVcnSub() variable
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardQuickAffordancesCombinedViewModelTest.kt217 val latest = collectLastValue(underTest.startButton) in startButton_present_visibleModel_startsActivityOnClick() constant
249 val latest by collectLastValue(underTest.startButton) in startButton_hiddenWhenDevicePolicyDisablesAllKeyguardFeatures() constant
291 val latest = collectLastValue(underTest.startButton) in startButton_inPreviewMode_visibleEvenWhenKeyguardNotShowing() constant
392 val latest = collectLastValue(underTest.endButton) in endButton_present_visibleModel_doNothingOnClick() constant
420 val latest = collectLastValue(underTest.startButton) in startButton_notPresent_modelIsHidden() constant
491 val latest = collectLastValue(underTest.startButton) in isClickable_trueWhenAlphaAtThreshold() constant
504 val latest = collectLastValue(underTest.startButton) in isClickable_trueWhenAlphaAboveThreshold() constant
539 val latest = collectLastValue(underTest.startButton) in isClickable_falseWhenAlphaBelowThreshold() constant
574 val latest = collectLastValue(underTest.startButton) in isClickable_falseWhenAlphaAtZero() constant
DKeyguardBottomAreaViewModelTest.kt254 val latest = collectLastValue(underTest.startButton) in startButton_present_visibleModel_startsActivityOnClick() constant
285 val latest by collectLastValue(underTest.startButton) in startButton_hiddenWhenDevicePolicyDisablesAllKeyguardFeatures() constant
322 val latest = collectLastValue(underTest.startButton) in startButton_inPreviewMode_visibleEvenWhenKeyguardNotShowing() constant
419 val latest = collectLastValue(underTest.endButton) in endButton_present_visibleModel_doNothingOnClick() constant
447 val latest = collectLastValue(underTest.startButton) in startButton_notPresent_modelIsHidden() constant
566 val latest = collectLastValue(underTest.startButton) in isClickable_trueWhenAlphaAtThreshold() constant
579 val latest = collectLastValue(underTest.startButton) in isClickable_trueWhenAlphaAboveThreshold() constant
610 val latest = collectLastValue(underTest.startButton) in isClickable_falseWhenAlphaBelowThreshold() constant
641 val latest = collectLastValue(underTest.startButton) in isClickable_falseWhenAlphaAtZero() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconViewModelTest.kt142 var latest: Boolean? = null in isVisible_notDataCapable_alwaysFalse() variable
153 var latest: Boolean? = null in isVisible_notAirplane_notForceHidden_true() variable
166 var latest: Boolean? = null in isVisible_airplaneAndNotAllowed_false() variable
182 var latest: Boolean? = null in isVisible_airplaneButAllowed_true() variable
197 var latest: Boolean? = null in isVisible_forceHidden_false() variable
211 var latest: Boolean? = null in isVisible_respondsToUpdates() variable
234 var latest: ContentDescription? = null in contentDescription_notInService_usesNoPhone() variable
248 var latest: ContentDescription? = null in contentDescription_inService_usesLevel() variable
273 var latest: Icon? = null in networkType_dataEnabled_groupIsRepresented() variable
287 var latest: Icon? = null in networkType_null_whenDisabled() variable
[all …]
DMobileIconsViewModelTest.kt90 var latest: List<Int>? = null in subscriptionIdsFlow_matchesInteractor() variable
159 var latest: Boolean? = null in firstMobileSubShowingNetworkTypeIcon_noSubs_false() variable
173 var latest: Boolean? = null in firstMobileSubShowingNetworkTypeIcon_oneSub_notShowingRat_false() variable
190 var latest: Boolean? = null in firstMobileSubShowingNetworkTypeIcon_oneSub_showingRat_true() variable
207 var latest: Boolean? = null in firstMobileSubShowingNetworkTypeIcon_updatesAsSubUpdates() variable
232 var latest: Boolean? = null in firstMobileSubShowingNetworkTypeIcon_multipleSubs_lastSubNotShowingRat_false() variable
250 var latest: Boolean? = null in firstMobileSubShowingNetworkTypeIcon_multipleSubs_lastSubShowingRat_true() variable
267 var latest: Boolean? = null in firstMobileSubShowingNetworkTypeIcon_subListUpdates_valAlsoUpdates() variable
294 var latest: Boolean? = null in firstMobileSubShowingNetworkTypeIcon_subListReorders_valAlsoUpdates() variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/backlight/domain/interactor/
DKeyboardBacklightInteractorTest.kt49 val latest by collectLastValue(underTest.backlight) in <lambda>() constant
65 val latest by collectLastValue(underTest.backlight) in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/controller/
DWalletContextualSuggestionsControllerTest.kt121 val latest = in <lambda>() constant
138 val latest = in <lambda>() constant
157 val latest = in <lambda>() constant
175 val latest = in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/data/repository/
DConnectivityRepositoryImplTest.kt89 var latest: Set<ConnectivitySlot>? = null in forceHiddenSlots_initiallyGetsDefault() variable
102 var latest: Set<ConnectivitySlot>? = null in forceHiddenSlots_slotNamesAdded_flowHasSlots() variable
117 var latest: Set<ConnectivitySlot>? = null in forceHiddenSlots_wrongKey_doesNotUpdate() variable
143 var latest: Set<ConnectivitySlot>? = null in forceHiddenSlots_slotNamesAddedThenNull_flowHasDefault() variable
163 var latest: Set<ConnectivitySlot>? = null in forceHiddenSlots_someInvalidSlotNames_flowHasValidSlotsOnly() variable
181 var latest: Set<ConnectivitySlot>? = null in forceHiddenSlots_someEmptySlotNames_flowHasValidSlotsOnly() variable
196 var latest: Set<ConnectivitySlot>? = null in forceHiddenSlots_allInvalidOrEmptySlotNames_flowHasEmpty() variable
240 var latest: DefaultConnectionModel? = null in defaultConnections_noTransports_nothingIsDefault() variable
263 var latest: DefaultConnectionModel? = null in defaultConnections_cellularTransport_mobileIsDefault() variable
286 var latest: DefaultConnectionModel? = null in defaultConnections_wifiTransport_wifiIsDefault() variable
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
DDemoMobileConnectionsRepositoryTest.kt117 var latest: List<SubscriptionModel>? = null in <lambda>() variable
133 var latest: List<SubscriptionModel>? = null in <lambda>() variable
149 var latest: List<SubscriptionModel>? = null in <lambda>() variable
171 var latest: List<SubscriptionModel>? = null in <lambda>() variable
193 var latest: List<SubscriptionModel>? = null in <lambda>() variable
207 var latest: List<SubscriptionModel>? = null in <lambda>() variable
221 var latest: List<SubscriptionModel>? = null in <lambda>() variable
236 var latest: List<SubscriptionModel>? = null in <lambda>() variable
251 var latest: List<SubscriptionModel>? = null in <lambda>() variable
266 var latest: List<SubscriptionModel>? = null in <lambda>() variable
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/airplane/domain/interactor/
DAirplaneModeInteractorTest.kt54 var latest: Boolean? = null in isAirplaneMode_matchesRepo() variable
77 var latest: Boolean? = null in isForceHidden_repoHasWifiHidden_outputsTrue() variable
90 var latest: Boolean? = null in isForceHidden_repoDoesNotHaveWifiHidden_outputsFalse() variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/
DQuickAccessWalletKeyguardQuickAffordanceConfigTest.kt78 var latest: KeyguardQuickAffordanceConfig.LockScreenState? = null in <lambda>() variable
100 var latest: KeyguardQuickAffordanceConfig.LockScreenState? = null in <lambda>() variable
112 var latest: KeyguardQuickAffordanceConfig.LockScreenState? = null in <lambda>() variable
133 var latest: KeyguardQuickAffordanceConfig.LockScreenState? = null in <lambda>() variable
145 var latest: KeyguardQuickAffordanceConfig.LockScreenState? = null in <lambda>() variable
157 var latest: KeyguardQuickAffordanceConfig.LockScreenState? = null in <lambda>() variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/airplane/ui/viewmodel/
DAirplaneModeViewModelImplTest.kt73 var latest: Boolean? = null in isAirplaneModeIconVisible_notAirplaneMode_outputsFalse() variable
87 var latest: Boolean? = null in isAirplaneModeIconVisible_forceHidden_outputsFalse() variable
101 var latest: Boolean? = null in isAirplaneModeIconVisible_isAirplaneModeAndNotForceHidden_outputsTrue() variable

12