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.java48 private static final String BOOLEANKEY = "booleankey"; field in BundleTest
103 mBundle.putBoolean(BOOLEANKEY, BOOLEANKEYVALUE); in testClone()
107 assertEquals(mBundle.getBoolean(BOOLEANKEY), cloneBundle.getBoolean(BOOLEANKEY)); in testClone()