Searched refs:doubleV (Results 1 – 1 of 1) sorted by relevance
356 double[] doubleV = {123, 111, 321}; in testRepeatTypesPersistableBundle() local366 bundle.putDoubleArray("doublev", doubleV); in testRepeatTypesPersistableBundle()384 for (int i = 0; i < doubleV.length; i++) { in testRepeatTypesPersistableBundle()385 assertEquals(doubleV[i], ret[i], 0.0); in testRepeatTypesPersistableBundle()