Searched refs:dataContentDescription (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/ |
D | InternetTileDataInteractor.kt | 122 ) { networkNameModel, signalIcon, dataContentDescription -> in <lambda>() method 123 Triple(networkNameModel, signalIcon, dataContentDescription) in <lambda>() 125 .mapLatestConflated { (networkNameModel, signalIcon, dataContentDescription) -> in <lambda>() method 131 dataContentDescription in <lambda>() 166 dataContentDescription: CharSequence? in <lambda>() 168 if (dataContentDescription == null) { in <lambda>() 172 return Html.fromHtml(dataContentDescription.toString(), 0) in <lambda>() 179 dataContentDescription in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/ |
D | InternetTileViewModel.kt | 120 ) { networkNameModel, signalIcon, dataContentDescription -> in <lambda>() method 126 dataContentDescription in <lambda>() 152 dataContentDescription: CharSequence? in <lambda>() 154 if (dataContentDescription == null) { in <lambda>() 158 return Html.fromHtml(dataContentDescription.toString(), 0) in <lambda>() 165 dataContentDescription in <lambda>()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
D | SignalIcon.java | 75 @StringRes public final int dataContentDescription; field in SignalIcon.MobileIconGroup 97 this.dataContentDescription = dataContentDesc; in MobileIconGroup()
|
D | MobileNetworkTypeIcons.kt | 63 contentDescriptionResId = this.dataContentDescription in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/model/ |
D | NetworkTypeIconModel.kt | 41 override val contentDescription = iconGroup.dataContentDescription 56 override val contentDescription = iconGroup.dataContentDescription
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
D | WifiSignalController.java | 134 CharSequence dataContentDescriptionHtml = getTextIfExists(icons.dataContentDescription); in notifyListenersForCarrierWifi() 136 CharSequence dataContentDescription = Html.fromHtml( in notifyListenersForCarrierWifi() local 139 dataContentDescription = mContext.getString(R.string.data_connection_no_internet); in notifyListenersForCarrierWifi() 157 mCurrentState.activityIn, mCurrentState.activityOut, dataContentDescription, in notifyListenersForCarrierWifi()
|
D | MobileSignalController.java | 265 CharSequence dataContentDescriptionHtml = getTextIfExists(icons.dataContentDescription); in notifyListeners() 270 CharSequence dataContentDescription = Html.fromHtml( in notifyListeners() local 273 dataContentDescription = mContext.getString(R.string.data_connection_no_internet); in notifyListeners() 287 dataContentDescription, in notifyListeners()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/ |
D | MobileIconViewModelTest.kt | 358 ContentDescription.Resource(THREE_G.dataContentDescription) in networkType_dataEnabled_groupIsRepresented() 405 ContentDescription.Resource(THREE_G.dataContentDescription) in networkTypeIcon_notNull_whenEnabled() 425 ContentDescription.Resource(THREE_G.dataContentDescription) in networkType_nullWhenDataDisconnects() 447 ContentDescription.Resource(THREE_G.dataContentDescription) in networkType_null_changeToDisabled() 476 ContentDescription.Resource(THREE_G.dataContentDescription) in networkType_alwaysShow_shownEvenWhenDisabled() 498 ContentDescription.Resource(THREE_G.dataContentDescription) in networkType_alwaysShow_shownEvenWhenDisconnected() 519 ContentDescription.Resource(THREE_G.dataContentDescription) in networkType_alwaysShow_shownEvenWhenFailedConnection() 541 ContentDescription.Resource(G.dataContentDescription) in networkType_alwaysShow_usesDefaultIconWhenInvalid() 563 ContentDescription.Resource(THREE_G.dataContentDescription) in networkType_alwaysShow_shownWhenNotDefault()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/ |
D | InternetDialogController.java | 712 int resId = Objects.requireNonNull(mapIconSets(config).get(iconKey)).dataContentDescription; 716 resId = iconGroup.dataContentDescription; 719 resId = iconGroup.dataContentDescription;
|