Searched refs:contentDesc (Results 1 – 7 of 7) sorted by relevance
31 public final int[] contentDesc; field in SignalIcon.IconGroup44 int[] contentDesc, in IconGroup() argument54 this.contentDesc = contentDesc; in IconGroup()79 int[] contentDesc, in MobileIconGroup() argument91 contentDesc, in MobileIconGroup()
74 CharSequence contentDesc = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source); in readFromParcel() local78 return new Builder(cardId, cardImage, contentDesc, pendingIntent) in readFromParcel()
61 return getIcons().contentDesc[1]; in getContentDescription()
155 return getIcons().contentDesc[mCurrentState.level]; in getContentDescription()
1295 public abstract Tab setContentDescription(CharSequence contentDesc); in setContentDescription() argument
1261 public Tab setContentDescription(CharSequence contentDesc) { in setContentDescription() argument1262 mContentDesc = contentDesc; in setContentDescription()
2755 CharSequence contentDesc = mInputText.getText(); in findAccessibilityNodeInfosByTextInChild() local2756 if (!TextUtils.isEmpty(contentDesc) && in findAccessibilityNodeInfosByTextInChild()2757 contentDesc.toString().toLowerCase().contains(searchedLowerCase)) { in findAccessibilityNodeInfosByTextInChild()