Home
last modified time | relevance | path

Searched refs:BOOLEANKEY (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java45 private static final String BOOLEANKEY = "booleankey"; field in BundleTest
100 mBundle.putBoolean(BOOLEANKEY, BOOLEANKEYVALUE); in testClone()
104 assertEquals(mBundle.getBoolean(BOOLEANKEY), cloneBundle.getBoolean(BOOLEANKEY)); in testClone()