Searched refs:mFloatValue (Results 1 – 2 of 2) sorted by relevance
35 private float mFloatValue = -1; field in PropertyTest50 assertEquals(mFloatValue, RAW_FLOAT_PROP.get(this), 0f); in testProperty()83 mFloatValue = value; in setFloatProp()87 return mFloatValue; in getFloatProp()
126 private float mFloatValue; field in KeyValueBackupRestoreTest181 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()