Home
last modified time | relevance | path

Searched refs:Loaded (Results 1 – 25 of 95) sorted by relevance

1234

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/data/repository/
DMediaFilterRepositoryTest.kt168 underTest.addMediaDataLoadingState(MediaDataLoadingModel.Loaded(playingInstanceId)) in addMediaControlPlayingThenRemote()
170 underTest.addMediaDataLoadingState(MediaDataLoadingModel.Loaded(remoteInstanceId)) in addMediaControlPlayingThenRemote()
175 MediaCommonModel.MediaControl(MediaDataLoadingModel.Loaded(playingInstanceId)), in addMediaControlPlayingThenRemote()
176 MediaCommonModel.MediaControl(MediaDataLoadingModel.Loaded(remoteInstanceId)) in addMediaControlPlayingThenRemote()
191 underTest.addMediaDataLoadingState(MediaDataLoadingModel.Loaded(playingInstanceId1)) in switchMediaControlsPlaying()
193 underTest.addMediaDataLoadingState(MediaDataLoadingModel.Loaded(playingInstanceId2)) in switchMediaControlsPlaying()
198 MediaCommonModel.MediaControl(MediaDataLoadingModel.Loaded(playingInstanceId1)), in switchMediaControlsPlaying()
199 MediaCommonModel.MediaControl(MediaDataLoadingModel.Loaded(playingInstanceId2)) in switchMediaControlsPlaying()
207 underTest.addMediaDataLoadingState(MediaDataLoadingModel.Loaded(playingInstanceId1)) in switchMediaControlsPlaying()
210 MediaDataLoadingModel.Loaded(playingInstanceId2, false) in switchMediaControlsPlaying()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/
DChipbarCoordinatorTest.kt138 Icon.Resource(R.drawable.ic_cake, ContentDescription.Loaded("loadedCD")), in displayView_contentDescription_iconHasDescription()
139 Text.Loaded("text"), in displayView_contentDescription_iconHasDescription()
154 Text.Loaded("text"), in displayView_contentDescription_iconHasNoDescription()
167 Icon.Resource(R.drawable.ic_cake, ContentDescription.Loaded("loadedCD")), in displayView_contentDescription_endIsLoading()
168 Text.Loaded("text"), in displayView_contentDescription_endIsLoading()
183 Icon.Resource(R.drawable.ic_cake, ContentDescription.Loaded("loadedCD")), in displayView_contentDescription_endNotLoading()
184 Text.Loaded("text"), in displayView_contentDescription_endNotLoading()
201 Icon.Loaded(drawable, contentDescription = ContentDescription.Loaded("loadedCD")), in displayView_loadedIcon_correctlyRendered()
202 Text.Loaded("text"), in displayView_loadedIcon_correctlyRendered()
218 Text.Loaded("text"), in displayView_resourceIcon_correctlyRendered()
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/data/repository/
DIconAndNameCustomRepositoryTest.kt100 Icon.Loaded(drawable1, ContentDescription.Loaded(tileService1)), in loadDataForCurrentServices()
101 Text.Loaded(tileService1), in loadDataForCurrentServices()
102 Text.Loaded(appName1), in loadDataForCurrentServices()
107 Icon.Loaded(drawable2, ContentDescription.Loaded(tileService2)), in loadDataForCurrentServices()
108 Text.Loaded(tileService2), in loadDataForCurrentServices()
109 Text.Loaded(appName2), in loadDataForCurrentServices()
144 Icon.Loaded(drawable1, ContentDescription.Loaded(tileService1)), in loadDataForCurrentServices_serviceInfoWithNullIcon_notInList()
145 Text.Loaded(tileService1), in loadDataForCurrentServices_serviceInfoWithNullIcon_notInList()
146 Text.Loaded(appName1), in loadDataForCurrentServices_serviceInfoWithNullIcon_notInList()
/frameworks/base/cmds/incidentd/testdata/
Dkmsg.txt5 D - 104829 - APPSBL Image Loaded, Delta - (2498816 Bytes)
17 D - 3386 - QSEE Dev Config Image Loaded, Delta - (46232 Bytes)
20 D - 2166 - APDP Image Loaded, Delta - (7696 Bytes)
23 D - 50782 - QSEE Image Loaded, Delta - (1648640 Bytes)
25 D - 244 - SEC Image Loaded, Delta - (4096 Bytes)
32 D - 11010 - QHEE Image Loaded, Delta - (258280 Bytes)
35 D - 10736 - RPM Image Loaded, Delta - (224104 Bytes)
37 D - 0 - STI Image Loaded, Delta - (0 Bytes)
45 D - 104828 - APPSBL Image Loaded, Delta - (2498816 Bytes)
Dkmsg.txt.gz
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/common/
DMediaTttUtils.kt69 ContentDescription.Loaded( in getIconInfoFromPackageName()
77 ContentDescription.Loaded(appName) in getIconInfoFromPackageName()
81 MediaTttIcon.Loaded(packageManager.getApplicationIcon(appPackageName)), in getIconInfoFromPackageName()
121 is MediaTttIcon.Loaded -> Icon.Loaded(icon.drawable, contentDescription) in toTintedIcon()
133 data class Loaded(val drawable: Drawable) : MediaTttIcon dataClass
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileDataInteractor.kt82 icon = Icon.Loaded(context.getDrawable(wifiIcon.icon.res)!!, null), in <lambda>()
84 contentDescription = ContentDescription.Loaded("$internetLabel,$secondary"), in <lambda>()
137 val loadedIcon = Icon.Loaded(drawable, null) in <lambda>()
143 ContentDescription.Loaded(secondary.toString()), in <lambda>()
144 contentDescription = ContentDescription.Loaded(internetLabel), in <lambda>()
155 stateDescription = ContentDescription.Loaded(secondary), in <lambda>()
156 contentDescription = ContentDescription.Loaded(internetLabel), in <lambda>()
221 contentDescription = ContentDescription.Loaded(secondary), in <lambda>()
232 ContentDescription.Loaded("$internetLabel,$secondary") in <lambda>()
282 is ContentDescription.Loaded -> Text.Loaded(this.description) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/data/repository/
DIconAndNameCustomRepository.kt60 Icon.Loaded(icon, ContentDescription.Loaded(label.toString())), in getCustomTileData()
61 Text.Loaded(label.toString()), in getCustomTileData()
62 Text.Loaded(appName.toString()), in getCustomTileData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModel.kt82 contentDescription = ContentDescription.Loaded("$internetLabel,$secondary"), in <lambda>()
131 stateDescription = ContentDescription.Loaded(secondary.toString()), in <lambda>()
132 contentDescription = ContentDescription.Loaded(internetLabel), in <lambda>()
141 stateDescription = ContentDescription.Loaded(secondary), in <lambda>()
142 contentDescription = ContentDescription.Loaded(internetLabel), in <lambda>()
207 contentDescription = ContentDescription.Loaded(secondary), in <lambda>()
218 ContentDescription.Loaded("$internetLabel,$secondary") in <lambda>()
266 is ContentDescription.Loaded -> Text.Loaded(this.description) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/ui/model/
DWifiIcon.kt47 val contentDescription: ContentDescription.Loaded, in toString()
88 ContentDescription.Loaded( in fromModel()
127 ContentDescription.Loaded(context.getString(WIFI_OTHER_DEVICE_CONNECTION)), in toIcon()
137 ContentDescription.Loaded(levelDesc), in toBasicIcon()
142 ContentDescription.Loaded("$levelDesc,${context.getString(NO_INTERNET)}"), in toBasicIcon()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/domain/interactor/
DEditTilesListInteractorTest.kt132 icon = Icon.Loaded(icon, ContentDescription.Loaded(tileName)), in getTilesToEdit_customTileData_matchesService()
133 label = Text.Loaded(tileName), in getTilesToEdit_customTileData_matchesService()
134 appName = Text.Loaded(appName), in getTilesToEdit_customTileData_matchesService()
182 icon = Icon.Resource(android.R.drawable.star_on, ContentDescription.Loaded(spec)), in TileSpec()
183 label = Text.Loaded(spec), in TileSpec()
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/shared/model/
DText.kt28 data class Loaded( class in com.android.systemui.common.shared.model.Text
46 is Loaded -> this.text in loadText()
DContentDescription.kt27 data class Loaded( class in com.android.systemui.common.shared.model.ContentDescription
45 is Loaded -> this.description in ContentDescription()
DIcon.kt29 data class Loaded( dataClass
42 Icon.Loaded(this, contentDescription)
DColor.kt28 data class Loaded(@ColorInt val color: Int) : Color dataClass
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/common/
DMediaTttUtilsTest.kt187 assertThat(iconInfo.icon).isEqualTo(MediaTttIcon.Loaded(appIconFromPackageName)) in getIconInfoFromPackageName_validPackageName_returnsAppInfo()
201 assertThat(iconInfo.icon).isEqualTo(MediaTttIcon.Loaded(appIconFromPackageName)) in getIconInfoFromPackageName_validPackageName_isReceiver_returnsAppInfo()
235 val contentDescription = ContentDescription.Loaded("test") in iconInfo_toTintedIcon_loaded()
242 MediaTttIcon.Loaded(drawable), in iconInfo_toTintedIcon_loaded()
249 assertThat(tinted.icon).isEqualTo(Icon.Loaded(drawable, contentDescription)) in iconInfo_toTintedIcon_loaded()
255 val contentDescription = ContentDescription.Loaded("test") in iconInfo_toTintedIcon_resource()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/screenrecord/domain/ui/
DScreenRecordTileMapper.kt47 Icon.Loaded( in map()
59 Icon.Loaded( in map()
72 Icon.Loaded( in map()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/domain/interactor/
DMediaCarouselInteractorTest.kt105 mediaFilterRepository.addMediaDataLoadingState(MediaDataLoadingModel.Loaded(instanceId)) in addInactiveUserMediaEntry_thenRemove()
133 val recsLoadingModel = SmartspaceMediaLoadingModel.Loaded(KEY_MEDIA_SMARTSPACE, true) in addActiveRecommendation_inactiveMedia()
134 val mediaLoadingModel = MediaDataLoadingModel.Loaded(userMedia.instanceId) in addActiveRecommendation_inactiveMedia()
228 val smartspaceLoadingModel = SmartspaceMediaLoadingModel.Loaded(KEY_MEDIA_SMARTSPACE) in loadMediaFromRec()
229 val mediaLoadingModel = MediaDataLoadingModel.Loaded(instanceId) in loadMediaFromRec()
242 mediaFilterRepository.addMediaDataLoadingState(MediaDataLoadingModel.Loaded(instanceId)) in loadMediaFromRec()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataFilterImplTest.kt177 MediaCommonModel.MediaControl(MediaDataLoadingModel.Loaded(dataMain.instanceId)) in onDataLoadedForCurrentUser_updatesLoadedStates()
193 MediaCommonModel.MediaControl(MediaDataLoadingModel.Loaded(dataMain.instanceId)) in onDataLoadedForGuest_doesNotUpdateLoadedStates()
208 MediaCommonModel.MediaControl(MediaDataLoadingModel.Loaded(dataMain.instanceId)) in onRemovedForCurrent_updatesLoadedStates()
243 val mediaLoaded = MediaDataLoadingModel.Loaded(dataMain.instanceId) in onUserSwitched_removesOldUserControls()
265 val guestLoadedStatesModel = MediaDataLoadingModel.Loaded(dataGuest.instanceId) in onUserSwitched_addsNewUserControls()
266 val mainLoadedStatesModel = MediaDataLoadingModel.Loaded(dataMain.instanceId) in onUserSwitched_addsNewUserControls()
313 val mediaLoadedStatesModel = MediaDataLoadingModel.Loaded(dataMain.instanceId) in onProfileChanged_profileUnavailable_updateStates()
549 SmartspaceMediaLoadingModel.Loaded(SMARTSPACE_KEY, isPrioritized = true) in onSmartspaceMediaDataLoaded_noMedia_activeValidRec_prioritizesSmartspace()
613 SmartspaceMediaLoadingModel.Loaded(SMARTSPACE_KEY, isPrioritized = true) in onSmartspaceMediaDataLoaded_noRecentMedia_activeValidRec_prioritizesSmartspace()
617 MediaDataLoadingModel.Loaded(dataMain.instanceId), in onSmartspaceMediaDataLoaded_noRecentMedia_activeValidRec_prioritizesSmartspace()
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/ui/viewmodel/
DEditModeViewModelTest.kt227 assertThat(model1.label).isEqualTo(Text.Loaded(tileService1)) in <lambda>()
228 assertThat(model1.appName).isEqualTo(Text.Loaded(appName1)) in <lambda>()
230 .isEqualTo(Icon.Loaded(drawable1, ContentDescription.Loaded(tileService1))) in <lambda>()
234 assertThat(model2.label).isEqualTo(Text.Loaded(tileService2)) in <lambda>()
235 assertThat(model2.appName).isEqualTo(Text.Loaded(appName2)) in <lambda>()
237 .isEqualTo(Icon.Loaded(drawable2, ContentDescription.Loaded(tileService2))) in <lambda>()
504 icon = Icon.Resource(R.drawable.star_on, ContentDescription.Loaded(spec)), in <lambda>()
505 label = Text.Loaded(spec), in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/flashlight/domain/
DFlashlightMapperTest.kt76 Icon.Loaded(context.getDrawable(R.drawable.qs_flashlight_icon_on)!!, null) in mapsEnabledDataToOnIconState()
87 Icon.Loaded(context.getDrawable(R.drawable.qs_flashlight_icon_off)!!, null) in mapsDisabledDataToOffIconState()
98 Icon.Loaded(context.getDrawable(R.drawable.qs_flashlight_icon_off)!!, null) in mapsUnavailableDataToOffIconState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/domain/interactor/
DEditTilesListInteractor.kt62 ContentDescription.Loaded(it.spec) in getTilesToEdit()
64 Text.Loaded(it.spec), in getTilesToEdit()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileDataInteractorTest.kt203 Icon.Loaded(context.getDrawable(WifiIcons.WIFI_NO_INTERNET_ICONS[4])!!, null) in <lambda>()
235 Icon.Loaded(context.getDrawable(WifiIcons.WIFI_NO_INTERNET_ICONS[4])!!, null) in <lambda>()
254 Icon.Loaded( in <lambda>()
276 Icon.Loaded( in <lambda>()
298 Icon.Loaded( in <lambda>()
320 Icon.Loaded( in <lambda>()
341 Icon.Loaded( in <lambda>()
363 Icon.Loaded( in <lambda>()
385 Icon.Loaded( in <lambda>()
496 assertThat(latest?.icon).isInstanceOf(Icon.Loaded::class.java) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataFilterImpl.kt123 MediaDataLoadingModel.Loaded(data.instanceId) in <lambda>()
183 MediaDataLoadingModel.Loaded(lastActiveId) in <lambda>()
220 SmartspaceMediaLoadingModel.Loaded(key, shouldPrioritizeMutable) in <lambda>()
247 MediaDataLoadingModel.Loaded(lastActiveId, immediately) in <lambda>()
322 MediaDataLoadingModel.Loaded(data.instanceId) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/ui/viewmodel/
DUserSwitcherViewModelTest.kt225 name = Text.Loaded("zero"), in <lambda>()
231 name = Text.Loaded("one"), in <lambda>()
237 name = Text.Loaded("two"), in <lambda>()
400 name = Text.Loaded("zero"), in <lambda>()
449 name = Text.Loaded("zero"), in <lambda>()
455 name = Text.Loaded("one"), in <lambda>()

1234