Home
last modified time | relevance | path

Searched defs:expectedPath (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DPathMotionTest.java25 public static void assertPathMatches(Path expectedPath, Path path) { in assertPathMatches()
/cts/tests/tests/graphics/src/android/graphics/cts/
DCornerPathEffectTest.java72 Path expectedPath = new Path(); in testCornerPathEffect() local
DPathTest.java640 Path expectedPath = new Path(); in testPathOffset() local
656 Path expectedPath = new Path(); in testPathOffset2() local
674 Path expectedPath = new Path(); in testPathOffsetWithDestination() local
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTriggerContentTest.java232 final List<String> expectedPath = expected.getPathSegments(); in assertUriDecendant() local
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewHandwritingGestureTest.java2110 Path expectedPath = new Path(); in assertGestureHighlightRange() local
2123 Path expectedPath = new Path(); in assertGestureHighlightRange() local
DRemoteViewsTest.java797 final String expectedPath = saveBitmapToFile( in testSingleDrawInstruction() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DBrailleDisplayControllerTest.java283 private OutputStream createTestHidrawNode(String expectedPath) throws Exception { in createTestHidrawNode()