Home
last modified time | relevance | path

Searched refs:sContentDescriptionDivider (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DAccessibilityUtil.java33 public static String sContentDescriptionDivider; field in AccessibilityUtil
43 if (sContentDescriptionDivider == null) { in appendContentDescription()
44 sContentDescriptionDivider = in appendContentDescription()
48 contentDescription.append(sContentDescriptionDivider); in appendContentDescription()