Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java3288 String mutator; in testMutatorSetCorrectly() local
3299 mutator = cursor.getString(0); in testMutatorSetCorrectly()
3301 assertEquals(packageName, mutator); in testMutatorSetCorrectly()
3310 mutator = cursor.getString(0); in testMutatorSetCorrectly()
3312 assertNull(mutator); in testMutatorSetCorrectly()
3319 mutator = cursor.getString(0); in testMutatorSetCorrectly()
3321 assertEquals(packageName, mutator); in testMutatorSetCorrectly()