Home
last modified time | relevance | path

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

/cts/tests/tests/preference/src/android/preference/cts/
DPreferenceDataStoreTest.java75 private static final String TEST_WRONG_STR = "TestFromSharedPref"; field in PreferenceDataStoreTest
208 mSharedPref.edit().putString(KEY, TEST_WRONG_STR).commit(); in testDefaultStringValue()