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