Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java205 String newExtraValue = "extra_value2"; in testExtrasInsertFindDelete() local
206 mAccountsDb.updateExtra(extraId, newExtraValue); in testExtrasInsertFindDelete()
208 assertEquals(newExtraValue, newValue); in testExtrasInsertFindDelete()