Searched refs:testStringArrayKey (Results 1 – 1 of 1) sorted by relevance
370 final String testStringArrayKey = "testStringArray"; in testRepeatNonEmptyPersistableBundle() local382 pb.putStringArray(testStringArrayKey, new String[] {"hello", "world!"}); in testRepeatNonEmptyPersistableBundle()399 … assertThat(ret.getStringArray(testStringArrayKey), is(pb.getStringArray(testStringArrayKey))); in testRepeatNonEmptyPersistableBundle()