Home
last modified time | relevance | path

Searched refs:typeContentDescription (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/carrier/
DQSCarrier.java107 if (hasValidTypeContentDescription(state.typeContentDescription)) { in updateState()
108 contentDescription.append(state.typeContentDescription); in updateState()
115 private boolean hasValidTypeContentDescription(String typeContentDescription) { in hasValidTypeContentDescription() argument
116 return TextUtils.equals(typeContentDescription, in hasValidTypeContentDescription()
118 || TextUtils.equals(typeContentDescription, in hasValidTypeContentDescription()
120 || TextUtils.equals(typeContentDescription, in hasValidTypeContentDescription()
DCellSignalState.kt28 @JvmField val typeContentDescription: String? = null, constant in com.android.systemui.qs.carrier.CellSignalState
DQSCarrierGroupController.java72 CharSequence typeContentDescription,
88 typeContentDescription.toString(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarSignalPolicy.java181 CharSequence typeContentDescription, in setMobileDataIndicators() argument
196 state.typeContentDescription = typeContentDescription; in setMobileDataIndicators()
392 public CharSequence typeContentDescription; field in StatusBarSignalPolicy.MobileIconState
413 Objects.equals(typeContentDescription, that.typeContentDescription); in equals()
421 typeContentDescription); in hashCode()
437 other.typeContentDescription = typeContentDescription; in copyTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DCallbackHandler.java125 final boolean activityOut, final CharSequence typeContentDescription, in setMobileDataIndicators() argument
131 activityIn, activityOut, typeContentDescription, in setMobileDataIndicators()
DNetworkController.java73 CharSequence typeContentDescription, in setMobileDataIndicators() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarMobileView.java157 mMobileType.setContentDescription(mState.typeContentDescription); in initViewState()
186 mMobileType.setContentDescription(state.typeContentDescription); in updateState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerBaseTest.java466 boolean cutOut, CharSequence typeContentDescription, in verifyLastMobileDataIndicators() argument
510 if (typeContentDescription != null) { // Only check if it was provided in verifyLastMobileDataIndicators()
511 assertEquals("Type content description", typeContentDescription, in verifyLastMobileDataIndicators()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCellularTile.java253 CharSequence typeContentDescription, in setMobileDataIndicators() argument