Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/carrier/
DQSCarrier.java119 if (hasValidTypeContentDescription(state.typeContentDescription)) { in updateState()
120 contentDescription.append(state.typeContentDescription); in updateState()
128 private boolean hasValidTypeContentDescription(String typeContentDescription) { in hasValidTypeContentDescription() argument
129 return TextUtils.equals(typeContentDescription, in hasValidTypeContentDescription()
131 || TextUtils.equals(typeContentDescription, in hasValidTypeContentDescription()
134 || TextUtils.equals(typeContentDescription, in hasValidTypeContentDescription()
DCellSignalState.kt28 @JvmField val typeContentDescription: String? = null, constant in com.android.systemui.qs.carrier.CellSignalState
DQSCarrierGroupController.java104 indicators.typeContentDescription.toString(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkController.java100 public CharSequence typeContentDescription; field in NetworkController.MobileDataIndicators
110 CharSequence typeContentDescription, CharSequence typeContentDescriptionHtml, in MobileDataIndicators() argument
119 this.typeContentDescription = typeContentDescription; in MobileDataIndicators()
137 .append(",typeContentDescription=").append(typeContentDescription) in toString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarSignalPolicy.java267 state.typeContentDescription = indicators.typeContentDescription; in setMobileDataIndicators()
604 public CharSequence typeContentDescription; field in StatusBarSignalPolicy.MobileIconState
626 && Objects.equals(typeContentDescription, that.typeContentDescription); in equals()
634 needsLeadingPadding, typeContentDescription); in hashCode()
651 other.typeContentDescription = typeContentDescription; in copyTo()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerBaseTest.java589 boolean cutOut, CharSequence typeContentDescription, in verifyLastMobileDataIndicators() argument
630 if (typeContentDescription != null) { // Only check if it was provided in verifyLastMobileDataIndicators()
631 assertEquals("Type content description", typeContentDescription, in verifyLastMobileDataIndicators()
632 expected.typeContentDescription); in verifyLastMobileDataIndicators()
DCallbackHandlerTest.java142 assertEquals(typeDescription, expected.typeContentDescription); in testSignalCallback_setMobileDataIndicators()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarMobileView.java169 mMobileType.setContentDescription(mState.typeContentDescription); in initViewState()
199 mMobileType.setContentDescription(state.typeContentDescription); in updateState()