Searched defs:endExclusive (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ | ||
H A D | PhoneNumberUtils.java | 2464 * @param endExclusive The position after the ending character in the phone number {@code s}. 2466 public static void addTtsSpan(Spannable s, int start, int endExclusive) { argument 2467 s.setSpan(createTtsSpan(s.subSequence(start, endExclusive).toString()), 2469 endExclusive, |
/frameworks/data-binding/prebuilds/1.0-rc0/ | ||
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |
Completed in 57 milliseconds