/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/ |
H A D | ChipbarCoordinatorTest.kt | 145 Text.Loaded("text"), 160 Text.Loaded("text"), 174 Text.Loaded("text"), 190 Text.Loaded("text"), 207 Icon.Loaded(drawable, contentDescription = ContentDescription.Loaded("loadedCD")), 208 Text.Loaded("text"), 224 Text.Loaded("text"), 541 Icon.Loaded(drawable, contentDescription = ContentDescription.Loaded("loadedCD")), 559 Icon.Loaded(newDrawable, ContentDescription.Loaded("new CD")), 580 Icon.Loaded(drawable, contentDescription = ContentDescription.Loaded("loadedCD")), [all …]
|
/aosp14/frameworks/base/cmds/incidentd/testdata/ |
H A D | kmsg.txt | 5 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)
|
H A D | kmsg.txt.gz |
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/common/ |
H A D | MediaTttUtils.kt | 69 ContentDescription.Loaded( 77 ContentDescription.Loaded(appName) 81 MediaTttIcon.Loaded(packageManager.getApplicationIcon(appPackageName)), 121 is MediaTttIcon.Loaded -> Icon.Loaded(icon.drawable, contentDescription) 133 data class Loaded(val drawable: Drawable) : MediaTttIcon dataClass
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/ui/model/ |
H A D | WifiIcon.kt | 46 val contentDescription: ContentDescription.Loaded, 77 ContentDescription.Loaded( 89 ContentDescription.Loaded(levelDesc), 94 ContentDescription.Loaded(
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/common/ |
H A D | MediaTttUtilsTest.kt | 187 assertThat(iconInfo.icon).isEqualTo(MediaTttIcon.Loaded(appIconFromPackageName)) 201 assertThat(iconInfo.icon).isEqualTo(MediaTttIcon.Loaded(appIconFromPackageName)) 235 val contentDescription = ContentDescription.Loaded("test") 242 MediaTttIcon.Loaded(drawable), 249 assertThat(tinted.icon).isEqualTo(Icon.Loaded(drawable, contentDescription)) 255 val contentDescription = ContentDescription.Loaded("test")
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/shared/model/ |
H A D | ContentDescription.kt | 27 data class Loaded( dataClass 45 is Loaded -> this.description
|
H A D | Text.kt | 28 data class Loaded( dataClass 46 is Loaded -> this.text
|
H A D | Icon.kt | 29 data class Loaded( dataClass
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/ui/viewmodel/ |
H A D | UserSwitcherViewModelTest.kt | 223 name = Text.Loaded("zero"), 229 name = Text.Loaded("one"), 235 name = Text.Loaded("two"), 380 name = Text.Loaded("zero"), 429 name = Text.Loaded("zero"), 435 name = Text.Loaded("one"),
|
H A D | StatusBarUserChipViewModelTest.kt | 283 private val USER_NAME_0 = Text.Loaded("zero") 287 private val USER_NAME_1 = Text.Loaded("one") 291 private val USER_NAME_2 = Text.Loaded("two")
|
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/common/ui/compose/ |
H A D | ContentDescription.kt | 27 is ContentDescription.Loaded -> description
|
H A D | TextExt.kt | 28 is Text.Loaded -> text
|
H A D | Icon.kt | 42 is Icon.Loaded -> {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/binder/ |
H A D | TextViewBinder.kt | 28 is Text.Loaded -> viewModel.text
|
H A D | ContentDescriptionViewBinder.kt | 30 is ContentDescription.Loaded -> contentDescription.description
|
H A D | IconViewBinder.kt | 29 is Icon.Loaded -> view.setImageDrawable(icon.drawable)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/ |
H A D | QuickAccessWalletKeyguardQuickAffordanceConfigTest.kt | 85 Icon.Loaded( 119 Icon.Loaded(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/viewmodel/ |
H A D | FooterActionsViewModel.kt | 264 Icon.Loaded( 266 ContentDescription.Loaded(
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/ |
H A D | FooterActionsViewModelTest.kt | 181 .isEqualTo(Icon.Loaded(picture, ContentDescription.Loaded("Signed in as foo"))) 187 .isEqualTo(ContentDescription.Loaded("Signed in as bar"))
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/receiver/ |
H A D | MediaTttChipControllerReceiver.kt | 215 contentDescription = ContentDescription.Loaded(newInfo.appNameOverride.toString()) 221 icon = MediaTttIcon.Loaded(newInfo.appIconDrawableOverride),
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
H A D | KeyguardRootViewBinder.kt | 129 text = Text.Loaded(message),
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/ |
H A D | QuickAccessWalletKeyguardQuickAffordanceConfig.kt | 162 Icon.Loaded(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/sender/ |
H A D | ChipStateSender.kt | 232 return Text.Loaded(context.getString(stringResId!!, otherDeviceName))
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/ |
H A D | UserInteractor.kt | 725 name = Text.Loaded(userInfo.name), 738 name = Text.Loaded(userInfo.name),
|