Searched refs:INTKEY (Results 1 – 1 of 1) sorted by relevance
46 private static final String INTKEY = "intkey"; field in BundleTest104 mBundle.putInt(INTKEY, INTKEYVALUE); in testClone()108 assertEquals(mBundle.getInt(INTKEY), cloneBundle.getInt(INTKEY)); in testClone()