Searched refs:stringV (Results 1 – 1 of 1) sorted by relevance
357 String[] stringV = {"hello", "world", "!"}; in testRepeatTypesPersistableBundle() local367 bundle.putStringArray("stringv", stringV); in testRepeatTypesPersistableBundle()387 assertArrayEquals(stringV, result.getStringArray("stringv")); in testRepeatTypesPersistableBundle()