Searched refs:BOOLEANKEY (Results 1 – 1 of 1) sorted by relevance
45 private static final String BOOLEANKEY = "booleankey"; field in BundleTest100 mBundle.putBoolean(BOOLEANKEY, BOOLEANKEYVALUE); in testClone()104 assertEquals(mBundle.getBoolean(BOOLEANKEY), cloneBundle.getBoolean(BOOLEANKEY)); in testClone()