Searched refs:testLongArrayKey (Results 1 – 1 of 1) sorted by relevance
368 final String testLongArrayKey = "testLongArray"; in testRepeatNonEmptyPersistableBundle() local380 pb.putLongArray(testLongArrayKey, new long[] {34L, 8371L, 34359738375L}); in testRepeatNonEmptyPersistableBundle()397 assertThat(ret.getLongArray(testLongArrayKey), is(pb.getLongArray(testLongArrayKey))); in testRepeatNonEmptyPersistableBundle()