Searched refs:testBoolKey (Results 1 – 1 of 1) sorted by relevance
360 final String testBoolKey = "testBool"; in testRepeatNonEmptyPersistableBundle() local373 pb.putBoolean(testBoolKey, false); in testRepeatNonEmptyPersistableBundle()390 assertThat(ret.getBoolean(testBoolKey), is(pb.getBoolean(testBoolKey))); in testRepeatNonEmptyPersistableBundle()