Home
last modified time | relevance | path

Searched refs:getDoubleArray (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBundleTest.java87 assertThat(bundle.getDoubleArray("foo")).isNull(); in getWrongType()
184 assertThat(bundle.getDoubleArray("foo")).isEqualTo(arr); in doubleArray()
185 assertThat(bundle.getDoubleArray("bar")).isNull(); in doubleArray()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBundleTest.java87 assertThat(bundle.getDoubleArray("foo")).isNull(); in getWrongType()
184 assertThat(bundle.getDoubleArray("foo")).isEqualTo(arr); in doubleArray()
185 assertThat(bundle.getDoubleArray("bar")).isNull(); in doubleArray()
/external/dagger2/javatests/dagger/functional/
DBasicComponent.java66 double[] getDoubleArray(); in getDoubleArray() method
DBasicTest.java93 assertThat(basicComponent.getDoubleArray()).isSameInstanceAs(BOUND_DOUBLE_ARRAY); in primitiveArrays()