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/
DQSCarrier.java95 if (hasValidTypeContentDescription(state.typeContentDescription)) { in updateState()
96 contentDescription.append(state.typeContentDescription); in updateState()
102 private boolean hasValidTypeContentDescription(String typeContentDescription) { in hasValidTypeContentDescription() argument
103 return TextUtils.equals(typeContentDescription, in hasValidTypeContentDescription()
105 || TextUtils.equals(typeContentDescription, in hasValidTypeContentDescription()
107 || TextUtils.equals(typeContentDescription, in hasValidTypeContentDescription()
DQSCarrierGroup.java210 CharSequence typeContentDescription, in setMobileDataIndicators() argument
225 mInfos[slotIndex].typeContentDescription = typeContentDescription.toString(); in setMobileDataIndicators()
244 String typeContentDescription; field in QSCarrierGroup.CellSignalState
/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.java427 boolean cutOut, String typeContentDescription) { in verifyLastMobileDataIndicators() argument
467 if (typeContentDescription != null) { // Only check if it was provided in verifyLastMobileDataIndicators()
468 assertEquals("Type content description", typeContentDescription, in verifyLastMobileDataIndicators()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCellularTile.java258 CharSequence typeContentDescription, in setMobileDataIndicators() argument