Home
last modified time | relevance | path

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

/cts/tests/tests/util/src/android/util/cts/
DPropertyTest.java35 private float mFloatValue = -1; field in PropertyTest
50 assertEquals(mFloatValue, RAW_FLOAT_PROP.get(this), 0f); in testProperty()
83 mFloatValue = value; in setFloatProp()
87 return mFloatValue; in getFloatProp()
/cts/hostsidetests/backup/KeyValueApp/src/android/cts/backup/keyvaluerestoreapp/
DKeyValueBackupRestoreTest.java126 private float mFloatValue; field in KeyValueBackupRestoreTest
181 assertEquals(DEFAULT_FLOAT_VALUE, mFloatValue, 0.001f); in checkSharedPrefIsEmpty()
193 assertEquals(FLOAT_PREF_VALUE, mFloatValue, 0.001f); in checkSharedPreferencesAreRestored()
262 mFloatValue = prefs.getFloat(FLOAT_PREF, DEFAULT_FLOAT_VALUE); in readSharedPrefValues()
271 + FLOAT_PREF + ":" + mFloatValue + "\n" in readSharedPrefValues()