Home
last modified time | relevance | path

Searched defs:startIndex (Results 1 – 9 of 9) 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/tests/tests/car/src/android/car/cts/
DCarRotaryImeTest.java172 int startIndex = dumpsysOutput.indexOf(key) + key.length() + 1; in getStringValueFromDumpsys() 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.java151 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.java2567 CharSequence text, int startIndex, int endIndex, LocaleList defaultLocales) { in testSetCustomTextClassifier()
2573 CharSequence text, int startIndex, int endIndex, LocaleList defaultLocales) { in testSetCustomTextClassifier()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java8846 int startIndex = text.indexOf("president"); in testSmartSelection() local
8870 int startIndex = text.indexOf("is coming to town"); in testSmartSelection_dragSelection() local
8895 int startIndex = text.indexOf("president"); in testSmartSelection_resetSelection() local
9800 TextView textView, int startIndex, int endIndex) { in getCenterPositionOfTextAt()