Home
last modified time | relevance | path

Searched defs:startIndex (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/packagemanager/parsing/processing/
DApkGenerator.py58 startIndex = text.index(TRIPLE_QUOTE, annotationIndex) variable
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DOverlayHostTest.java86 int startIndex = result.indexOf(overlayPackageForCurrentUser); in getStateForOverlay() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUtil.java123 public static int findMaxIndex(double[] data, int startIndex, int endIndex) { in findMaxIndex()
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutLineBreakingTest.java203 int startIndex = text.indexOf('<'); in spanify() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2563 int startIndex, in testSetCustomTextClassifier()
2572 int startIndex, in testSetCustomTextClassifier()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java8304 int startIndex = text.indexOf("president"); in testSmartSelection() local
8328 int startIndex = text.indexOf("is coming to town"); in testSmartSelection_dragSelection() local
8353 int startIndex = text.indexOf("president"); in testSmartSelection_resetSelection() local
9003 TextView textView, int startIndex, int endIndex) { in getCenterPositionOfTextAt()