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.java3289 String mutator; in testMutatorSetCorrectly() local
3300 mutator = cursor.getString(0); in testMutatorSetCorrectly()
3302 assertEquals(packageName, mutator); in testMutatorSetCorrectly()
3311 mutator = cursor.getString(0); in testMutatorSetCorrectly()
3313 assertNull(mutator); in testMutatorSetCorrectly()
3320 mutator = cursor.getString(0); in testMutatorSetCorrectly()
3322 assertEquals(packageName, mutator); in testMutatorSetCorrectly()