Searched refs:typeContentDescription (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/carrier/ |
D | QSCarrier.java | 107 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()
|
D | CellSignalState.kt | 28 @JvmField val typeContentDescription: String? = null, constant in com.android.systemui.qs.carrier.CellSignalState
|
D | QSCarrierGroupController.java | 72 CharSequence typeContentDescription, 88 typeContentDescription.toString(),
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarSignalPolicy.java | 181 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/ |
D | CallbackHandler.java | 125 final boolean activityOut, final CharSequence typeContentDescription, in setMobileDataIndicators() argument 131 activityIn, activityOut, typeContentDescription, in setMobileDataIndicators()
|
D | NetworkController.java | 73 CharSequence typeContentDescription, in setMobileDataIndicators() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarMobileView.java | 157 mMobileType.setContentDescription(mState.typeContentDescription); in initViewState() 186 mMobileType.setContentDescription(state.typeContentDescription); in updateState()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | NetworkControllerBaseTest.java | 466 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/ |
D | CellularTile.java | 253 CharSequence typeContentDescription, in setMobileDataIndicators() argument
|