Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/rro/OverlayTarget/src/com/android/cts/overlay/target/
DUtils.java56 final int startIndex = result.indexOf(overlayPackageForCurrentUser); in getStateForOverlay() local
/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/packagemanager/parsing/processing/
DApkGenerator.py59 startIndex = text.index(TRIPLE_QUOTE, annotationIndex) variable
/cts/tests/tests/car/src/android/car/cts/
DCarRotaryImeTest.java186 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/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/hostsidetests/appcompat/strictjavapackages/src/android/compat/sjp/cts/
DStrictJavaPackagesTest.java1146 private static String readBytes(byte[] localBytes, int startIndex) { in readBytes()
/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.java8866 int startIndex = text.indexOf("president"); in testSmartSelection() local
8890 int startIndex = text.indexOf("is coming to town"); in testSmartSelection_dragSelection() local
8915 int startIndex = text.indexOf("president"); in testSmartSelection_resetSelection() local
9821 TextView textView, int startIndex, int endIndex) { in getCenterPositionOfTextAt()