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