Home
last modified time | relevance | path

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

/cts/hostsidetests/packagemanager/parsing/processing/
DApkGenerator.py58 startIndex = text.index(TRIPLE_QUOTE, annotationIndex) variable
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/view/
DDisplayHelperTest.java134 int startIndex = DISPLAY_ID_PREFIX_LOCAL.length(); in getPhysicalPortFromId() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DOverlayHostTest.java95 int startIndex = result.indexOf(overlayPackageForCurrentUser); in getStateForOverlay() local
/cts/hostsidetests/appsecurity/test-apps/rro/OverlayTarget/src/com/android/cts/overlay/target/
DOverlayTargetTest.java149 final 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.java2556 CharSequence text, int startIndex, int endIndex, LocaleList defaultLocales) { in testSetCustomTextClassifier()
2562 CharSequence text, int startIndex, int endIndex, LocaleList defaultLocales) { in testSetCustomTextClassifier()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java8516 int startIndex = text.indexOf("president"); in testSmartSelection() local
8540 int startIndex = text.indexOf("is coming to town"); in testSmartSelection_dragSelection() local
8565 int startIndex = text.indexOf("president"); in testSmartSelection_resetSelection() local
9455 TextView textView, int startIndex, int endIndex) { in getCenterPositionOfTextAt()