Searched refs:typeContentDescription (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/carrier/ |
D | QSCarrier.java | 119 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()
|
D | CellSignalState.kt | 28 @JvmField val typeContentDescription: String? = null, constant in com.android.systemui.qs.carrier.CellSignalState
|
D | QSCarrierGroupController.java | 104 indicators.typeContentDescription.toString(),
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | NetworkController.java | 100 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/ |
D | StatusBarSignalPolicy.java | 267 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/ |
D | NetworkControllerBaseTest.java | 589 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()
|
D | CallbackHandlerTest.java | 142 assertEquals(typeDescription, expected.typeContentDescription); in testSignalCallback_setMobileDataIndicators()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarMobileView.java | 169 mMobileType.setContentDescription(mState.typeContentDescription); in initViewState() 199 mMobileType.setContentDescription(state.typeContentDescription); in updateState()
|