Searched refs:secondTestValue (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/provider/ |
D | SettingsProviderTest.java | 76 final String secondTestValue = "testValueNew"; in testRowNameContentUriForSecure() local 80 Settings.Secure.VALUE, testKey, testValue, secondTestValue); in testRowNameContentUriForSecure() 94 final String secondTestValue = "1"; in testRowNameContentUriForSystem() local 100 Settings.System.VALUE, testKey, testValue, secondTestValue); in testRowNameContentUriForSystem() 110 String testKey, String testValue, String secondTestValue) { in testRowNameContentUri() argument 153 v.put(valueField, secondTestValue); in testRowNameContentUri() 160 assertEquals(secondTestValue, c.getString(c.getColumnIndex(valueField))); in testRowNameContentUri()
|