Searched refs:testDoubleKey (Results 1 – 1 of 1) sorted by relevance
469 final String testDoubleKey = new String("testDouble"); in checkPersistableBundles() local481 nonEmptyBundle.putDouble(testDoubleKey, 1.1); in checkPersistableBundles()498 || returned.getDouble(testDoubleKey) != nonEmptyBundle.getDouble(testDoubleKey) in checkPersistableBundles()531 final String testDoubleKey = new String("testDouble"); in checkPersistableBundles() local534 third.putDouble(testDoubleKey, 10.8); in checkPersistableBundles()547 || input[2].getDouble(testDoubleKey) != repeated[2].getDouble(testDoubleKey)) { in checkPersistableBundles()556 || input[2].getDouble(testDoubleKey) != reversed[0].getDouble(testDoubleKey)) { in checkPersistableBundles()