Home
last modified time | relevance | path

Searched refs:testFloat (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java724 final float testFloat = 1f; in testGetIntentOld() local
725 assertEquals(testFloat, mIntent.getFloatExtra("testfloat", 2f)); in testGetIntentOld()