Searched refs:typeContentDescription (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSCarrier.java | 95 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()
|
D | QSCarrierGroup.java | 210 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/ |
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 | 427 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/ |
D | CellularTile.java | 258 CharSequence typeContentDescription, in setMobileDataIndicators() argument
|