Searched refs:VALUE_INT (Results 1 – 2 of 2) sorted by relevance
33 private static final int VALUE_INT = 3; field in ArrayCreatingInputMergerTest45 mDataWithInt = new Data.Builder().putInt(KEY, VALUE_INT).build(); in setUp()55 assertThat(outputArray[0], is(VALUE_INT)); in testMerge_singleArgument()64 assertThat(outputArray[0], is(VALUE_INT)); in testMerge_concatenatesNonArrays()65 assertThat(outputArray[1], is(VALUE_INT)); in testMerge_concatenatesNonArrays()90 assertThat(outputArray[VALUE_INT_ARRAY.length], is(VALUE_INT)); in testMerge_concatenatesArrayAndPrimitive()
294 proto.write(InstrumentationData.ResultsBundleEntry.VALUE_INT, in writeBundle()301 proto.write(InstrumentationData.ResultsBundleEntry.VALUE_INT, (int)val); in writeBundle()305 proto.write(InstrumentationData.ResultsBundleEntry.VALUE_INT, (short)val); in writeBundle()