Searched refs:intV (Results 1 – 1 of 1) sorted by relevance
354 int[] intV = {123, 111, 321}; in testRepeatTypesPersistableBundle() local364 bundle.putIntArray("intv", intV); in testRepeatTypesPersistableBundle()380 assertArrayEquals(intV, result.getIntArray("intv")); in testRepeatTypesPersistableBundle()