Home
last modified time | relevance | path

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

/frameworks/support/navigation/safe-args-gradle-plugin/src/test/kotlin/androidx/navigation/safeargs/gradle/
DPluginTest.kt179 val newMainLastMod = assertGenerated("debug/$MAIN_DIRECTIONS").lastModified() in incrementalModify() constant
181 assertThat(newMainLastMod, not(mainLastMod)) in incrementalModify()
207 val newMainLastMod = assertGenerated("debug/$MAIN_DIRECTIONS").lastModified() in incrementalRemove() constant
209 assertThat(newMainLastMod, `is`(mainLastMod)) in incrementalRemove()