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

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java2393 * @param endExclusive The position after the ending character in the phone number {@code s}.
2395 public static void addTtsSpan(Spannable s, int start, int endExclusive) { argument
2396 s.setSpan(createTtsSpan(s.subSequence(start, endExclusive).toString()),
2398 endExclusive,
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 13 milliseconds