Searched refs:getPathOnDeviceFor (Results 1 – 2 of 2) sorted by relevance
52 val diffTextResultProto = rule.getPathOnDeviceFor(DIFF_TEXT_RESULT_PROTO) in <lambda>()54 assertThat(rule.getPathOnDeviceFor(IMAGE_ACTUAL).exists()).isFalse() in <lambda>()55 assertThat(rule.getPathOnDeviceFor(IMAGE_DIFF).exists()).isFalse() in <lambda>()56 assertThat(rule.getPathOnDeviceFor(IMAGE_EXPECTED).exists()).isFalse() in <lambda>()71 val diffTextResultProto = rule.getPathOnDeviceFor(DIFF_TEXT_RESULT_PROTO) in <lambda>()73 assertThat(rule.getPathOnDeviceFor(IMAGE_ACTUAL).exists()).isTrue() in <lambda>()74 assertThat(rule.getPathOnDeviceFor(IMAGE_DIFF).exists()).isTrue() in <lambda>()75 assertThat(rule.getPathOnDeviceFor(IMAGE_EXPECTED).exists()).isTrue() in <lambda>()90 val diffTextResultProto = rule.getPathOnDeviceFor(DIFF_TEXT_RESULT_PROTO) in <lambda>()92 assertThat(rule.getPathOnDeviceFor(IMAGE_ACTUAL).exists()).isTrue() in <lambda>()[all …]
308 internal fun getPathOnDeviceFor(fileType: OutputFileType): File { in getPathOnDeviceFor() method337 val file = getPathOnDeviceFor(fileType) in writeToDevice()