Home
last modified time | relevance | path

Searched refs:endLineIndex (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/rro/OverlayTarget/src/com/android/cts/overlay/target/
DOverlayTargetTest.java165 final int endLineIndex = result.indexOf('\n', colonIndex); in getStateForOverlay() local
166 assertWithMessage(errorMsg).that(colonIndex).isLessThan(endLineIndex); in getStateForOverlay()
167 assertWithMessage(errorMsg).that(endLineIndex).isLessThan(endIndex); in getStateForOverlay()
169 return result.substring(colonIndex + 2, endLineIndex); in getStateForOverlay()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DOverlayHostTest.java109 int endLineIndex = result.indexOf('\n', colonIndex); in getStateForOverlay()
110 assertTrue(colonIndex < endLineIndex && endLineIndex < endIndex); in getStateForOverlay()
111 return result.substring(colonIndex + 2, endLineIndex); in getStateForOverlay()