Home
last modified time | relevance | path

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

/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DArrayUtilsTest.java185 String[] expectation = {"1", "2", "3", "4", "5", "6"}; in testConcatElements_threeWay() local
196 String[] expectation = {"1", "2", "5", "6"}; in testConcatElements_threeWayWithNull() local
203 String[] expectation = new String[0]; in testConcatElements_zeroElements() local
210 String[] expectation = new String[0]; in testConcatElements_oneNullElement() local