Home
last modified time | relevance | path

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

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