Searched refs:getDoubleArray (Results 1 – 6 of 6) sorted by relevance
87 assertThat(bundle.getDoubleArray("foo")).isNull(); in getWrongType()184 assertThat(bundle.getDoubleArray("foo")).isEqualTo(arr); in doubleArray()185 assertThat(bundle.getDoubleArray("bar")).isNull(); in doubleArray()
216 assertEquals(null, bundle.getDoubleArray("foo")); in testGetOfWrongType()325 assertArrayEquals(arr, bundle.getDoubleArray("foo")); in testDoubleArray()326 assertNull(bundle.getDoubleArray("bar")); in testDoubleArray()
59 double[] getDoubleArray(); in getDoubleArray() method
90 assertThat(basicComponent.getDoubleArray()).isSameAs(BOUND_DOUBLE_ARRAY); in primitiveArrays()
331 public double[] getDoubleArray(String key) { in getDoubleArray() method in ShadowBundle
2319 mWaveData = in.getDoubleArray("mWaveData"); in restoreInstanceState()