Searched defs:ARG_COUNTRY_CODE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DTtsSpan.java126 * {@link #ARG_NUMBER_PARTS} is required. {@link #ARG_COUNTRY_CODE} and
372 public static final String ARG_COUNTRY_CODE = "android.arg.country_code"; field in class:TtsSpan
1301 * Sets the {@link #ARG_COUNTRY_CODE} argument.
1307 return setStringArgument(TtsSpan.ARG_COUNTRY_CODE, countryCode);

Completed in 137 milliseconds