Home
last modified time | relevance | path

Searched refs:typeContentDescription (Results 1 – 7 of 7) 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.java208 String typeContentDescription, in setMobileDataIndicators() argument
222 mInfos[slotIndex].typeContentDescription = typeContentDescription; in setMobileDataIndicators()
241 String typeContentDescription; field in QSCarrierGroup.CellSignalState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DCallbackHandler.java128 final boolean activityOut, final String typeContentDescription, in setMobileDataIndicators() argument
135 activityIn, activityOut, typeContentDescription, description, isWide, in setMobileDataIndicators()
DNetworkController.java55 int qsType, boolean activityIn, boolean activityOut, String 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.java411 boolean cutOut, String typeContentDescription) { in verifyLastMobileDataIndicators() argument
450 if (typeContentDescription != null) { // Only check if it was provided in verifyLastMobileDataIndicators()
451 assertEquals("Type content description", typeContentDescription, in verifyLastMobileDataIndicators()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCellularTile.java248 int qsType, boolean activityIn, boolean activityOut, String typeContentDescription, in setMobileDataIndicators() argument
255 mInfo.dataContentDescription = (description != null) ? typeContentDescription : null; in setMobileDataIndicators()