Searched refs:TEST_WRONG_STR (Results 1 – 1 of 1) sorted by relevance
75 private static final String TEST_WRONG_STR = "TestFromSharedPref"; field in PreferenceDataStoreTest208 mSharedPref.edit().putString(KEY, TEST_WRONG_STR).commit(); in testDefaultStringValue()