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