Home
last modified time | relevance | path

Searched defs:endIndex (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/rro/OverlayTarget/src/com/android/cts/overlay/target/
DUtils.java59 final int endIndex = result.indexOf('}', startIndex); in getStateForOverlay() local
/cts/hostsidetests/packagemanager/parsing/processing/
DApkGenerator.py63 endIndex = text.index(TRIPLE_QUOTE, startIndex + len(TRIPLE_QUOTE)) variable
/cts/tests/tests/car/src/android/car/cts/
DCarRotaryImeTest.java187 int endIndex = dumpsysOutput.indexOf('\n', startIndex); in getStringValueFromDumpsys() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DOverlayHostTest.java100 int endIndex = result.indexOf('}', startIndex); 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.java208 int endIndex = text.indexOf('>'); in spanify() local
/cts/hostsidetests/appcompat/strictjavapackages/src/android/compat/sjp/cts/
DStrictJavaPackagesTest.java1150 int endIndex = Math.min(localBytes.length, startIndex + 32); in readBytes() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java1747 protected static byte[] subarray(byte[] array, int beginIndex, int endIndex) { in subarray()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2570 CharSequence text, int startIndex, int endIndex, LocaleList defaultLocales) { in testSetCustomTextClassifier()
2576 CharSequence text, int startIndex, int endIndex, LocaleList defaultLocales) { in testSetCustomTextClassifier()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java8867 int endIndex = startIndex + "president".length(); in testSmartSelection() local
8891 int endIndex = startIndex + "is coming to town".length(); in testSmartSelection_dragSelection() local
8916 int endIndex = startIndex + "president".length(); in testSmartSelection_resetSelection() local
9821 TextView textView, int startIndex, int endIndex) { in getCenterPositionOfTextAt()